res               453 lib/charsets.c     int res;
res               455 lib/charsets.c     res = g_unichar_to_utf8 (input_char, (char *) str);
res               456 lib/charsets.c     if (res == 0)
res               459 lib/charsets.c     str[res] = '\0';
res               493 lib/charsets.c         int res;
res               495 lib/charsets.c         res = g_utf8_get_char_validated ((char *) buf_ch, -1);
res               496 lib/charsets.c         ch = res >= 0 ? res : buf_ch[0];
res               449 lib/keybind.c      name_keymap_t *res;
res               453 lib/keybind.c      res = bsearch (&key, command_names, num_command_names, sizeof (command_names[0]),
res               456 lib/keybind.c      return (res != NULL) ? res->val : CK_IgnoreKey;
res               201 lib/search/glob.c     GString *repl, *res;
res               204 lib/search/glob.c     res = mc_search_regex_prepare_replace_str (lc_mc_search, repl);
res               207 lib/search/glob.c     return res;
res               129 lib/skin/colors-old.c     mc_skin_colors_old_t *res;
res               134 lib/skin/colors-old.c     res = (mc_skin_colors_old_t *) bsearch (&oc, old_colors, num_old_colors, sizeof (old_colors[0]),
res               137 lib/skin/colors-old.c     if (res == NULL)
res               141 lib/skin/colors-old.c         *group = res->group;
res               143 lib/skin/colors-old.c         *key = res->key;
res              1256 lib/tty/key.c          const key_code_name_t **res;
res              1266 lib/tty/key.c          res = bsearch (&keyp, key_conv_tab_sorted, key_conv_tab_size,
res              1269 lib/tty/key.c          if (res != NULL)
res              1271 lib/tty/key.c              *idx = (int) (res - key_conv_tab_sorted);
res              1272 lib/tty/key.c              return (*res)->code;
res              1289 lib/tty/key.c          const key_code_name_t **res;
res              1293 lib/tty/key.c          res = bsearch (&keyp, key_conv_tab_sorted, key_conv_tab_size,
res              1296 lib/tty/key.c          if (res != NULL)
res              1298 lib/tty/key.c              *idx = (int) (res - key_conv_tab_sorted);
res               177 lib/tty/tty-ncurses.c     int res;
res               213 lib/tty/tty-ncurses.c     for (res = 0; lines_codes[res].line; res++)
res               215 lib/tty/tty-ncurses.c         if (strcmp (ch, lines_codes[res].line) == 0)
res               216 lib/tty/tty-ncurses.c             return lines_codes[res].line_code;
res               220 lib/tty/tty-ncurses.c     res = g_utf8_get_char_validated (str2, -1);
res               222 lib/tty/tty-ncurses.c     if (res < 0)
res               223 lib/tty/tty-ncurses.c         res = (unsigned char) str2[0];
res               226 lib/tty/tty-ncurses.c     return res;
res               632 lib/tty/tty-ncurses.c         int res;
res               635 lib/tty/tty-ncurses.c         res = g_unichar_to_utf8 (c, (char *) str);
res               636 lib/tty/tty-ncurses.c         if (res == 0)
res               646 lib/tty/tty-ncurses.c             str[res] = '\0';
res               231 lib/tty/tty-slang.c     int res;
res               256 lib/tty/tty-slang.c     for (res = 0; lines_codes[res].line; res++)
res               258 lib/tty/tty-slang.c         if (strcmp (str, lines_codes[res].line) == 0)
res               259 lib/tty/tty-slang.c             return lines_codes[res].line_code;
res               263 lib/tty/tty-slang.c     res = g_utf8_get_char_validated (str2, -1);
res               265 lib/tty/tty-slang.c     if (res < 0)
res               266 lib/tty/tty-slang.c         res = (unsigned char) str2[0];
res               269 lib/tty/tty-slang.c     return res;
res               716 lib/tty/tty-slang.c         int res;
res               718 lib/tty/tty-slang.c         res = g_unichar_to_utf8 (c, str);
res               719 lib/tty/tty-slang.c         if (res == 0)
res               726 lib/tty/tty-slang.c             str[res] = '\0';
res               622 lib/utilunix.c     int res;
res               651 lib/utilunix.c     res = select (maxfd + 1, &fds, NULL, NULL, NULL);
res               652 lib/utilunix.c     if (res < 0 && errno != EINTR)
res               727 lib/utilunix.c     int res;
res               737 lib/utilunix.c         res = close (p->out.fd);
res               739 lib/utilunix.c         res = close (p->err.fd);
res               745 lib/utilunix.c         res = waitpid (p->child_pid, &status, 0);
res               747 lib/utilunix.c     while (res < 0 && errno == EINTR);
res               749 lib/utilunix.c     if (res < 0)
res               112 lib/vfs/direntry.c     struct vfs_s_entry *res;
res               119 lib/vfs/direntry.c     res = vfs_s_generate_entry (me, path, dir, (flags & FL_MKDIR) != 0 ? (0777 | S_IFDIR) : 0777);
res               120 lib/vfs/direntry.c     vfs_s_insert_entry (me, dir, res);
res               125 lib/vfs/direntry.c     return res;
res               659 lib/vfs/direntry.c     int res = 0;
res               671 lib/vfs/direntry.c         res = sub->fh_close (me, fh);
res               679 lib/vfs/direntry.c             res = -1;
res               682 lib/vfs/direntry.c             res = sub->file_store (me, fh, s, file->ino->localname);
res               697 lib/vfs/direntry.c     return res;
res              1663 lib/vfs/direntry.c     int res = 0;
res              1677 lib/vfs/direntry.c             res = EINTR;
res              1688 lib/vfs/direntry.c             res = 1;
res              1698 lib/vfs/direntry.c     return res;
res               438 lib/widget/input.c     int res;
res               454 lib/widget/input.c     res = str_is_valid_char (in->charbuf, in->charpoint);
res               455 lib/widget/input.c     if (res < 0)
res               457 lib/widget/input.c         if (res != -2)
res               656 lib/widget/input.c     cb_ret_t res = MSG_HANDLED;
res               782 lib/widget/input.c         res = MSG_NOT_HANDLED;
res               800 lib/widget/input.c     return res;
res                41 lib/widget/quick.h #define QUICK_INPUT(txt, hname, res, id_, is_passwd_, strip_passwd_, completion_flags_)            \
res                57 lib/widget/quick.h                  .result = res,                                                                    \
res                62 lib/widget/quick.h #define QUICK_LABELED_INPUT(label_, label_loc, txt, hname, res, id_, is_passwd_, strip_passwd_,    \
res                79 lib/widget/quick.h                 .result = res,                                                                     \
res              1925 src/diffviewer/ydiff.c     int res = 0;
res              1943 src/diffviewer/ydiff.c             res = DIFF_DEL;
res              1946 src/diffviewer/ydiff.c             res = DIFF_ADD;
res              1949 src/diffviewer/ydiff.c             res = DIFF_CHG;
res              1976 src/diffviewer/ydiff.c     return res;
res              2181 src/diffviewer/ydiff.c             int res;
res              2183 src/diffviewer/ydiff.c             res = rewrite_backup_content (merge_file_name_vpath, dview->file[n_merge]);
res              2184 src/diffviewer/ydiff.c             (void) res;
res              2964 src/diffviewer/ydiff.c     gboolean res = TRUE;
res              2968 src/diffviewer/ydiff.c         res = mc_util_unlink_backup_if_possible (dview->file[DIFF_LEFT], "~~~");
res              2969 src/diffviewer/ydiff.c         dview->merged[DIFF_LEFT] = !res;
res              2973 src/diffviewer/ydiff.c         res = mc_util_unlink_backup_if_possible (dview->file[DIFF_RIGHT], "~~~");
res              2974 src/diffviewer/ydiff.c         dview->merged[DIFF_RIGHT] = !res;
res              2976 src/diffviewer/ydiff.c     return res;
res              2996 src/diffviewer/ydiff.c     gboolean res = TRUE;
res              3000 src/diffviewer/ydiff.c         return res;
res              3015 src/diffviewer/ydiff.c         res = FALSE;
res              3019 src/diffviewer/ydiff.c         res = TRUE;
res              3023 src/diffviewer/ydiff.c             res = mc_util_unlink_backup_if_possible (dview->file[DIFF_LEFT], "~~~");
res              3025 src/diffviewer/ydiff.c             res = mc_util_unlink_backup_if_possible (dview->file[DIFF_RIGHT], "~~~");
res              3028 src/diffviewer/ydiff.c         res = TRUE;
res              3031 src/diffviewer/ydiff.c     return res;
res              3039 src/diffviewer/ydiff.c     cb_ret_t res = MSG_HANDLED;
res              3193 src/diffviewer/ydiff.c         res = MSG_NOT_HANDLED;
res              3195 src/diffviewer/ydiff.c     return res;
res              3471 src/editor/edit.c             int res;
res              3473 src/editor/edit.c             res = g_unichar_to_utf8 (char_for_insertion, (char *) str);
res              3474 src/editor/edit.c             if (res == 0)
res              3480 src/editor/edit.c                 str[res] = '\0';
res               215 src/editor/editbuffer.c     gunichar res;
res               232 src/editor/editbuffer.c     res = g_utf8_get_char_validated (str, -1);
res               233 src/editor/editbuffer.c     if (res == (gunichar) (-2) || res == (gunichar) (-1))
res               242 src/editor/editbuffer.c         res = g_utf8_get_char_validated (utf8_buf, -1);
res               245 src/editor/editbuffer.c     if (res == (gunichar) (-2) || res == (gunichar) (-1))
res               252 src/editor/editbuffer.c         ch = res;
res               281 src/editor/editbuffer.c     gunichar res;
res               302 src/editor/editbuffer.c     res = g_utf8_get_char_validated (str, -1);
res               303 src/editor/editbuffer.c     if (res == (gunichar) (-2) || res == (gunichar) (-1))
res               310 src/editor/editbuffer.c     return (int) res;
res               436 src/editor/editcmd.c     const int res = edit_save_file (edit, edit->filename_vpath);
res               439 src/editor/editcmd.c     if ((res > 0 && edit->locked != 0) || save_lock != 0)
res               443 src/editor/editcmd.c     if (res == 0)
res               446 src/editor/editcmd.c     if (res > 0)
res               376 src/editor/editmacros.c     gboolean res = FALSE;
res               400 src/editor/editmacros.c                     res = TRUE;
res               406 src/editor/editmacros.c     return res;
res               557 src/editor/editwidget.c             int res;
res               559 src/editor/editwidget.c             res = str_is_valid_char (edit->charbuf, edit->charpoint);
res               560 src/editor/editwidget.c             if (res < 0 && res != -2)
res               569 src/editor/editwidget.c                 if (res < 0)
res               586 src/editor/editwidget.c                 if (res < 0)
res               331 src/editor/spell.c     int res;
res               391 src/editor/spell.c     res = dlg_run (sug_dlg);
res               392 src/editor/spell.c     if (res == B_ENTER)
res               404 src/editor/spell.c     return res;
res               495 src/editor/spell.c     int res = 0;
res               498 src/editor/spell.c         res = mc_aspell_speller_check (global_speller->speller, word, word_size);
res               500 src/editor/spell.c     return (res == 1);
res               617 src/editor/spell.c             unsigned int res;
res               622 src/editor/spell.c             res = aspell_suggest (suggest, match_word->str, (int) word_len);
res               623 src/editor/spell.c             if (res != 0)
res               742 src/editor/spell.c     int res;
res               752 src/editor/spell.c     res = listbox_run (lang_list);
res               753 src/editor/spell.c     if (res >= 0)
res               754 src/editor/spell.c         selected_lang = g_ptr_array_index (languages, (unsigned int) res);
res               636 src/filemanager/file.c     int res;
res               657 src/filemanager/file.c         res = stat_func (tmp_vpath, &s);
res               658 src/filemanager/file.c         if (res == 0)
res              1553 src/filemanager/file.c     const int res = check_dir_is_empty (ctx, vpath, &error);
res              1555 src/filemanager/file.c     if (res == -1)
res              1558 src/filemanager/file.c     if (res != 1)
res              2249 src/filemanager/file.c     gboolean res = FALSE;
res              2266 src/filemanager/file.c             res = (S_ISDIR (st3.st_mode) != 0);
res              2273 src/filemanager/file.c     return res;
res              3353 src/filemanager/file.c     const int res = check_dir_is_empty (ctx, vpath, &error);
res              3355 src/filemanager/file.c     if (res == -1)
res              3358 src/filemanager/file.c     if (res == 0)
res              1131 src/filemanager/filemanager.c     cb_ret_t res = MSG_HANDLED;
res              1361 src/filemanager/filemanager.c         res = send_message (current_panel, filemanager, MSG_ACTION, command, NULL);
res              1426 src/filemanager/filemanager.c         res = MSG_NOT_HANDLED;
res              1429 src/filemanager/filemanager.c     return res;
res              1154 src/filemanager/find.c                 FindProgressStatus res;
res              1156 src/filemanager/find.c                 res = check_find_events (h);
res              1157 src/filemanager/find.c                 switch (res)
res              1632 src/filemanager/hotlist.c     int res;
res              1646 src/filemanager/hotlist.c     res = dlg_run (hotlist_dlg);
res              1650 src/filemanager/hotlist.c     if (res == B_ENTER)
res              1533 src/filemanager/layout.c     int res = 0;
res              1538 src/filemanager/layout.c     res = gethostname (host, sizeof (host));
res              1539 src/filemanager/layout.c     if (res != 0)
res               695 src/filemanager/panel.c     filename_scroll_flag_t res = FILENAME_NOSCROLL;
res               744 src/filemanager/panel.c                         res = FILENAME_SCROLL_LEFT;
res               746 src/filemanager/panel.c                             res |= FILENAME_SCROLL_RIGHT;
res               795 src/filemanager/panel.c     return res;
res              3492 src/filemanager/panel.c     int res = MSG_HANDLED;
res              3604 src/filemanager/panel.c         res = force_maybe_cd (panel);
res              3613 src/filemanager/panel.c         res = move_left (panel);
res              3616 src/filemanager/panel.c         res = move_right (panel);
res              3669 src/filemanager/panel.c         res = MSG_NOT_HANDLED;
res              3673 src/filemanager/panel.c     return res;
res              5420 src/filemanager/panel.c     gboolean res;
res              5432 src/filemanager/panel.c     res = panel_do_cd (panel, _new_dir_vpath, exact);
res              5435 src/filemanager/panel.c     if (res)
res              5447 src/filemanager/panel.c     return res;
res               989 src/filemanager/tree.c     cb_ret_t res = MSG_HANDLED;
res              1044 src/filemanager/tree.c         return res;
res              1046 src/filemanager/tree.c         res = MSG_NOT_HANDLED;
res              1051 src/filemanager/tree.c     return res;
res               169 src/filemanager/treestore.c     char *res, *p, *q;
res               171 src/filemanager/treestore.c     res = g_strdup (buffer);
res               173 src/filemanager/treestore.c     for (p = q = res; *p != '\0'; p++, q++)
res               178 src/filemanager/treestore.c             return res;
res               204 src/filemanager/treestore.c     return res;
res               997 src/usermenu.c     gboolean res = FALSE;
res              1166 src/usermenu.c             res = TRUE;
res              1177 src/usermenu.c     return res;
res               853 src/vfs/cpio/cpio.c     ssize_t res;
res               860 src/vfs/cpio/cpio.c     res = mc_read (fd, buffer, count);
res               861 src/vfs/cpio/cpio.c     if (res == -1)
res               864 src/vfs/cpio/cpio.c     file->pos += res;
res               865 src/vfs/cpio/cpio.c     return res;
res               314 src/vfs/extfs/extfs.c     struct vfs_s_entry *res;
res               319 src/vfs/extfs/extfs.c     res = extfs_find_entry_int (dir, name, NULL, flags);
res               320 src/vfs/extfs/extfs.c     if (res == NULL)
res               327 src/vfs/extfs/extfs.c     return res;
res               882 src/vfs/extfs/extfs.c     struct vfs_s_entry *res;
res               886 src/vfs/extfs/extfs.c     res = extfs_resolve_symlinks_int (entry, NULL);
res               887 src/vfs/extfs/extfs.c     if (res == NULL)
res               894 src/vfs/extfs/extfs.c     return res;
res               847 src/vfs/ftpfs/ftpfs.c     struct addrinfo hints, *res, *curr_res;
res               888 src/vfs/ftpfs/ftpfs.c     e = getaddrinfo (host, port, &hints, &res);
res               895 src/vfs/ftpfs/ftpfs.c         e = getaddrinfo (host, port, &hints, &res);
res               910 src/vfs/ftpfs/ftpfs.c     for (curr_res = res; curr_res != NULL; curr_res = curr_res->ai_next)
res               922 src/vfs/ftpfs/ftpfs.c             freeaddrinfo (res);
res               938 src/vfs/ftpfs/ftpfs.c         else if (res->ai_next == NULL)
res               944 src/vfs/ftpfs/ftpfs.c         freeaddrinfo (res);
res               949 src/vfs/ftpfs/ftpfs.c     freeaddrinfo (res);
res              1215 src/vfs/ftpfs/ftpfs.c     int res;
res              1236 src/vfs/ftpfs/ftpfs.c     res = getnameinfo ((struct sockaddr *) &data_addr, data_addrlen, addr, NI_MAXHOST, NULL, 0,
res              1238 src/vfs/ftpfs/ftpfs.c     if (res != 0)
res              1244 src/vfs/ftpfs/ftpfs.c         if (res == EAI_SYSTEM)
res              1252 src/vfs/ftpfs/ftpfs.c             err_str = gai_strerror (res);
res              1284 src/vfs/ftpfs/ftpfs.c     res = (ftpfs_command (me, super, WAIT_REPLY, "EPRT |%u|%s|%hu|", af, addr, port) == COMPLETE)
res              1288 src/vfs/ftpfs/ftpfs.c     return res;
res              1793 src/vfs/ftpfs/ftpfs.c     int res;
res              1852 src/vfs/ftpfs/ftpfs.c     while ((res = vfs_s_get_line_interruptible (me, lc_buffer, sizeof (lc_buffer), sock)) != 0)
res              1854 src/vfs/ftpfs/ftpfs.c         if (res == EINTR)
res               134 src/vfs/sftpfs/connection.c     struct addrinfo hints, *res = NULL, *curr_res;
res               164 src/vfs/sftpfs/connection.c     e = getaddrinfo (super->path_element->host, port, &hints, &res);
res               171 src/vfs/sftpfs/connection.c         e = getaddrinfo (super->path_element->host, port, &hints, &res);
res               182 src/vfs/sftpfs/connection.c     for (curr_res = res; curr_res != NULL; curr_res = curr_res->ai_next)
res               234 src/vfs/sftpfs/connection.c         else if (res->ai_next == NULL)
res               245 src/vfs/sftpfs/connection.c     if (res != NULL)
res               246 src/vfs/sftpfs/connection.c         freeaddrinfo (res);
res               168 src/vfs/sftpfs/dir.c     int res;
res               180 src/vfs/sftpfs/dir.c         res =
res               182 src/vfs/sftpfs/dir.c         if (res >= 0)
res               185 src/vfs/sftpfs/dir.c         if (!sftpfs_waitsocket (sftpfs_super, res, mcerror))
res               188 src/vfs/sftpfs/dir.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               190 src/vfs/sftpfs/dir.c     return res;
res               205 src/vfs/sftpfs/dir.c     int res;
res               217 src/vfs/sftpfs/dir.c         res = libssh2_sftp_rmdir_ex (sftpfs_super->sftp_session, fixfname->str, fixfname->len);
res               218 src/vfs/sftpfs/dir.c         if (res >= 0)
res               221 src/vfs/sftpfs/dir.c         if (!sftpfs_waitsocket (sftpfs_super, res, mcerror))
res               224 src/vfs/sftpfs/dir.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               226 src/vfs/sftpfs/dir.c     return res;
res               226 src/vfs/sftpfs/file.c     int res;
res               242 src/vfs/sftpfs/file.c         res = libssh2_sftp_fstat_ex (sftpfs_fh->handle, &attrs, 0);
res               243 src/vfs/sftpfs/file.c         if (res >= 0)
res               246 src/vfs/sftpfs/file.c         err = sftpfs_file__handle_error (sftpfs_super, res, mcerror);
res               250 src/vfs/sftpfs/file.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               123 src/vfs/sftpfs/internal.c     int res;
res               132 src/vfs/sftpfs/internal.c         res = libssh2_sftp_stat_ex ((*super)->sftp_session, fixfname->str, fixfname->len, stat_type,
res               134 src/vfs/sftpfs/internal.c         if (res >= 0)
res               137 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error ((*super)->sftp_session, res, LIBSSH2_FX_PERMISSION_DENIED))
res               140 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error ((*super)->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE))
res               143 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (*super, res, mcerror))
res               146 src/vfs/sftpfs/internal.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               148 src/vfs/sftpfs/internal.c     return res;
res               291 src/vfs/sftpfs/internal.c     int res;
res               293 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);
res               294 src/vfs/sftpfs/internal.c     if (res >= 0)
res               297 src/vfs/sftpfs/internal.c         res = 0;
res               300 src/vfs/sftpfs/internal.c     return res;
res               319 src/vfs/sftpfs/internal.c     int res;
res               321 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_STAT, &attrs);
res               322 src/vfs/sftpfs/internal.c     if (res >= 0)
res               326 src/vfs/sftpfs/internal.c         res = 0;
res               329 src/vfs/sftpfs/internal.c     return res;
res               349 src/vfs/sftpfs/internal.c     int res;
res               358 src/vfs/sftpfs/internal.c         res = libssh2_sftp_symlink_ex (super->sftp_session, fixfname->str, fixfname->len, buf, size,
res               360 src/vfs/sftpfs/internal.c         if (res >= 0)
res               363 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (super, res, mcerror))
res               366 src/vfs/sftpfs/internal.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               368 src/vfs/sftpfs/internal.c     return res;
res               391 src/vfs/sftpfs/internal.c     int res;
res               405 src/vfs/sftpfs/internal.c         res = libssh2_sftp_symlink_ex (super->sftp_session, path1, path1_len, tmp_path,
res               407 src/vfs/sftpfs/internal.c         if (res >= 0)
res               410 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (super, res, mcerror))
res               416 src/vfs/sftpfs/internal.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               440 src/vfs/sftpfs/internal.c     int res;
res               442 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);
res               443 src/vfs/sftpfs/internal.c     if (res < 0)
res               444 src/vfs/sftpfs/internal.c         return res;
res               454 src/vfs/sftpfs/internal.c         res = libssh2_sftp_stat_ex (super->sftp_session, fixfname->str, fixfname->len,
res               456 src/vfs/sftpfs/internal.c         if (res >= 0)
res               459 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE))
res               462 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_FAILURE))
res               464 src/vfs/sftpfs/internal.c             res = 0;  // need something like ftpfs_ignore_chattr_errors
res               468 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (super, res, mcerror))
res               471 src/vfs/sftpfs/internal.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               473 src/vfs/sftpfs/internal.c     return res;
res               493 src/vfs/sftpfs/internal.c     int res;
res               495 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);
res               496 src/vfs/sftpfs/internal.c     if (res < 0)
res               497 src/vfs/sftpfs/internal.c         return res;
res               506 src/vfs/sftpfs/internal.c         res = libssh2_sftp_stat_ex (super->sftp_session, fixfname->str, fixfname->len,
res               508 src/vfs/sftpfs/internal.c         if (res >= 0)
res               511 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE))
res               514 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_FAILURE))
res               516 src/vfs/sftpfs/internal.c             res = 0;  // need something like ftpfs_ignore_chattr_errors
res               520 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (super, res, mcerror))
res               523 src/vfs/sftpfs/internal.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               525 src/vfs/sftpfs/internal.c     return res;
res               543 src/vfs/sftpfs/internal.c     int res;
res               552 src/vfs/sftpfs/internal.c         res = libssh2_sftp_unlink_ex (super->sftp_session, fixfname->str, fixfname->len);
res               553 src/vfs/sftpfs/internal.c         if (res >= 0)
res               556 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (super, res, mcerror))
res               559 src/vfs/sftpfs/internal.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               561 src/vfs/sftpfs/internal.c     return res;
res               584 src/vfs/sftpfs/internal.c     int res;
res               598 src/vfs/sftpfs/internal.c         res = libssh2_sftp_rename_ex (super->sftp_session, fixfname->str, fixfname->len, tmp_path,
res               600 src/vfs/sftpfs/internal.c         if (res >= 0)
res               603 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (super, res, mcerror))
res               609 src/vfs/sftpfs/internal.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               421 src/vfs/shell/shell.c     int res;
res               426 src/vfs/shell/shell.c     res = my_fork ();
res               428 src/vfs/shell/shell.c     if (res != 0)
res               430 src/vfs/shell/shell.c         if (res < 0)
res               440 src/vfs/shell/shell.c         res = dup2 (fileset1[0], STDIN_FILENO);
res               443 src/vfs/shell/shell.c         res = dup2 (fileset2[1], STDOUT_FILENO);
res               446 src/vfs/shell/shell.c         res = open ("/dev/null", O_WRONLY);
res               498 src/vfs/shell/shell.c             int res;
res               501 src/vfs/shell/shell.c             res = vfs_s_get_line_interruptible (me, buffer, sizeof (buffer), shell_super->sockr);
res               502 src/vfs/shell/shell.c             if ((res == 0) || (res == EINTR))
res               920 src/vfs/shell/shell.c         int res;
res               922 src/vfs/shell/shell.c         res =
res               925 src/vfs/shell/shell.c         if ((res == 0) || (res == EINTR))
res              1122 src/vfs/tar/tar.c     ssize_t res;
res              1130 src/vfs/tar/tar.c         res = mc_read (fd, buffer, (size_t) remain);
res              1149 src/vfs/tar/tar.c         res = (ssize_t) remain;
res              1152 src/vfs/tar/tar.c     return res;
res              1165 src/vfs/tar/tar.c     off_t res;
res              1202 src/vfs/tar/tar.c     res = mc_lseek (fd, offset, SEEK_SET);
res              1204 src/vfs/tar/tar.c     if (res == offset)
res              1205 src/vfs/tar/tar.c         res = saved_offset;
res              1207 src/vfs/tar/tar.c     return res;
res              1219 src/vfs/tar/tar.c     ssize_t res;
res              1226 src/vfs/tar/tar.c         res = tar_read_sparse (file, buffer, count);
res              1236 src/vfs/tar/tar.c         res = mc_read (fd, buffer, count);
res              1239 src/vfs/tar/tar.c     if (res == -1)
res              1242 src/vfs/tar/tar.c     file->pos += res;
res              1243 src/vfs/tar/tar.c     return res;
res               371 src/viewer/actions_cmd.c     int res = MSG_HANDLED;
res               530 src/viewer/actions_cmd.c         res = MSG_NOT_HANDLED;
res               532 src/viewer/actions_cmd.c     return res;
res               155 src/viewer/datasource.c     int res;
res               180 src/viewer/datasource.c     res = g_utf8_get_char_validated (str, -1);
res               182 src/viewer/datasource.c     if (res < 0)
res               189 src/viewer/datasource.c             if (mcview_get_byte (view, byte_index + i, &res))
res               190 src/viewer/datasource.c                 utf8buf[i] = res;
res               199 src/viewer/datasource.c         res = g_utf8_get_char_validated (str, -1);
res               202 src/viewer/datasource.c     if (res < 0)
res               212 src/viewer/datasource.c         *ch = res;
res               288 src/viewer/datasource.c     ssize_t res;
res               306 src/viewer/datasource.c         res = mc_read (view->ds_file_fd, view->ds_file_data + bytes_read,
res               308 src/viewer/datasource.c         if (res == -1)
res               310 src/viewer/datasource.c         if (res == 0)
res               312 src/viewer/datasource.c         bytes_read += (size_t) res;
res               167 src/viewer/dialogs.c     gboolean res;
res               208 src/viewer/dialogs.c     res = (qd_result != B_CANCEL && exp[0] != '\0');
res               209 src/viewer/dialogs.c     if (res)
res               266 src/viewer/dialogs.c     return res;
res               197 src/viewer/hex.c                     int res;
res               202 src/viewer/hex.c                         if (mcview_get_byte (view, from + j, &res))
res               203 src/viewer/hex.c                             utf8buf[j] = res;