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 447 lib/keybind.c name_keymap_t *res; res 451 lib/keybind.c res = bsearch (&key, command_names, num_command_names, sizeof (command_names[0]), res 454 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 173 lib/tty/tty-ncurses.c int res; res 209 lib/tty/tty-ncurses.c for (res = 0; lines_codes[res].line; res++) res 211 lib/tty/tty-ncurses.c if (strcmp (ch, lines_codes[res].line) == 0) res 212 lib/tty/tty-ncurses.c return lines_codes[res].line_code; res 216 lib/tty/tty-ncurses.c res = g_utf8_get_char_validated (str2, -1); res 218 lib/tty/tty-ncurses.c if (res < 0) res 219 lib/tty/tty-ncurses.c res = (unsigned char) str2[0]; res 222 lib/tty/tty-ncurses.c return res; res 628 lib/tty/tty-ncurses.c int res; res 631 lib/tty/tty-ncurses.c res = g_unichar_to_utf8 (c, (char *) str); res 632 lib/tty/tty-ncurses.c if (res == 0) res 642 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 619 lib/utilunix.c int res; res 648 lib/utilunix.c res = select (maxfd + 1, &fds, NULL, NULL, NULL); res 649 lib/utilunix.c if (res < 0 && errno != EINTR) res 724 lib/utilunix.c int res; res 734 lib/utilunix.c res = close (p->out.fd); res 736 lib/utilunix.c res = close (p->err.fd); res 742 lib/utilunix.c res = waitpid (p->child_pid, &status, 0); res 744 lib/utilunix.c while (res < 0 && errno == EINTR); res 746 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 1915 src/diffviewer/ydiff.c int res = 0; res 1933 src/diffviewer/ydiff.c res = DIFF_DEL; res 1936 src/diffviewer/ydiff.c res = DIFF_ADD; res 1939 src/diffviewer/ydiff.c res = DIFF_CHG; res 1966 src/diffviewer/ydiff.c return res; res 2171 src/diffviewer/ydiff.c int res; res 2173 src/diffviewer/ydiff.c res = rewrite_backup_content (merge_file_name_vpath, dview->file[n_merge]); res 2174 src/diffviewer/ydiff.c (void) res; res 2937 src/diffviewer/ydiff.c gboolean res = TRUE; res 2941 src/diffviewer/ydiff.c res = mc_util_unlink_backup_if_possible (dview->file[DIFF_LEFT], "~~~"); res 2942 src/diffviewer/ydiff.c dview->merged[DIFF_LEFT] = !res; res 2946 src/diffviewer/ydiff.c res = mc_util_unlink_backup_if_possible (dview->file[DIFF_RIGHT], "~~~"); res 2947 src/diffviewer/ydiff.c dview->merged[DIFF_RIGHT] = !res; res 2949 src/diffviewer/ydiff.c return res; res 2969 src/diffviewer/ydiff.c gboolean res = TRUE; res 2973 src/diffviewer/ydiff.c return res; res 2988 src/diffviewer/ydiff.c res = FALSE; res 2992 src/diffviewer/ydiff.c res = TRUE; res 2996 src/diffviewer/ydiff.c res = mc_util_unlink_backup_if_possible (dview->file[DIFF_LEFT], "~~~"); res 2998 src/diffviewer/ydiff.c res = mc_util_unlink_backup_if_possible (dview->file[DIFF_RIGHT], "~~~"); res 3001 src/diffviewer/ydiff.c res = TRUE; res 3004 src/diffviewer/ydiff.c return res; res 3012 src/diffviewer/ydiff.c cb_ret_t res = MSG_HANDLED; res 3164 src/diffviewer/ydiff.c res = MSG_NOT_HANDLED; res 3166 src/diffviewer/ydiff.c return res; res 3439 src/editor/edit.c int res; res 3441 src/editor/edit.c res = g_unichar_to_utf8 (char_for_insertion, (char *) str); res 3442 src/editor/edit.c if (res == 0) res 3448 src/editor/edit.c str[res] = '\0'; res 214 src/editor/editbuffer.c gunichar res; res 231 src/editor/editbuffer.c res = g_utf8_get_char_validated (str, -1); res 232 src/editor/editbuffer.c if (res == (gunichar) (-2) || res == (gunichar) (-1)) res 241 src/editor/editbuffer.c res = g_utf8_get_char_validated (utf8_buf, -1); res 244 src/editor/editbuffer.c if (res == (gunichar) (-2) || res == (gunichar) (-1)) res 251 src/editor/editbuffer.c ch = res; res 280 src/editor/editbuffer.c gunichar res; res 301 src/editor/editbuffer.c res = g_utf8_get_char_validated (str, -1); res 302 src/editor/editbuffer.c if (res == (gunichar) (-2) || res == (gunichar) (-1)) res 309 src/editor/editbuffer.c return (int) res; res 432 src/editor/editcmd.c const int res = edit_save_file (edit, edit->filename_vpath); res 435 src/editor/editcmd.c if ((res > 0 && edit->locked != 0) || save_lock != 0) res 439 src/editor/editcmd.c if (res == 0) res 442 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 548 src/editor/editwidget.c int res; res 550 src/editor/editwidget.c res = str_is_valid_char (edit->charbuf, edit->charpoint); res 551 src/editor/editwidget.c if (res < 0 && res != -2) res 560 src/editor/editwidget.c if (res < 0) res 577 src/editor/editwidget.c if (res < 0) res 327 src/editor/spell.c int res; res 387 src/editor/spell.c res = dlg_run (sug_dlg); res 388 src/editor/spell.c if (res == B_ENTER) res 400 src/editor/spell.c return res; res 491 src/editor/spell.c int res = 0; res 494 src/editor/spell.c res = mc_aspell_speller_check (global_speller->speller, word, word_size); res 496 src/editor/spell.c return (res == 1); res 611 src/editor/spell.c unsigned int res; res 616 src/editor/spell.c res = aspell_suggest (suggest, match_word->str, (int) word_len); res 617 src/editor/spell.c if (res != 0) res 734 src/editor/spell.c int res; res 744 src/editor/spell.c res = listbox_run (lang_list); res 745 src/editor/spell.c if (res >= 0) res 746 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 1103 src/filemanager/filemanager.c cb_ret_t res = MSG_HANDLED; res 1331 src/filemanager/filemanager.c res = send_message (current_panel, filemanager, MSG_ACTION, command, NULL); res 1396 src/filemanager/filemanager.c res = MSG_NOT_HANDLED; res 1399 src/filemanager/filemanager.c return res; res 1126 src/filemanager/find.c FindProgressStatus res; res 1128 src/filemanager/find.c res = check_find_events (h); res 1129 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 1534 src/filemanager/layout.c int res = 0; res 1539 src/filemanager/layout.c res = gethostname (host, sizeof (host)); res 1540 src/filemanager/layout.c if (res != 0) res 691 src/filemanager/panel.c filename_scroll_flag_t res = FILENAME_NOSCROLL; res 740 src/filemanager/panel.c res = FILENAME_SCROLL_LEFT; res 742 src/filemanager/panel.c res |= FILENAME_SCROLL_RIGHT; res 791 src/filemanager/panel.c return res; res 3482 src/filemanager/panel.c int res = MSG_HANDLED; res 3594 src/filemanager/panel.c res = force_maybe_cd (panel); res 3603 src/filemanager/panel.c res = move_left (panel); res 3606 src/filemanager/panel.c res = move_right (panel); res 3657 src/filemanager/panel.c res = MSG_NOT_HANDLED; res 3661 src/filemanager/panel.c return res; res 5396 src/filemanager/panel.c gboolean res; res 5408 src/filemanager/panel.c res = panel_do_cd (panel, _new_dir_vpath, exact); res 5410 src/filemanager/panel.c if (res) res 5421 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 992 src/usermenu.c gboolean res = FALSE; res 1161 src/usermenu.c res = TRUE; res 1172 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 1794 src/vfs/ftpfs/ftpfs.c int res; res 1853 src/vfs/ftpfs/ftpfs.c while ((res = vfs_s_get_line_interruptible (me, lc_buffer, sizeof (lc_buffer), sock)) != 0) res 1855 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 369 src/viewer/actions_cmd.c int res = MSG_HANDLED; res 526 src/viewer/actions_cmd.c res = MSG_NOT_HANDLED; res 528 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 161 src/viewer/dialogs.c gboolean res; res 202 src/viewer/dialogs.c res = (qd_result != B_CANCEL && exp[0] != '\0'); res 203 src/viewer/dialogs.c if (res) res 260 src/viewer/dialogs.c return res; res 191 src/viewer/hex.c int res; res 196 src/viewer/hex.c if (mcview_get_byte (view, from + j, &res)) res 197 src/viewer/hex.c utf8buf[j] = res;