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 452 lib/keybind.c name_keymap_t *res; res 456 lib/keybind.c res = bsearch (&key, command_names, num_command_names, res 459 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, 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 1258 lib/tty/key.c const key_code_name_t **res; res 1268 lib/tty/key.c res = bsearch (&keyp, key_conv_tab_sorted, key_conv_tab_size, res 1271 lib/tty/key.c if (res != NULL) res 1273 lib/tty/key.c *idx = (int) (res - key_conv_tab_sorted); res 1274 lib/tty/key.c return (*res)->code; res 1291 lib/tty/key.c const key_code_name_t **res; res 1295 lib/tty/key.c res = bsearch (&keyp, key_conv_tab_sorted, key_conv_tab_size, res 1298 lib/tty/key.c if (res != NULL) res 1300 lib/tty/key.c *idx = (int) (res - key_conv_tab_sorted); res 178 lib/tty/tty-ncurses.c int res; res 214 lib/tty/tty-ncurses.c for (res = 0; lines_codes[res].line; res++) res 216 lib/tty/tty-ncurses.c if (strcmp (ch, lines_codes[res].line) == 0) res 217 lib/tty/tty-ncurses.c return lines_codes[res].line_code; res 221 lib/tty/tty-ncurses.c res = g_utf8_get_char_validated (str2, -1); res 223 lib/tty/tty-ncurses.c if (res < 0) res 224 lib/tty/tty-ncurses.c res = (unsigned char) str2[0]; res 227 lib/tty/tty-ncurses.c return res; res 633 lib/tty/tty-ncurses.c int res; res 636 lib/tty/tty-ncurses.c res = g_unichar_to_utf8 (c, (char *) str); res 637 lib/tty/tty-ncurses.c if (res == 0) res 647 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 714 lib/tty/tty-slang.c int res; res 716 lib/tty/tty-slang.c res = g_unichar_to_utf8 (c, str); res 717 lib/tty/tty-slang.c if (res == 0) res 724 lib/tty/tty-slang.c str[res] = '\0'; res 621 lib/utilunix.c int res; res 650 lib/utilunix.c res = select (maxfd + 1, &fds, NULL, NULL, NULL); res 651 lib/utilunix.c if (res < 0 && errno != EINTR) res 726 lib/utilunix.c int res; res 736 lib/utilunix.c res = close (p->out.fd); res 738 lib/utilunix.c res = close (p->err.fd); res 744 lib/utilunix.c res = waitpid (p->child_pid, &status, 0); res 746 lib/utilunix.c while (res < 0 && errno == EINTR); res 748 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 662 lib/vfs/direntry.c int res = 0; res 674 lib/vfs/direntry.c res = sub->fh_close (me, fh); res 682 lib/vfs/direntry.c res = -1; res 685 lib/vfs/direntry.c res = sub->file_store (me, fh, s, file->ino->localname); res 700 lib/vfs/direntry.c return res; res 1666 lib/vfs/direntry.c int res = 0; res 1680 lib/vfs/direntry.c res = EINTR; res 1691 lib/vfs/direntry.c res = 1; res 1701 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 39 lib/widget/quick.h #define QUICK_INPUT(txt, hname, res, id_, is_passwd_, strip_passwd_, completion_flags_) \ res 55 lib/widget/quick.h .result = res \ res 60 lib/widget/quick.h #define QUICK_LABELED_INPUT(label_, label_loc, txt, hname, res, id_, is_passwd_, strip_passwd_, completion_flags_) \ res 76 lib/widget/quick.h .result = res \ res 1927 src/diffviewer/ydiff.c int res = 0; res 1941 src/diffviewer/ydiff.c res = DIFF_DEL; res 1944 src/diffviewer/ydiff.c res = DIFF_ADD; res 1947 src/diffviewer/ydiff.c res = DIFF_CHG; res 1974 src/diffviewer/ydiff.c return res; res 2180 src/diffviewer/ydiff.c int res; res 2182 src/diffviewer/ydiff.c res = rewrite_backup_content (merge_file_name_vpath, dview->file[n_merge]); res 2183 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 3014 src/diffviewer/ydiff.c res = FALSE; res 3018 src/diffviewer/ydiff.c res = TRUE; res 3022 src/diffviewer/ydiff.c res = mc_util_unlink_backup_if_possible (dview->file[DIFF_LEFT], "~~~"); res 3024 src/diffviewer/ydiff.c res = mc_util_unlink_backup_if_possible (dview->file[DIFF_RIGHT], "~~~"); res 3027 src/diffviewer/ydiff.c res = TRUE; res 3030 src/diffviewer/ydiff.c return res; res 3038 src/diffviewer/ydiff.c cb_ret_t res = MSG_HANDLED; res 3192 src/diffviewer/ydiff.c res = MSG_NOT_HANDLED; res 3194 src/diffviewer/ydiff.c return res; res 3502 src/editor/edit.c int res; res 3504 src/editor/edit.c res = g_unichar_to_utf8 (char_for_insertion, (char *) str); res 3505 src/editor/edit.c if (res == 0) res 3511 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 437 src/editor/editcmd.c int res, save_lock = 0; res 441 src/editor/editcmd.c res = edit_save_file (edit, edit->filename_vpath); res 444 src/editor/editcmd.c if ((res > 0 && edit->locked) || save_lock) res 448 src/editor/editcmd.c if (res == 0) res 451 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 555 src/editor/editwidget.c int res; res 557 src/editor/editwidget.c res = str_is_valid_char (edit->charbuf, edit->charpoint); res 558 src/editor/editwidget.c if (res < 0 && res != -2) res 567 src/editor/editwidget.c if (res < 0) res 584 src/editor/editwidget.c if (res < 0) res 332 src/editor/spell.c int res; res 392 src/editor/spell.c res = dlg_run (sug_dlg); res 393 src/editor/spell.c if (res == B_ENTER) res 405 src/editor/spell.c return res; res 494 src/editor/spell.c int res = 0; res 497 src/editor/spell.c res = mc_aspell_speller_check (global_speller->speller, word, word_size); res 499 src/editor/spell.c return (res == 1); res 616 src/editor/spell.c unsigned int res; res 621 src/editor/spell.c res = aspell_suggest (suggest, match_word->str, (int) word_len); res 622 src/editor/spell.c if (res != 0) res 741 src/editor/spell.c int res; res 751 src/editor/spell.c res = listbox_run (lang_list); res 752 src/editor/spell.c if (res >= 0) res 753 src/editor/spell.c selected_lang = g_ptr_array_index (languages, (unsigned int) res); res 641 src/filemanager/file.c int res; res 662 src/filemanager/file.c res = stat_func (tmp_vpath, &s); res 663 src/filemanager/file.c if (res == 0) res 2233 src/filemanager/file.c gboolean res = FALSE; res 2250 src/filemanager/file.c res = (S_ISDIR (st3.st_mode) != 0); res 2257 src/filemanager/file.c return res; res 1130 src/filemanager/filemanager.c cb_ret_t res = MSG_HANDLED; res 1360 src/filemanager/filemanager.c res = send_message (current_panel, filemanager, MSG_ACTION, command, NULL); res 1425 src/filemanager/filemanager.c res = MSG_NOT_HANDLED; res 1428 src/filemanager/filemanager.c return res; res 1161 src/filemanager/find.c FindProgressStatus res; res 1163 src/filemanager/find.c res = check_find_events (h); res 1164 src/filemanager/find.c switch (res) res 1635 src/filemanager/hotlist.c int res; res 1649 src/filemanager/hotlist.c res = dlg_run (hotlist_dlg); res 1653 src/filemanager/hotlist.c if (res == B_ENTER) res 1539 src/filemanager/layout.c int res = 0; res 1544 src/filemanager/layout.c res = gethostname (host, sizeof (host)); res 1545 src/filemanager/layout.c if (res != 0) res 836 src/filemanager/panel.c filename_scroll_flag_t res = FILENAME_NOSCROLL; res 885 src/filemanager/panel.c res = FILENAME_SCROLL_LEFT; res 887 src/filemanager/panel.c res |= FILENAME_SCROLL_RIGHT; res 936 src/filemanager/panel.c return res; res 3627 src/filemanager/panel.c int res = MSG_HANDLED; res 3739 src/filemanager/panel.c res = force_maybe_cd (panel); res 3748 src/filemanager/panel.c res = move_left (panel); res 3751 src/filemanager/panel.c res = move_right (panel); res 3804 src/filemanager/panel.c res = MSG_NOT_HANDLED; res 3808 src/filemanager/panel.c return res; res 5539 src/filemanager/panel.c gboolean res; res 5551 src/filemanager/panel.c res = panel_do_cd (panel, _new_dir_vpath, exact); res 5554 src/filemanager/panel.c if (res) res 5566 src/filemanager/panel.c return res; res 1001 src/filemanager/tree.c cb_ret_t res = MSG_HANDLED; res 1056 src/filemanager/tree.c return res; res 1058 src/filemanager/tree.c res = MSG_NOT_HANDLED; res 1063 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 1000 src/usermenu.c gboolean res = FALSE; res 1167 src/usermenu.c res = TRUE; res 1178 src/usermenu.c return res; res 850 src/vfs/cpio/cpio.c ssize_t res; res 857 src/vfs/cpio/cpio.c res = mc_read (fd, buffer, count); res 858 src/vfs/cpio/cpio.c if (res == -1) res 861 src/vfs/cpio/cpio.c file->pos += res; res 862 src/vfs/cpio/cpio.c return res; res 309 src/vfs/extfs/extfs.c struct vfs_s_entry *res; res 314 src/vfs/extfs/extfs.c res = extfs_find_entry_int (dir, name, NULL, flags); res 315 src/vfs/extfs/extfs.c if (res == NULL) res 322 src/vfs/extfs/extfs.c return res; res 875 src/vfs/extfs/extfs.c struct vfs_s_entry *res; res 879 src/vfs/extfs/extfs.c res = extfs_resolve_symlinks_int (entry, NULL); res 880 src/vfs/extfs/extfs.c if (res == NULL) res 887 src/vfs/extfs/extfs.c return res; res 849 src/vfs/ftpfs/ftpfs.c struct addrinfo hints, *res, *curr_res; res 890 src/vfs/ftpfs/ftpfs.c e = getaddrinfo (host, port, &hints, &res); res 897 src/vfs/ftpfs/ftpfs.c e = getaddrinfo (host, port, &hints, &res); res 912 src/vfs/ftpfs/ftpfs.c for (curr_res = res; curr_res != NULL; curr_res = curr_res->ai_next) res 924 src/vfs/ftpfs/ftpfs.c freeaddrinfo (res); res 940 src/vfs/ftpfs/ftpfs.c else if (res->ai_next == NULL) res 946 src/vfs/ftpfs/ftpfs.c freeaddrinfo (res); res 951 src/vfs/ftpfs/ftpfs.c freeaddrinfo (res); res 1215 src/vfs/ftpfs/ftpfs.c int res; res 1236 src/vfs/ftpfs/ftpfs.c res = res 1239 src/vfs/ftpfs/ftpfs.c if (res != 0) res 1245 src/vfs/ftpfs/ftpfs.c if (res == EAI_SYSTEM) res 1253 src/vfs/ftpfs/ftpfs.c err_str = gai_strerror (res); res 1285 src/vfs/ftpfs/ftpfs.c res = res 1289 src/vfs/ftpfs/ftpfs.c return res; res 1793 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 136 src/vfs/sftpfs/connection.c struct addrinfo hints, *res = NULL, *curr_res; res 166 src/vfs/sftpfs/connection.c e = getaddrinfo (super->path_element->host, port, &hints, &res); res 173 src/vfs/sftpfs/connection.c e = getaddrinfo (super->path_element->host, port, &hints, &res); res 184 src/vfs/sftpfs/connection.c for (curr_res = res; curr_res != NULL; curr_res = curr_res->ai_next) res 235 src/vfs/sftpfs/connection.c else if (res->ai_next == NULL) res 246 src/vfs/sftpfs/connection.c if (res != NULL) res 247 src/vfs/sftpfs/connection.c freeaddrinfo (res); res 169 src/vfs/sftpfs/dir.c int res; res 181 src/vfs/sftpfs/dir.c res = res 183 src/vfs/sftpfs/dir.c if (res >= 0) res 186 src/vfs/sftpfs/dir.c if (!sftpfs_waitsocket (sftpfs_super, res, mcerror)) res 189 src/vfs/sftpfs/dir.c while (res == LIBSSH2_ERROR_EAGAIN); res 191 src/vfs/sftpfs/dir.c return res; res 206 src/vfs/sftpfs/dir.c int res; res 218 src/vfs/sftpfs/dir.c res = libssh2_sftp_rmdir_ex (sftpfs_super->sftp_session, fixfname->str, fixfname->len); res 219 src/vfs/sftpfs/dir.c if (res >= 0) res 222 src/vfs/sftpfs/dir.c if (!sftpfs_waitsocket (sftpfs_super, res, mcerror)) res 225 src/vfs/sftpfs/dir.c while (res == LIBSSH2_ERROR_EAGAIN); res 227 src/vfs/sftpfs/dir.c return res; res 225 src/vfs/sftpfs/file.c int res; res 241 src/vfs/sftpfs/file.c res = libssh2_sftp_fstat_ex (sftpfs_fh->handle, &attrs, 0); res 242 src/vfs/sftpfs/file.c if (res >= 0) res 245 src/vfs/sftpfs/file.c err = sftpfs_file__handle_error (sftpfs_super, res, mcerror); res 249 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, 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 = res 361 src/vfs/sftpfs/internal.c if (res >= 0) res 364 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (super, res, mcerror)) res 367 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN); res 369 src/vfs/sftpfs/internal.c return res; res 392 src/vfs/sftpfs/internal.c int res; res 406 src/vfs/sftpfs/internal.c res = res 409 src/vfs/sftpfs/internal.c if (res >= 0) res 412 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (super, res, mcerror)) res 418 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN); res 442 src/vfs/sftpfs/internal.c int res; res 444 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs); res 445 src/vfs/sftpfs/internal.c if (res < 0) res 446 src/vfs/sftpfs/internal.c return res; res 456 src/vfs/sftpfs/internal.c res = res 459 src/vfs/sftpfs/internal.c if (res >= 0) res 462 src/vfs/sftpfs/internal.c if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE)) res 465 src/vfs/sftpfs/internal.c if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_FAILURE)) res 467 src/vfs/sftpfs/internal.c res = 0; /* need something like ftpfs_ignore_chattr_errors */ res 471 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (super, res, mcerror)) res 474 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN); res 476 src/vfs/sftpfs/internal.c return res; res 496 src/vfs/sftpfs/internal.c int res; res 498 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs); res 499 src/vfs/sftpfs/internal.c if (res < 0) res 500 src/vfs/sftpfs/internal.c return res; res 509 src/vfs/sftpfs/internal.c res = res 512 src/vfs/sftpfs/internal.c if (res >= 0) res 515 src/vfs/sftpfs/internal.c if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE)) res 518 src/vfs/sftpfs/internal.c if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_FAILURE)) res 520 src/vfs/sftpfs/internal.c res = 0; /* need something like ftpfs_ignore_chattr_errors */ res 524 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (super, res, mcerror)) res 527 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN); res 529 src/vfs/sftpfs/internal.c return res; res 547 src/vfs/sftpfs/internal.c int res; res 556 src/vfs/sftpfs/internal.c res = libssh2_sftp_unlink_ex (super->sftp_session, fixfname->str, fixfname->len); res 557 src/vfs/sftpfs/internal.c if (res >= 0) res 560 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (super, res, mcerror)) res 563 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN); res 565 src/vfs/sftpfs/internal.c return res; res 588 src/vfs/sftpfs/internal.c int res; res 602 src/vfs/sftpfs/internal.c res = res 605 src/vfs/sftpfs/internal.c if (res >= 0) res 608 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (super, res, mcerror)) res 614 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN); res 424 src/vfs/shell/shell.c int res; res 429 src/vfs/shell/shell.c res = my_fork (); res 431 src/vfs/shell/shell.c if (res != 0) res 433 src/vfs/shell/shell.c if (res < 0) res 443 src/vfs/shell/shell.c res = dup2 (fileset1[0], STDIN_FILENO); res 446 src/vfs/shell/shell.c res = dup2 (fileset2[1], STDOUT_FILENO); res 449 src/vfs/shell/shell.c res = open ("/dev/null", O_WRONLY); res 501 src/vfs/shell/shell.c int res; res 504 src/vfs/shell/shell.c res = vfs_s_get_line_interruptible (me, buffer, sizeof (buffer), shell_super->sockr); res 505 src/vfs/shell/shell.c if ((res == 0) || (res == EINTR)) res 935 src/vfs/shell/shell.c int res; res 937 src/vfs/shell/shell.c res = res 940 src/vfs/shell/shell.c if ((res == 0) || (res == EINTR)) res 1137 src/vfs/tar/tar.c ssize_t res; res 1145 src/vfs/tar/tar.c res = mc_read (fd, buffer, (size_t) remain); res 1164 src/vfs/tar/tar.c res = (ssize_t) remain; res 1167 src/vfs/tar/tar.c return res; res 1180 src/vfs/tar/tar.c off_t res; res 1217 src/vfs/tar/tar.c res = mc_lseek (fd, offset, SEEK_SET); res 1219 src/vfs/tar/tar.c if (res == offset) res 1220 src/vfs/tar/tar.c res = saved_offset; res 1222 src/vfs/tar/tar.c return res; res 1234 src/vfs/tar/tar.c ssize_t res; res 1241 src/vfs/tar/tar.c res = tar_read_sparse (file, buffer, count); res 1251 src/vfs/tar/tar.c res = mc_read (fd, buffer, count); res 1254 src/vfs/tar/tar.c if (res == -1) res 1257 src/vfs/tar/tar.c file->pos += res; res 1258 src/vfs/tar/tar.c return res; res 405 src/viewer/actions_cmd.c int res = MSG_HANDLED; res 564 src/viewer/actions_cmd.c res = MSG_NOT_HANDLED; res 566 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 = res 309 src/viewer/datasource.c if (res == -1) res 311 src/viewer/datasource.c if (res == 0) res 313 src/viewer/datasource.c bytes_read += (size_t) res; res 163 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 196 src/viewer/hex.c int res; res 201 src/viewer/hex.c if (mcview_get_byte (view, from + j, &res)) res 202 src/viewer/hex.c utf8buf[j] = res;