Files
source/R/unix_error_string.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

57 lines
8.5 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>unix_error_string</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--mcconfig--common.c.html#L78'>unix_error_string</a> 78 lib/mcconfig/common.c mc_propagate_error (mcerror, 0, "%s", unix_error_string (errno));</span>
<span class='curline'><a href='../S/lib--mcconfig--common.c.html#L94'>unix_error_string</a> 94 lib/mcconfig/common.c mc_propagate_error (mcerror, 0, "%s", unix_error_string (errno));</span>
<span class='curline'><a href='../S/lib--util.h.html#L191'>unix_error_string</a> 191 lib/util.h const char *unix_error_string (int error_num);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L654'>unix_error_string</a> 654 lib/utilunix.c unix_error_string (errno));</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L748'>unix_error_string</a> 748 lib/utilunix.c unix_error_string (errno));</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L792'>unix_error_string</a> 792 lib/vfs/interface.c buffer, unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1127'>unix_error_string</a> 1127 src/filemanager/file.c full_format = g_strconcat (format, "\n", unix_error_string (errno), (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L178'>unix_error_string</a> 178 src/filemanager/tree.c unix_error_string (error));</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L371'>unix_error_string</a> 371 src/filemanager/treestore.c unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L325'>unix_error_string</a> 325 src/subshell/common.c fprintf (stderr, "Cannot set pty terminal modes: %s\r\n", unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L935'>unix_error_string</a> 935 src/subshell/common.c unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L967'>unix_error_string</a> 967 src/subshell/common.c fprintf (stderr, "read (subshell_pty...): %s\r\n", unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1001'>unix_error_string</a> 1001 src/subshell/common.c unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1028'>unix_error_string</a> 1028 src/subshell/common.c unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1132'>unix_error_string</a> 1132 src/subshell/common.c fprintf (stderr, "open (%s, O_RDWR): %s\r\n", pty_name, unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1140'>unix_error_string</a> 1140 src/subshell/common.c unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1148'>unix_error_string</a> 1148 src/subshell/common.c unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1156'>unix_error_string</a> 1156 src/subshell/common.c unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1541'>unix_error_string</a> 1541 src/subshell/common.c fprintf (stderr, "read (subshell_pipe[READ]...): %s\r\n", unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1720'>unix_error_string</a> 1720 src/subshell/common.c fprintf (stderr, "mkfifo(%s) failed: %s\r\n", tcsh_fifo, unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1767'>unix_error_string</a> 1767 src/subshell/common.c unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1775'>unix_error_string</a> 1775 src/subshell/common.c fprintf (stderr, "Cannot open master side of pty: %s\r\n", unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1784'>unix_error_string</a> 1784 src/subshell/common.c unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1799'>unix_error_string</a> 1799 src/subshell/common.c fprintf (stderr, "Cannot spawn the subshell process: %s\r\n", unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1966'>unix_error_string</a> 1966 src/subshell/common.c fprintf (stderr, "select (FD_SETSIZE, &amp;tmp...): %s\r\n", unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L2016'>unix_error_string</a> 2016 src/subshell/common.c fprintf (stderr, "select (FD_SETSIZE, &amp;tmp...): %s\r\n", unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L2069'>unix_error_string</a> 2069 src/subshell/common.c unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L2108'>unix_error_string</a> 2108 src/subshell/common.c fprintf (stderr, "Cannot get terminal settings: %s\r\n", unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--util.c.html#L87'>unix_error_string</a> 87 src/util.c const char *error_string = unix_error_string (errno);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L540'>unix_error_string</a> 540 src/vfs/extfs/extfs.c mc_propagate_error (error, 0, "%s", unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L919'>unix_error_string</a> 919 src/vfs/ftpfs/ftpfs.c vfs_print_message (_ ("ftpfs: %s"), unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L939'>unix_error_string</a> 939 src/vfs/ftpfs/ftpfs.c unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1245'>unix_error_string</a> 1245 src/vfs/ftpfs/ftpfs.c err_str = unix_error_string (me-&gt;verrno);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1324'>unix_error_string</a> 1324 src/vfs/ftpfs/ftpfs.c unix_error_string (me-&gt;verrno));</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1367'>unix_error_string</a> 1367 src/vfs/ftpfs/ftpfs.c unix_error_string (me-&gt;verrno));</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1531'>unix_error_string</a> 1531 src/vfs/ftpfs/ftpfs.c vfs_print_message (_ ("ftpfs: abort error: %s"), unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L218'>unix_error_string</a> 218 src/vfs/sftpfs/connection.c vfs_print_message (_ ("sftp: %s"), unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L236'>unix_error_string</a> 236 src/vfs/sftpfs/connection.c unix_error_string (save_errno));</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L280'>unix_error_string</a> 280 src/vfs/sftpfs/connection.c sftpfs_super-&gt;known_hosts_file, unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L109'>unix_error_string</a> 109 src/vfs/sftpfs/internal.c unix_error_string (my_errno));</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L411'>unix_error_string</a> 411 src/viewer/hex.c unix_error_string (errno));</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L418'>unix_error_string</a> 418 src/viewer/hex.c text = g_strdup_printf (_ ("Cannot save file:\n%s"), unix_error_string (errno));</span>
</pre>
</body>
</html>