my_errno 854 src/filemanager/achown.c int my_errno = errno; my_errno 858 src/filemanager/achown.c msg = g_strdup_printf (_("Cannot chmod \"%s\"\n%s"), fname, unix_error_string (my_errno)); my_errno 889 src/filemanager/achown.c int my_errno = errno; my_errno 893 src/filemanager/achown.c msg = g_strdup_printf (_("Cannot chown \"%s\"\n%s"), fname, unix_error_string (my_errno)); my_errno 1111 src/filemanager/chattr.c int my_errno = errno; my_errno 1117 src/filemanager/chattr.c unix_error_string (my_errno)); my_errno 429 src/filemanager/chmod.c int my_errno = errno; my_errno 435 src/filemanager/chmod.c unix_error_string (my_errno)); my_errno 302 src/filemanager/chown.c int my_errno = errno; my_errno 308 src/filemanager/chown.c unix_error_string (my_errno)); my_errno 73 src/vfs/extfs/extfs.c #define ERRNOR(x,y) do { my_errno = x; return y; } while(0) my_errno 108 src/vfs/extfs/extfs.c static int my_errno = 0; my_errno 300 src/vfs/extfs/extfs.c my_errno = ENOENT; my_errno 318 src/vfs/extfs/extfs.c my_errno = ELOOP; my_errno 320 src/vfs/extfs/extfs.c my_errno = ENOTDIR; my_errno 863 src/vfs/extfs/extfs.c my_errno = ENOENT; my_errno 882 src/vfs/extfs/extfs.c my_errno = ELOOP; my_errno 884 src/vfs/extfs/extfs.c my_errno = ENOTDIR; my_errno 1057 src/vfs/extfs/extfs.c my_errno = EIO; my_errno 1140 src/vfs/extfs/extfs.c return my_errno; my_errno 1366 src/vfs/extfs/extfs.c my_errno = EIO; my_errno 1412 src/vfs/extfs/extfs.c my_errno = EIO; my_errno 1451 src/vfs/extfs/extfs.c my_errno = EIO; my_errno 1467 src/vfs/extfs/extfs.c my_errno = ENOTDIR; my_errno 1472 src/vfs/extfs/extfs.c my_errno = 0; my_errno 103 src/vfs/sftpfs/internal.c int my_errno = errno; my_errno 105 src/vfs/sftpfs/internal.c mc_propagate_error (mcerror, my_errno, _("sftp: socket error: %s"), my_errno 106 src/vfs/sftpfs/internal.c unix_error_string (my_errno));