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

364 lines
57 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>res</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--charsets.c.html#L448'>res</a> 448 lib/charsets.c int res;</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L450'>res</a> 450 lib/charsets.c res = g_unichar_to_utf8 (input_char, (char *) str);</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L451'>res</a> 451 lib/charsets.c if (res == 0)</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L454'>res</a> 454 lib/charsets.c str[res] = '\0';</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L488'>res</a> 488 lib/charsets.c int res;</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L490'>res</a> 490 lib/charsets.c res = g_utf8_get_char_validated ((char *) buf_ch, -1);</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L491'>res</a> 491 lib/charsets.c ch = res &gt;= 0 ? res : buf_ch[0];</span>
<span class='curline'><a href='../S/lib--keybind.c.html#L446'>res</a> 446 lib/keybind.c name_keymap_t *res;</span>
<span class='curline'><a href='../S/lib--keybind.c.html#L450'>res</a> 450 lib/keybind.c res = bsearch (&amp;key, command_names, num_command_names, sizeof (command_names[0]),</span>
<span class='curline'><a href='../S/lib--keybind.c.html#L453'>res</a> 453 lib/keybind.c return (res != NULL) ? res-&gt;val : CK_IgnoreKey;</span>
<span class='curline'><a href='../S/lib--search--glob.c.html#L201'>res</a> 201 lib/search/glob.c GString *repl, *res;</span>
<span class='curline'><a href='../S/lib--search--glob.c.html#L204'>res</a> 204 lib/search/glob.c res = mc_search_regex_prepare_replace_str (lc_mc_search, repl);</span>
<span class='curline'><a href='../S/lib--search--glob.c.html#L207'>res</a> 207 lib/search/glob.c return res;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1255'>res</a> 1255 lib/tty/key.c const key_code_name_t **res;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1265'>res</a> 1265 lib/tty/key.c res = bsearch (&amp;keyp, key_conv_tab_sorted, key_conv_tab_size,</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1268'>res</a> 1268 lib/tty/key.c if (res != NULL)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1270'>res</a> 1270 lib/tty/key.c *idx = (int) (res - key_conv_tab_sorted);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1271'>res</a> 1271 lib/tty/key.c return (*res)-&gt;code;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1288'>res</a> 1288 lib/tty/key.c const key_code_name_t **res;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1292'>res</a> 1292 lib/tty/key.c res = bsearch (&amp;keyp, key_conv_tab_sorted, key_conv_tab_size,</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1295'>res</a> 1295 lib/tty/key.c if (res != NULL)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1297'>res</a> 1297 lib/tty/key.c *idx = (int) (res - key_conv_tab_sorted);</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L657'>res</a> 657 lib/tty/tty-ncurses.c int res;</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L660'>res</a> 660 lib/tty/tty-ncurses.c res = g_unichar_to_utf8 (c, (char *) str);</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L661'>res</a> 661 lib/tty/tty-ncurses.c if (res == 0)</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L671'>res</a> 671 lib/tty/tty-ncurses.c str[res] = '\0';</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L605'>res</a> 605 lib/tty/tty-slang.c int res;</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L607'>res</a> 607 lib/tty/tty-slang.c res = g_unichar_to_utf8 (c, str);</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L608'>res</a> 608 lib/tty/tty-slang.c if (res == 0)</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L615'>res</a> 615 lib/tty/tty-slang.c str[res] = '\0';</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L619'>res</a> 619 lib/utilunix.c int res;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L648'>res</a> 648 lib/utilunix.c res = select (maxfd + 1, &amp;fds, NULL, NULL, NULL);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L649'>res</a> 649 lib/utilunix.c if (res &lt; 0 &amp;&amp; errno != EINTR)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L724'>res</a> 724 lib/utilunix.c int res;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L734'>res</a> 734 lib/utilunix.c res = close (p-&gt;out.fd);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L736'>res</a> 736 lib/utilunix.c res = close (p-&gt;err.fd);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L742'>res</a> 742 lib/utilunix.c res = waitpid (p-&gt;child_pid, &amp;status, 0);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L744'>res</a> 744 lib/utilunix.c while (res &lt; 0 &amp;&amp; errno == EINTR);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L746'>res</a> 746 lib/utilunix.c if (res &lt; 0)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L112'>res</a> 112 lib/vfs/direntry.c struct vfs_s_entry *res;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L119'>res</a> 119 lib/vfs/direntry.c res = vfs_s_generate_entry (me, path, dir, (flags &amp; FL_MKDIR) != 0 ? (0777 | S_IFDIR) : 0777);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L120'>res</a> 120 lib/vfs/direntry.c vfs_s_insert_entry (me, dir, res);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L125'>res</a> 125 lib/vfs/direntry.c return res;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L659'>res</a> 659 lib/vfs/direntry.c int res = 0;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L671'>res</a> 671 lib/vfs/direntry.c res = sub-&gt;fh_close (me, fh);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L679'>res</a> 679 lib/vfs/direntry.c res = -1;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L682'>res</a> 682 lib/vfs/direntry.c res = sub-&gt;file_store (me, fh, s, file-&gt;ino-&gt;localname);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L697'>res</a> 697 lib/vfs/direntry.c return res;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1663'>res</a> 1663 lib/vfs/direntry.c int res = 0;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1677'>res</a> 1677 lib/vfs/direntry.c res = EINTR;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1688'>res</a> 1688 lib/vfs/direntry.c res = 1;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1698'>res</a> 1698 lib/vfs/direntry.c return res;</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L438'>res</a> 438 lib/widget/input.c int res;</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L454'>res</a> 454 lib/widget/input.c res = str_is_valid_char (in-&gt;charbuf, in-&gt;charpoint);</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L455'>res</a> 455 lib/widget/input.c if (res &lt; 0)</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L457'>res</a> 457 lib/widget/input.c if (res != -2)</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L656'>res</a> 656 lib/widget/input.c cb_ret_t res = MSG_HANDLED;</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L782'>res</a> 782 lib/widget/input.c res = MSG_NOT_HANDLED;</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L800'>res</a> 800 lib/widget/input.c return res;</span>
<span class='curline'><a href='../S/lib--widget--quick.h.html#L41'>res</a> 41 lib/widget/quick.h #define QUICK_INPUT(txt, hname, res, id_, is_passwd_, strip_passwd_, completion_flags_) \</span>
<span class='curline'><a href='../S/lib--widget--quick.h.html#L57'>res</a> 57 lib/widget/quick.h .result = res, \</span>
<span class='curline'><a href='../S/lib--widget--quick.h.html#L62'>res</a> 62 lib/widget/quick.h #define QUICK_LABELED_INPUT(label_, label_loc, txt, hname, res, id_, is_passwd_, strip_passwd_, \</span>
<span class='curline'><a href='../S/lib--widget--quick.h.html#L79'>res</a> 79 lib/widget/quick.h .result = res, \</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1909'>res</a> 1909 src/diffviewer/ydiff.c int res = 0;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1927'>res</a> 1927 src/diffviewer/ydiff.c res = DIFF_DEL;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1930'>res</a> 1930 src/diffviewer/ydiff.c res = DIFF_ADD;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1933'>res</a> 1933 src/diffviewer/ydiff.c res = DIFF_CHG;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1960'>res</a> 1960 src/diffviewer/ydiff.c return res;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2163'>res</a> 2163 src/diffviewer/ydiff.c int res;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2165'>res</a> 2165 src/diffviewer/ydiff.c res = rewrite_backup_content (merge_file_name_vpath, dview-&gt;file[n_merge]);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2166'>res</a> 2166 src/diffviewer/ydiff.c (void) res;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2914'>res</a> 2914 src/diffviewer/ydiff.c gboolean res = TRUE;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2918'>res</a> 2918 src/diffviewer/ydiff.c res = mc_util_unlink_backup_if_possible (dview-&gt;file[DIFF_LEFT], "~~~");</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2919'>res</a> 2919 src/diffviewer/ydiff.c dview-&gt;merged[DIFF_LEFT] = !res;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2923'>res</a> 2923 src/diffviewer/ydiff.c res = mc_util_unlink_backup_if_possible (dview-&gt;file[DIFF_RIGHT], "~~~");</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2924'>res</a> 2924 src/diffviewer/ydiff.c dview-&gt;merged[DIFF_RIGHT] = !res;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2926'>res</a> 2926 src/diffviewer/ydiff.c return res;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2946'>res</a> 2946 src/diffviewer/ydiff.c gboolean res = TRUE;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2951'>res</a> 2951 src/diffviewer/ydiff.c return res;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2967'>res</a> 2967 src/diffviewer/ydiff.c res = FALSE;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2971'>res</a> 2971 src/diffviewer/ydiff.c res = TRUE;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2975'>res</a> 2975 src/diffviewer/ydiff.c res = mc_util_unlink_backup_if_possible (dview-&gt;file[DIFF_LEFT], "~~~");</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2977'>res</a> 2977 src/diffviewer/ydiff.c res = mc_util_unlink_backup_if_possible (dview-&gt;file[DIFF_RIGHT], "~~~");</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2980'>res</a> 2980 src/diffviewer/ydiff.c res = TRUE;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2983'>res</a> 2983 src/diffviewer/ydiff.c return res;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L3003'>res</a> 3003 src/diffviewer/ydiff.c cb_ret_t res = MSG_HANDLED;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L3158'>res</a> 3158 src/diffviewer/ydiff.c res = MSG_NOT_HANDLED;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L3160'>res</a> 3160 src/diffviewer/ydiff.c return res;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3448'>res</a> 3448 src/editor/edit.c int res;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3450'>res</a> 3450 src/editor/edit.c res = g_unichar_to_utf8 (char_for_insertion, (char *) str);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3451'>res</a> 3451 src/editor/edit.c if (res == 0)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3457'>res</a> 3457 src/editor/edit.c str[res] = '\0';</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L214'>res</a> 214 src/editor/editbuffer.c gunichar res;</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L231'>res</a> 231 src/editor/editbuffer.c res = g_utf8_get_char_validated (str, -1);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L232'>res</a> 232 src/editor/editbuffer.c if (res == (gunichar) (-2) || res == (gunichar) (-1))</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L241'>res</a> 241 src/editor/editbuffer.c res = g_utf8_get_char_validated (utf8_buf, -1);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L244'>res</a> 244 src/editor/editbuffer.c if (res == (gunichar) (-2) || res == (gunichar) (-1))</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L251'>res</a> 251 src/editor/editbuffer.c ch = res;</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L280'>res</a> 280 src/editor/editbuffer.c gunichar res;</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L301'>res</a> 301 src/editor/editbuffer.c res = g_utf8_get_char_validated (str, -1);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L302'>res</a> 302 src/editor/editbuffer.c if (res == (gunichar) (-2) || res == (gunichar) (-1))</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L309'>res</a> 309 src/editor/editbuffer.c return (int) res;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L435'>res</a> 435 src/editor/editcmd.c const int res = edit_save_file (edit, edit-&gt;filename_vpath);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L438'>res</a> 438 src/editor/editcmd.c if ((res &gt; 0 &amp;&amp; edit-&gt;locked != 0) || save_lock != 0)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L442'>res</a> 442 src/editor/editcmd.c if (res == 0)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L445'>res</a> 445 src/editor/editcmd.c if (res &gt; 0)</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L376'>res</a> 376 src/editor/editmacros.c gboolean res = FALSE;</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L400'>res</a> 400 src/editor/editmacros.c res = TRUE;</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L406'>res</a> 406 src/editor/editmacros.c return res;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L550'>res</a> 550 src/editor/editwidget.c int res;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L552'>res</a> 552 src/editor/editwidget.c res = str_is_valid_char (edit-&gt;charbuf, edit-&gt;charpoint);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L553'>res</a> 553 src/editor/editwidget.c if (res &lt; 0 &amp;&amp; res != -2)</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L562'>res</a> 562 src/editor/editwidget.c if (res &lt; 0)</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L579'>res</a> 579 src/editor/editwidget.c if (res &lt; 0)</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L327'>res</a> 327 src/editor/spell.c int res;</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L387'>res</a> 387 src/editor/spell.c res = dlg_run (sug_dlg);</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L388'>res</a> 388 src/editor/spell.c if (res == B_ENTER)</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L400'>res</a> 400 src/editor/spell.c return res;</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L491'>res</a> 491 src/editor/spell.c int res = 0;</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L494'>res</a> 494 src/editor/spell.c res = mc_aspell_speller_check (global_speller-&gt;speller, word, word_size);</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L496'>res</a> 496 src/editor/spell.c return (res == 1);</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L611'>res</a> 611 src/editor/spell.c unsigned int res;</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L616'>res</a> 616 src/editor/spell.c res = aspell_suggest (suggest, match_word-&gt;str, (int) word_len);</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L617'>res</a> 617 src/editor/spell.c if (res != 0)</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L734'>res</a> 734 src/editor/spell.c int res;</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L744'>res</a> 744 src/editor/spell.c res = listbox_run (lang_list);</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L745'>res</a> 745 src/editor/spell.c if (res &gt;= 0)</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L746'>res</a> 746 src/editor/spell.c selected_lang = g_ptr_array_index (languages, (unsigned int) res);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L633'>res</a> 633 src/filemanager/file.c int res;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L654'>res</a> 654 src/filemanager/file.c res = stat_func (tmp_vpath, &amp;s);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L655'>res</a> 655 src/filemanager/file.c if (res == 0)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1559'>res</a> 1559 src/filemanager/file.c const int res = check_dir_is_empty (ctx, vpath, &amp;error);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1561'>res</a> 1561 src/filemanager/file.c if (res == -1)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1564'>res</a> 1564 src/filemanager/file.c if (res != 1)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2252'>res</a> 2252 src/filemanager/file.c gboolean res = FALSE;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2269'>res</a> 2269 src/filemanager/file.c res = (S_ISDIR (st3.st_mode) != 0);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2276'>res</a> 2276 src/filemanager/file.c return res;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3345'>res</a> 3345 src/filemanager/file.c const int res = check_dir_is_empty (ctx, vpath, &amp;error);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3347'>res</a> 3347 src/filemanager/file.c if (res == -1)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3350'>res</a> 3350 src/filemanager/file.c if (res == 0)</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1093'>res</a> 1093 src/filemanager/filemanager.c cb_ret_t res = MSG_HANDLED;</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1321'>res</a> 1321 src/filemanager/filemanager.c res = send_message (current_panel, filemanager, MSG_ACTION, command, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1381'>res</a> 1381 src/filemanager/filemanager.c res = MSG_NOT_HANDLED;</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1384'>res</a> 1384 src/filemanager/filemanager.c return res;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1100'>res</a> 1100 src/filemanager/find.c FindProgressStatus res;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1102'>res</a> 1102 src/filemanager/find.c res = check_find_events (h);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1103'>res</a> 1103 src/filemanager/find.c switch (res)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1628'>res</a> 1628 src/filemanager/hotlist.c int res;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1642'>res</a> 1642 src/filemanager/hotlist.c res = dlg_run (hotlist_dlg);</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1646'>res</a> 1646 src/filemanager/hotlist.c if (res == B_ENTER)</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1510'>res</a> 1510 src/filemanager/layout.c int res = 0;</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1515'>res</a> 1515 src/filemanager/layout.c res = gethostname (host, sizeof (host));</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1516'>res</a> 1516 src/filemanager/layout.c if (res != 0)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L693'>res</a> 693 src/filemanager/panel.c filename_scroll_flag_t res = FILENAME_NOSCROLL;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L739'>res</a> 739 src/filemanager/panel.c res |= FILENAME_SCROLL_LEFT;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L743'>res</a> 743 src/filemanager/panel.c res |= FILENAME_SCROLL_RIGHT;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L791'>res</a> 791 src/filemanager/panel.c return res;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3536'>res</a> 3536 src/filemanager/panel.c int res = MSG_HANDLED;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3648'>res</a> 3648 src/filemanager/panel.c res = force_maybe_cd (panel);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3657'>res</a> 3657 src/filemanager/panel.c res = move_left (panel);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3660'>res</a> 3660 src/filemanager/panel.c res = move_right (panel);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3720'>res</a> 3720 src/filemanager/panel.c res = MSG_NOT_HANDLED;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3724'>res</a> 3724 src/filemanager/panel.c return res;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5462'>res</a> 5462 src/filemanager/panel.c gboolean res;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5474'>res</a> 5474 src/filemanager/panel.c res = panel_do_cd (panel, _new_dir_vpath, exact);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5476'>res</a> 5476 src/filemanager/panel.c if (res)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5487'>res</a> 5487 src/filemanager/panel.c return res;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L988'>res</a> 988 src/filemanager/tree.c cb_ret_t res = MSG_HANDLED;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1043'>res</a> 1043 src/filemanager/tree.c return res;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1045'>res</a> 1045 src/filemanager/tree.c res = MSG_NOT_HANDLED;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1050'>res</a> 1050 src/filemanager/tree.c return res;</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L169'>res</a> 169 src/filemanager/treestore.c char *res, *p, *q;</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L171'>res</a> 171 src/filemanager/treestore.c res = g_strdup (buffer);</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L173'>res</a> 173 src/filemanager/treestore.c for (p = q = res; *p != '\0'; p++, q++)</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L178'>res</a> 178 src/filemanager/treestore.c return res;</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L204'>res</a> 204 src/filemanager/treestore.c return res;</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L1025'>res</a> 1025 src/usermenu.c gboolean res = FALSE;</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L1192'>res</a> 1192 src/usermenu.c res = TRUE;</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L1203'>res</a> 1203 src/usermenu.c return res;</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L850'>res</a> 850 src/vfs/cpio/cpio.c ssize_t res;</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L857'>res</a> 857 src/vfs/cpio/cpio.c res = mc_read (fd, buffer, count);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L858'>res</a> 858 src/vfs/cpio/cpio.c if (res == -1)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L861'>res</a> 861 src/vfs/cpio/cpio.c file-&gt;pos += res;</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L862'>res</a> 862 src/vfs/cpio/cpio.c return res;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L314'>res</a> 314 src/vfs/extfs/extfs.c struct vfs_s_entry *res;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L319'>res</a> 319 src/vfs/extfs/extfs.c res = extfs_find_entry_int (dir, name, NULL, flags);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L320'>res</a> 320 src/vfs/extfs/extfs.c if (res == NULL)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L327'>res</a> 327 src/vfs/extfs/extfs.c return res;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L882'>res</a> 882 src/vfs/extfs/extfs.c struct vfs_s_entry *res;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L886'>res</a> 886 src/vfs/extfs/extfs.c res = extfs_resolve_symlinks_int (entry, NULL);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L887'>res</a> 887 src/vfs/extfs/extfs.c if (res == NULL)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L894'>res</a> 894 src/vfs/extfs/extfs.c return res;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L846'>res</a> 846 src/vfs/ftpfs/ftpfs.c struct addrinfo hints, *res, *curr_res;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L887'>res</a> 887 src/vfs/ftpfs/ftpfs.c e = getaddrinfo (host, port, &amp;hints, &amp;res);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L894'>res</a> 894 src/vfs/ftpfs/ftpfs.c e = getaddrinfo (host, port, &amp;hints, &amp;res);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L909'>res</a> 909 src/vfs/ftpfs/ftpfs.c for (curr_res = res; curr_res != NULL; curr_res = curr_res-&gt;ai_next)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L921'>res</a> 921 src/vfs/ftpfs/ftpfs.c freeaddrinfo (res);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L937'>res</a> 937 src/vfs/ftpfs/ftpfs.c else if (res-&gt;ai_next == NULL)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L943'>res</a> 943 src/vfs/ftpfs/ftpfs.c freeaddrinfo (res);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L948'>res</a> 948 src/vfs/ftpfs/ftpfs.c freeaddrinfo (res);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1213'>res</a> 1213 src/vfs/ftpfs/ftpfs.c int res;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1234'>res</a> 1234 src/vfs/ftpfs/ftpfs.c res = getnameinfo ((struct sockaddr *) &amp;data_addr, data_addrlen, addr, NI_MAXHOST, NULL, 0,</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1236'>res</a> 1236 src/vfs/ftpfs/ftpfs.c if (res != 0)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1242'>res</a> 1242 src/vfs/ftpfs/ftpfs.c if (res == EAI_SYSTEM)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1250'>res</a> 1250 src/vfs/ftpfs/ftpfs.c err_str = gai_strerror (res);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1282'>res</a> 1282 src/vfs/ftpfs/ftpfs.c res = (ftpfs_command (me, super, WAIT_REPLY, "EPRT |%u|%s|%hu|", af, addr, port) == COMPLETE)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1286'>res</a> 1286 src/vfs/ftpfs/ftpfs.c return res;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1792'>res</a> 1792 src/vfs/ftpfs/ftpfs.c int res;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1851'>res</a> 1851 src/vfs/ftpfs/ftpfs.c while ((res = vfs_s_get_line_interruptible (me, lc_buffer, sizeof (lc_buffer), sock)) != 0)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1853'>res</a> 1853 src/vfs/ftpfs/ftpfs.c if (res == EINTR)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L134'>res</a> 134 src/vfs/sftpfs/connection.c struct addrinfo hints, *res = NULL, *curr_res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L164'>res</a> 164 src/vfs/sftpfs/connection.c e = getaddrinfo (super-&gt;path_element-&gt;host, port, &amp;hints, &amp;res);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L171'>res</a> 171 src/vfs/sftpfs/connection.c e = getaddrinfo (super-&gt;path_element-&gt;host, port, &amp;hints, &amp;res);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L182'>res</a> 182 src/vfs/sftpfs/connection.c for (curr_res = res; curr_res != NULL; curr_res = curr_res-&gt;ai_next)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L234'>res</a> 234 src/vfs/sftpfs/connection.c else if (res-&gt;ai_next == NULL)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L245'>res</a> 245 src/vfs/sftpfs/connection.c if (res != NULL)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L246'>res</a> 246 src/vfs/sftpfs/connection.c freeaddrinfo (res);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L168'>res</a> 168 src/vfs/sftpfs/dir.c int res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L180'>res</a> 180 src/vfs/sftpfs/dir.c res =</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L182'>res</a> 182 src/vfs/sftpfs/dir.c if (res &gt;= 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L185'>res</a> 185 src/vfs/sftpfs/dir.c if (!sftpfs_waitsocket (sftpfs_super, res, mcerror))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L188'>res</a> 188 src/vfs/sftpfs/dir.c while (res == LIBSSH2_ERROR_EAGAIN);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L190'>res</a> 190 src/vfs/sftpfs/dir.c return res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L205'>res</a> 205 src/vfs/sftpfs/dir.c int res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L217'>res</a> 217 src/vfs/sftpfs/dir.c res = libssh2_sftp_rmdir_ex (sftpfs_super-&gt;sftp_session, fixfname-&gt;str, fixfname-&gt;len);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L218'>res</a> 218 src/vfs/sftpfs/dir.c if (res &gt;= 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L221'>res</a> 221 src/vfs/sftpfs/dir.c if (!sftpfs_waitsocket (sftpfs_super, res, mcerror))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L224'>res</a> 224 src/vfs/sftpfs/dir.c while (res == LIBSSH2_ERROR_EAGAIN);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L226'>res</a> 226 src/vfs/sftpfs/dir.c return res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L226'>res</a> 226 src/vfs/sftpfs/file.c int res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L242'>res</a> 242 src/vfs/sftpfs/file.c res = libssh2_sftp_fstat_ex (sftpfs_fh-&gt;handle, &amp;attrs, 0);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L243'>res</a> 243 src/vfs/sftpfs/file.c if (res &gt;= 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L246'>res</a> 246 src/vfs/sftpfs/file.c err = sftpfs_file__handle_error (sftpfs_super, res, mcerror);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L250'>res</a> 250 src/vfs/sftpfs/file.c while (res == LIBSSH2_ERROR_EAGAIN);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L123'>res</a> 123 src/vfs/sftpfs/internal.c int res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L132'>res</a> 132 src/vfs/sftpfs/internal.c res = libssh2_sftp_stat_ex ((*super)-&gt;sftp_session, fixfname-&gt;str, fixfname-&gt;len, stat_type,</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L134'>res</a> 134 src/vfs/sftpfs/internal.c if (res &gt;= 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L137'>res</a> 137 src/vfs/sftpfs/internal.c if (sftpfs_is_sftp_error ((*super)-&gt;sftp_session, res, LIBSSH2_FX_PERMISSION_DENIED))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L140'>res</a> 140 src/vfs/sftpfs/internal.c if (sftpfs_is_sftp_error ((*super)-&gt;sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L143'>res</a> 143 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (*super, res, mcerror))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L146'>res</a> 146 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L148'>res</a> 148 src/vfs/sftpfs/internal.c return res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L291'>res</a> 291 src/vfs/sftpfs/internal.c int res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L293'>res</a> 293 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&amp;super, &amp;path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &amp;attrs);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L294'>res</a> 294 src/vfs/sftpfs/internal.c if (res &gt;= 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L297'>res</a> 297 src/vfs/sftpfs/internal.c res = 0;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L300'>res</a> 300 src/vfs/sftpfs/internal.c return res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L319'>res</a> 319 src/vfs/sftpfs/internal.c int res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L321'>res</a> 321 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&amp;super, &amp;path_element, vpath, mcerror, LIBSSH2_SFTP_STAT, &amp;attrs);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L322'>res</a> 322 src/vfs/sftpfs/internal.c if (res &gt;= 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L326'>res</a> 326 src/vfs/sftpfs/internal.c res = 0;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L329'>res</a> 329 src/vfs/sftpfs/internal.c return res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L349'>res</a> 349 src/vfs/sftpfs/internal.c int res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L358'>res</a> 358 src/vfs/sftpfs/internal.c res = libssh2_sftp_symlink_ex (super-&gt;sftp_session, fixfname-&gt;str, fixfname-&gt;len, buf, size,</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L360'>res</a> 360 src/vfs/sftpfs/internal.c if (res &gt;= 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L363'>res</a> 363 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (super, res, mcerror))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L366'>res</a> 366 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L368'>res</a> 368 src/vfs/sftpfs/internal.c return res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L391'>res</a> 391 src/vfs/sftpfs/internal.c int res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L405'>res</a> 405 src/vfs/sftpfs/internal.c res = libssh2_sftp_symlink_ex (super-&gt;sftp_session, path1, path1_len, tmp_path,</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L407'>res</a> 407 src/vfs/sftpfs/internal.c if (res &gt;= 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L410'>res</a> 410 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (super, res, mcerror))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L416'>res</a> 416 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L440'>res</a> 440 src/vfs/sftpfs/internal.c int res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L442'>res</a> 442 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&amp;super, &amp;path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &amp;attrs);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L443'>res</a> 443 src/vfs/sftpfs/internal.c if (res &lt; 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L444'>res</a> 444 src/vfs/sftpfs/internal.c return res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L454'>res</a> 454 src/vfs/sftpfs/internal.c res = libssh2_sftp_stat_ex (super-&gt;sftp_session, fixfname-&gt;str, fixfname-&gt;len,</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L456'>res</a> 456 src/vfs/sftpfs/internal.c if (res &gt;= 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L459'>res</a> 459 src/vfs/sftpfs/internal.c if (sftpfs_is_sftp_error (super-&gt;sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L462'>res</a> 462 src/vfs/sftpfs/internal.c if (sftpfs_is_sftp_error (super-&gt;sftp_session, res, LIBSSH2_FX_FAILURE))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L464'>res</a> 464 src/vfs/sftpfs/internal.c res = 0; // need something like ftpfs_ignore_chattr_errors</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L468'>res</a> 468 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (super, res, mcerror))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L471'>res</a> 471 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L473'>res</a> 473 src/vfs/sftpfs/internal.c return res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L493'>res</a> 493 src/vfs/sftpfs/internal.c int res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L495'>res</a> 495 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&amp;super, &amp;path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &amp;attrs);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L496'>res</a> 496 src/vfs/sftpfs/internal.c if (res &lt; 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L497'>res</a> 497 src/vfs/sftpfs/internal.c return res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L506'>res</a> 506 src/vfs/sftpfs/internal.c res = libssh2_sftp_stat_ex (super-&gt;sftp_session, fixfname-&gt;str, fixfname-&gt;len,</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L508'>res</a> 508 src/vfs/sftpfs/internal.c if (res &gt;= 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L511'>res</a> 511 src/vfs/sftpfs/internal.c if (sftpfs_is_sftp_error (super-&gt;sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L514'>res</a> 514 src/vfs/sftpfs/internal.c if (sftpfs_is_sftp_error (super-&gt;sftp_session, res, LIBSSH2_FX_FAILURE))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L516'>res</a> 516 src/vfs/sftpfs/internal.c res = 0; // need something like ftpfs_ignore_chattr_errors</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L520'>res</a> 520 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (super, res, mcerror))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L523'>res</a> 523 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L525'>res</a> 525 src/vfs/sftpfs/internal.c return res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L543'>res</a> 543 src/vfs/sftpfs/internal.c int res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L552'>res</a> 552 src/vfs/sftpfs/internal.c res = libssh2_sftp_unlink_ex (super-&gt;sftp_session, fixfname-&gt;str, fixfname-&gt;len);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L553'>res</a> 553 src/vfs/sftpfs/internal.c if (res &gt;= 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L556'>res</a> 556 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (super, res, mcerror))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L559'>res</a> 559 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L561'>res</a> 561 src/vfs/sftpfs/internal.c return res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L584'>res</a> 584 src/vfs/sftpfs/internal.c int res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L598'>res</a> 598 src/vfs/sftpfs/internal.c res = libssh2_sftp_rename_ex (super-&gt;sftp_session, fixfname-&gt;str, fixfname-&gt;len, tmp_path,</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L600'>res</a> 600 src/vfs/sftpfs/internal.c if (res &gt;= 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L603'>res</a> 603 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (super, res, mcerror))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L609'>res</a> 609 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L420'>res</a> 420 src/vfs/shell/shell.c int res;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L425'>res</a> 425 src/vfs/shell/shell.c res = my_fork ();</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L427'>res</a> 427 src/vfs/shell/shell.c if (res != 0)</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L429'>res</a> 429 src/vfs/shell/shell.c if (res &lt; 0)</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L439'>res</a> 439 src/vfs/shell/shell.c res = dup2 (fileset1[0], STDIN_FILENO);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L442'>res</a> 442 src/vfs/shell/shell.c res = dup2 (fileset2[1], STDOUT_FILENO);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L445'>res</a> 445 src/vfs/shell/shell.c res = open ("/dev/null", O_WRONLY);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L497'>res</a> 497 src/vfs/shell/shell.c int res;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L500'>res</a> 500 src/vfs/shell/shell.c res = vfs_s_get_line_interruptible (me, buffer, sizeof (buffer), shell_super-&gt;sockr);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L501'>res</a> 501 src/vfs/shell/shell.c if ((res == 0) || (res == EINTR))</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L917'>res</a> 917 src/vfs/shell/shell.c int res;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L919'>res</a> 919 src/vfs/shell/shell.c res =</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L922'>res</a> 922 src/vfs/shell/shell.c if ((res == 0) || (res == EINTR))</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1122'>res</a> 1122 src/vfs/tar/tar.c ssize_t res;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1130'>res</a> 1130 src/vfs/tar/tar.c res = mc_read (fd, buffer, (size_t) remain);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1149'>res</a> 1149 src/vfs/tar/tar.c res = (ssize_t) remain;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1152'>res</a> 1152 src/vfs/tar/tar.c return res;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1165'>res</a> 1165 src/vfs/tar/tar.c off_t res;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1202'>res</a> 1202 src/vfs/tar/tar.c res = mc_lseek (fd, offset, SEEK_SET);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1204'>res</a> 1204 src/vfs/tar/tar.c if (res == offset)</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1205'>res</a> 1205 src/vfs/tar/tar.c res = saved_offset;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1207'>res</a> 1207 src/vfs/tar/tar.c return res;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1219'>res</a> 1219 src/vfs/tar/tar.c ssize_t res;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1226'>res</a> 1226 src/vfs/tar/tar.c res = tar_read_sparse (file, buffer, count);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1236'>res</a> 1236 src/vfs/tar/tar.c res = mc_read (fd, buffer, count);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1239'>res</a> 1239 src/vfs/tar/tar.c if (res == -1)</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1242'>res</a> 1242 src/vfs/tar/tar.c file-&gt;pos += res;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1243'>res</a> 1243 src/vfs/tar/tar.c return res;</span>
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L381'>res</a> 381 src/viewer/actions_cmd.c int res = MSG_HANDLED;</span>
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L541'>res</a> 541 src/viewer/actions_cmd.c res = MSG_NOT_HANDLED;</span>
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L543'>res</a> 543 src/viewer/actions_cmd.c return res;</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L155'>res</a> 155 src/viewer/datasource.c int res;</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L180'>res</a> 180 src/viewer/datasource.c res = g_utf8_get_char_validated (str, -1);</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L182'>res</a> 182 src/viewer/datasource.c if (res &lt; 0)</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L189'>res</a> 189 src/viewer/datasource.c if (mcview_get_byte (view, byte_index + i, &amp;res))</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L190'>res</a> 190 src/viewer/datasource.c utf8buf[i] = res;</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L199'>res</a> 199 src/viewer/datasource.c res = g_utf8_get_char_validated (str, -1);</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L202'>res</a> 202 src/viewer/datasource.c if (res &lt; 0)</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L212'>res</a> 212 src/viewer/datasource.c *ch = res;</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L288'>res</a> 288 src/viewer/datasource.c ssize_t res;</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L306'>res</a> 306 src/viewer/datasource.c res = mc_read (view-&gt;ds_file_fd, view-&gt;ds_file_data + bytes_read,</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L308'>res</a> 308 src/viewer/datasource.c if (res == -1)</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L310'>res</a> 310 src/viewer/datasource.c if (res == 0)</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L312'>res</a> 312 src/viewer/datasource.c bytes_read += (size_t) res;</span>
<span class='curline'><a href='../S/src--viewer--dialogs.c.html#L161'>res</a> 161 src/viewer/dialogs.c gboolean res;</span>
<span class='curline'><a href='../S/src--viewer--dialogs.c.html#L193'>res</a> 193 src/viewer/dialogs.c res = (qd_result != B_CANCEL &amp;&amp; exp[0] != '\0');</span>
<span class='curline'><a href='../S/src--viewer--dialogs.c.html#L194'>res</a> 194 src/viewer/dialogs.c if (res)</span>
<span class='curline'><a href='../S/src--viewer--dialogs.c.html#L251'>res</a> 251 src/viewer/dialogs.c return res;</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L191'>res</a> 191 src/viewer/hex.c int res;</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L196'>res</a> 196 src/viewer/hex.c if (mcview_get_byte (view, from + j, &amp;res))</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L197'>res</a> 197 src/viewer/hex.c utf8buf[j] = res;</span>
</pre>
</body>
</html>