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

837 lines
139 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>s</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--event-types.h.html#L64'>s</a> 64 lib/event-types.h char *s;</span>
<span class='curline'><a href='../S/lib--glibcompat.c.html#L265'>s</a> 265 lib/glibcompat.c mc_g_string_dup (const GString *s)</span>
<span class='curline'><a href='../S/lib--glibcompat.c.html#L269'>s</a> 269 lib/glibcompat.c if (s != NULL)</span>
<span class='curline'><a href='../S/lib--glibcompat.c.html#L270'>s</a> 270 lib/glibcompat.c ret = g_string_new_len (s-&gt;str, s-&gt;len);</span>
<span class='curline'><a href='../S/lib--glibcompat.c.html#L289'>s</a> 289 lib/glibcompat.c mc_g_string_append_c_len (GString *s, gchar c, guint len)</span>
<span class='curline'><a href='../S/lib--glibcompat.c.html#L291'>s</a> 291 lib/glibcompat.c g_return_val_if_fail (s != NULL, NULL);</span>
<span class='curline'><a href='../S/lib--glibcompat.c.html#L295'>s</a> 295 lib/glibcompat.c guint s_len = s-&gt;len;</span>
<span class='curline'><a href='../S/lib--glibcompat.c.html#L297'>s</a> 297 lib/glibcompat.c g_string_set_size (s, s-&gt;len + len);</span>
<span class='curline'><a href='../S/lib--glibcompat.c.html#L298'>s</a> 298 lib/glibcompat.c memset (s-&gt;str + s_len, (unsigned char) c, len);</span>
<span class='curline'><a href='../S/lib--glibcompat.c.html#L301'>s</a> 301 lib/glibcompat.c return s;</span>
<span class='curline'><a href='../S/lib--glibcompat.h.html#L40'>s</a> 40 lib/glibcompat.h GString *mc_g_string_dup (const GString *s);</span>
<span class='curline'><a href='../S/lib--glibcompat.h.html#L43'>s</a> 43 lib/glibcompat.h GString *mc_g_string_append_c_len (GString *s, gchar c, guint len);</span>
<span class='curline'><a href='../S/lib--lock.c.html#L145'>s</a> 145 lib/lock.c const char *p, *s;</span>
<span class='curline'><a href='../S/lib--lock.c.html#L155'>s</a> 155 lib/lock.c for (i = 0, s = str; i &lt; sizeof (who) &amp;&amp; s &lt; p; i++, s++)</span>
<span class='curline'><a href='../S/lib--lock.c.html#L156'>s</a> 156 lib/lock.c who[i] = *s;</span>
<span class='curline'><a href='../S/lib--lock.c.html#L162'>s</a> 162 lib/lock.c for (i = 0, p++, s = str + len; i &lt; sizeof (pid) &amp;&amp; p &lt; s &amp;&amp; *p != ':'; i++, p++)</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L633'>s</a> 633 lib/search/regex.c GString *s;</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L635'>s</a> 635 lib/search/regex.c s = mc_search__get_one_symbol (NULL, from + loop, len - loop, NULL);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L636'>s</a> 636 lib/search/regex.c char_len = s-&gt;len;</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L641'>s</a> 641 lib/search/regex.c tmp_string = mc_search__toupper_case_str (NULL, s);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L647'>s</a> 647 lib/search/regex.c tmp_string = mc_search__tolower_case_str (NULL, s);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L652'>s</a> 652 lib/search/regex.c tmp_string = mc_search__toupper_case_str (NULL, s);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L657'>s</a> 657 lib/search/regex.c tmp_string = mc_search__tolower_case_str (NULL, s);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L661'>s</a> 661 lib/search/regex.c g_string_free (s, TRUE);</span>
<span class='curline'><a href='../S/lib--strutil.h.html#L581'>s</a> 581 lib/strutil.h void str_rstrip_eol (char *s);</span>
<span class='curline'><a href='../S/lib--strutil.h.html#L588'>s</a> 588 lib/strutil.h str_replace (char *s, char from, char to)</span>
<span class='curline'><a href='../S/lib--strutil.h.html#L590'>s</a> 590 lib/strutil.h for (; *s != '\0'; s++)</span>
<span class='curline'><a href='../S/lib--strutil.h.html#L592'>s</a> 592 lib/strutil.h if (*s == from)</span>
<span class='curline'><a href='../S/lib--strutil.h.html#L593'>s</a> 593 lib/strutil.h *s = to;</span>
<span class='curline'><a href='../S/lib--strutil--filevercmp.c.html#L51'>s</a> 51 lib/strutil/filevercmp.c file_prefixlen (const char *s, ssize_t *len)</span>
<span class='curline'><a href='../S/lib--strutil--filevercmp.c.html#L62'>s</a> 62 lib/strutil/filevercmp.c done = s[i] == '\0';</span>
<span class='curline'><a href='../S/lib--strutil--filevercmp.c.html#L75'>s</a> 75 lib/strutil/filevercmp.c while (i + 1 &lt; n &amp;&amp; s[i] == '.' &amp;&amp; (g_ascii_isalpha (s[i + 1]) || s[i + 1] == '~'))</span>
<span class='curline'><a href='../S/lib--strutil--filevercmp.c.html#L76'>s</a> 76 lib/strutil/filevercmp.c for (i += 2; i &lt; n &amp;&amp; (g_ascii_isalnum (s[i]) || s[i] == '~'); i++)</span>
<span class='curline'><a href='../S/lib--strutil--filevercmp.c.html#L91'>s</a> 91 lib/strutil/filevercmp.c order (const char *s, size_t pos, size_t len)</span>
<span class='curline'><a href='../S/lib--strutil--filevercmp.c.html#L98'>s</a> 98 lib/strutil/filevercmp.c c = s[pos];</span>
<span class='curline'><a href='../S/lib--strutil--strutil.c.html#L1036'>s</a> 1036 lib/strutil/strutil.c str_rstrip_eol (char *s)</span>
<span class='curline'><a href='../S/lib--strutil--strutil.c.html#L1038'>s</a> 1038 lib/strutil/strutil.c if (s == NULL || *s == '\0')</span>
<span class='curline'><a href='../S/lib--strutil--strutil.c.html#L1041'>s</a> 1041 lib/strutil/strutil.c const size_t len = strlen (s);</span>
<span class='curline'><a href='../S/lib--strutil--strutil.c.html#L1042'>s</a> 1042 lib/strutil/strutil.c if (len &gt;= 2 &amp;&amp; s[len - 2] == '\r' &amp;&amp; s[len - 1] == '\n') // removes \r\n</span>
<span class='curline'><a href='../S/lib--strutil--strutil.c.html#L1043'>s</a> 1043 lib/strutil/strutil.c s[len - 2] = '\0';</span>
<span class='curline'><a href='../S/lib--strutil--strutil.c.html#L1044'>s</a> 1044 lib/strutil/strutil.c else if (len &gt;= 1 &amp;&amp; (s[len - 1] == '\n' || s[len - 1] == '\r')) // removes \n or \r</span>
<span class='curline'><a href='../S/lib--strutil--strutil.c.html#L1045'>s</a> 1045 lib/strutil/strutil.c s[len - 1] = '\0';</span>
<span class='curline'><a href='../S/lib--strutil--tokenize.c.html#L52'>s</a> 52 lib/strutil/tokenize.c #define member(c, s) ((c != '\0') ? (strchr ((s), (c)) != NULL) : FALSE)</span>
<span class='curline'><a href='../S/lib--terminal.c.html#L84'>s</a> 84 lib/terminal.c const char *s = *sptr;</span>
<span class='curline'><a href='../S/lib--terminal.c.html#L85'>s</a> 85 lib/terminal.c if (s == end)</span>
<span class='curline'><a href='../S/lib--terminal.c.html#L88'>s</a> 88 lib/terminal.c c = *s;</span>
<span class='curline'><a href='../S/lib--terminal.c.html#L93'>s</a> 93 lib/terminal.c if (++s == end) \</span>
<span class='curline'><a href='../S/lib--terminal.c.html#L95'>s</a> 95 lib/terminal.c c = *s; \</span>
<span class='curline'><a href='../S/lib--terminal.c.html#L152'>s</a> 152 lib/terminal.c ++s;</span>
<span class='curline'><a href='../S/lib--terminal.c.html#L162'>s</a> 162 lib/terminal.c *sptr = s;</span>
<span class='curline'><a href='../S/lib--terminal.c.html#L178'>s</a> 178 lib/terminal.c strip_ctrl_codes (char *s)</span>
<span class='curline'><a href='../S/lib--terminal.c.html#L183'>s</a> 183 lib/terminal.c if (s == NULL)</span>
<span class='curline'><a href='../S/lib--terminal.c.html#L186'>s</a> 186 lib/terminal.c const char *end = s + strlen (s);</span>
<span class='curline'><a href='../S/lib--terminal.c.html#L188'>s</a> 188 lib/terminal.c for (w = s, r = s; *r != '\0';)</span>
<span class='curline'><a href='../S/lib--terminal.c.html#L246'>s</a> 246 lib/terminal.c return s;</span>
<span class='curline'><a href='../S/lib--terminal.h.html#L32'>s</a> 32 lib/terminal.h char *strip_ctrl_codes (char *s);</span>
<span class='curline'><a href='../S/lib--terminal.h.html#L37'>s</a> 37 lib/terminal.h char *convert_controls (const char *s);</span>
<span class='curline'><a href='../S/lib--tty--color-slang.c.html#L80'>s</a> 80 lib/tty/color-slang.c char *s;</span>
<span class='curline'><a href='../S/lib--tty--color-slang.c.html#L85'>s</a> 85 lib/tty/color-slang.c s = cts;</span>
<span class='curline'><a href='../S/lib--tty--color-slang.c.html#L93'>s</a> 93 lib/tty/color-slang.c if ((i != 0) &amp;&amp; (i == len) &amp;&amp; (strncmp (s, terminal, i) == 0))</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L564'>s</a> 564 lib/tty/key.c const select_t *s = (const select_t *) a;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L567'>s</a> 567 lib/tty/key.c return (FD_ISSET (s-&gt;fd, f) ? 0 : 1);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L575'>s</a> 575 lib/tty/key.c const select_t *s = (const select_t *) a;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L578'>s</a> 578 lib/tty/key.c return (s-&gt;fd == fd ? 0 : 1);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L590'>s</a> 590 lib/tty/key.c GSList *s;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L592'>s</a> 592 lib/tty/key.c for (s = select_list; s != NULL; s = g_slist_next (s))</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L594'>s</a> 594 lib/tty/key.c select_t *p = (select_t *) s-&gt;data;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L612'>s</a> 612 lib/tty/key.c GSList *s;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L615'>s</a> 615 lib/tty/key.c s = g_slist_find_custom (select_list, select_set, select_cmp_by_fd_set);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L616'>s</a> 616 lib/tty/key.c if (s == NULL)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L619'>s</a> 619 lib/tty/key.c p = (select_t *) s-&gt;data;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1471'>s</a> 1471 lib/tty/key.c GString *s;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1473'>s</a> 1473 lib/tty/key.c s = g_string_new ("");</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1477'>s</a> 1477 lib/tty/key.c g_string_append (s, key_conv_tab_sorted[use_meta]-&gt;shortcut);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1478'>s</a> 1478 lib/tty/key.c g_string_append_c (s, '-');</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1482'>s</a> 1482 lib/tty/key.c g_string_append (s, key_conv_tab_sorted[use_ctrl]-&gt;shortcut);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1483'>s</a> 1483 lib/tty/key.c g_string_append_c (s, '-');</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1488'>s</a> 1488 lib/tty/key.c g_string_append_c (s, (gchar) g_ascii_toupper ((gchar) k));</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1491'>s</a> 1491 lib/tty/key.c g_string_append (s, key_conv_tab_sorted[use_shift]-&gt;shortcut);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1492'>s</a> 1492 lib/tty/key.c g_string_append_c (s, '-');</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1493'>s</a> 1493 lib/tty/key.c g_string_append (s, key_conv_tab_sorted[lc_index]-&gt;shortcut);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1499'>s</a> 1499 lib/tty/key.c g_string_append_c (s, (gchar) g_ascii_tolower ((gchar) k));</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1501'>s</a> 1501 lib/tty/key.c g_string_append (s, key_conv_tab_sorted[lc_index]-&gt;shortcut);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1504'>s</a> 1504 lib/tty/key.c g_string_append (s, key_conv_tab_sorted[lc_index]-&gt;shortcut);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1506'>s</a> 1506 lib/tty/key.c g_string_append_c (s, (gchar) g_ascii_tolower ((gchar) key));</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1508'>s</a> 1508 lib/tty/key.c *label = g_string_free (s, FALSE);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1545'>s</a> 1545 lib/tty/key.c GString *s;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1548'>s</a> 1548 lib/tty/key.c s = g_string_sized_new (8);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1554'>s</a> 1554 lib/tty/key.c g_string_append (s, key_conv_tab_sorted[idx]-&gt;name);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1555'>s</a> 1555 lib/tty/key.c g_string_append_c (s, '-');</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1566'>s</a> 1566 lib/tty/key.c g_string_append (s, key_conv_tab_sorted[idx]-&gt;name);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1567'>s</a> 1567 lib/tty/key.c g_string_append_c (s, '-');</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1576'>s</a> 1576 lib/tty/key.c g_string_append_c (s, (gchar) g_ascii_toupper ((gchar) k));</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1579'>s</a> 1579 lib/tty/key.c g_string_append (s, key_conv_tab_sorted[idx]-&gt;name);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1580'>s</a> 1580 lib/tty/key.c g_string_append_c (s, '-');</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1581'>s</a> 1581 lib/tty/key.c g_string_append (s, key_conv_tab_sorted[key_idx]-&gt;name);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1588'>s</a> 1588 lib/tty/key.c g_string_append_c (s, (gchar) k);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1590'>s</a> 1590 lib/tty/key.c g_string_append (s, key_conv_tab_sorted[key_idx]-&gt;name);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1593'>s</a> 1593 lib/tty/key.c g_string_append (s, key_conv_tab_sorted[key_idx]-&gt;name);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1595'>s</a> 1595 lib/tty/key.c g_string_append_c (s, (gchar) keycode);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1598'>s</a> 1598 lib/tty/key.c return g_string_free (s, s-&gt;len == 0);</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L669'>s</a> 669 lib/tty/tty-ncurses.c const char *s;</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L672'>s</a> 672 lib/tty/tty-ncurses.c s = str_term_form ((char *) str);</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L675'>s</a> 675 lib/tty/tty-ncurses.c addstr (s);</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L694'>s</a> 694 lib/tty/tty-ncurses.c tty_print_string (const char *s)</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L699'>s</a> 699 lib/tty/tty-ncurses.c s = str_term_form (s);</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L700'>s</a> 700 lib/tty/tty-ncurses.c len = str_term_width1 (s);</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L721'>s</a> 721 lib/tty/tty-ncurses.c addstr (str_term_substring (s, start, len));</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L630'>s</a> 630 lib/tty/tty-slang.c tty_print_string (const char *s)</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L632'>s</a> 632 lib/tty/tty-slang.c SLsmg_write_string ((char *) str_term_form (s));</span>
<span class='curline'><a href='../S/lib--tty--tty.h.html#L147'>s</a> 147 lib/tty/tty.h extern void tty_print_string (const char *s);</span>
<span class='curline'><a href='../S/lib--tty--tty.h.html#L148'>s</a> 148 lib/tty/tty.h extern void tty_printf (const char *s, ...) G_GNUC_PRINTF (1, 2);</span>
<span class='curline'><a href='../S/lib--util.c.html#L224'>s</a> 224 lib/util.c name_quote (const char *s, gboolean quote_percent)</span>
<span class='curline'><a href='../S/lib--util.c.html#L228'>s</a> 228 lib/util.c if (s == NULL || *s == '\0')</span>
<span class='curline'><a href='../S/lib--util.c.html#L233'>s</a> 233 lib/util.c if (*s == '-')</span>
<span class='curline'><a href='../S/lib--util.c.html#L236'>s</a> 236 lib/util.c for (; *s != '\0'; s++)</span>
<span class='curline'><a href='../S/lib--util.c.html#L238'>s</a> 238 lib/util.c switch (*s)</span>
<span class='curline'><a href='../S/lib--util.c.html#L277'>s</a> 277 lib/util.c g_string_append_c (ret, *s);</span>
<span class='curline'><a href='../S/lib--util.c.html#L286'>s</a> 286 lib/util.c fake_name_quote (const char *s, gboolean quote_percent)</span>
<span class='curline'><a href='../S/lib--util.c.html#L290'>s</a> 290 lib/util.c return (s == NULL || *s == '\0' ? NULL : g_strdup (s));</span>
<span class='curline'><a href='../S/lib--util.c.html#L631'>s</a> 631 lib/util.c extract_line (const char *s, const char *top, size_t *len)</span>
<span class='curline'><a href='../S/lib--util.c.html#L636'>s</a> 636 lib/util.c while (*s != '\0' &amp;&amp; *s != '\n' &amp;&amp; (size_t) (t - tmp_line) &lt; sizeof (tmp_line) - 1 &amp;&amp; s &lt; top)</span>
<span class='curline'><a href='../S/lib--util.c.html#L637'>s</a> 637 lib/util.c *t++ = *s++;</span>
<span class='curline'><a href='../S/lib--util.c.html#L652'>s</a> 652 lib/util.c x_basename (const char *s)</span>
<span class='curline'><a href='../S/lib--util.c.html#L656'>s</a> 656 lib/util.c url_delim = g_strrstr (s, VFS_PATH_URL_DELIMITER);</span>
<span class='curline'><a href='../S/lib--util.c.html#L657'>s</a> 657 lib/util.c path_sep = strrchr (s, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--util.c.html#L660'>s</a> 660 lib/util.c return s;</span>
<span class='curline'><a href='../S/lib--util.c.html#L663'>s</a> 663 lib/util.c || url_delim - s + strlen (VFS_PATH_URL_DELIMITER) &lt; strlen (s))</span>
<span class='curline'><a href='../S/lib--util.c.html#L666'>s</a> 666 lib/util.c if (!IS_PATH_SEP (s[strlen (s) - 1]))</span>
<span class='curline'><a href='../S/lib--util.c.html#L669'>s</a> 669 lib/util.c while (--path_sep &gt; s &amp;&amp; !IS_PATH_SEP (*path_sep))</span>
<span class='curline'><a href='../S/lib--util.c.html#L671'>s</a> 671 lib/util.c return (path_sep != s) ? path_sep + 1 : s;</span>
<span class='curline'><a href='../S/lib--util.c.html#L674'>s</a> 674 lib/util.c while (--url_delim &gt; s &amp;&amp; !IS_PATH_SEP (*url_delim))</span>
<span class='curline'><a href='../S/lib--util.c.html#L676'>s</a> 676 lib/util.c while (--url_delim &gt; s &amp;&amp; !IS_PATH_SEP (*url_delim))</span>
<span class='curline'><a href='../S/lib--util.c.html#L679'>s</a> 679 lib/util.c return url_delim == s ? s : url_delim + 1;</span>
<span class='curline'><a href='../S/lib--util.c.html#L700'>s</a> 700 lib/util.c skip_separators (const char *s)</span>
<span class='curline'><a href='../S/lib--util.c.html#L702'>s</a> 702 lib/util.c const char *su = s;</span>
<span class='curline'><a href='../S/lib--util.c.html#L714'>s</a> 714 lib/util.c skip_numbers (const char *s)</span>
<span class='curline'><a href='../S/lib--util.c.html#L716'>s</a> 716 lib/util.c const char *su = s;</span>
<span class='curline'><a href='../S/lib--util.c.html#L893'>s</a> 893 lib/util.c char *r, *s;</span>
<span class='curline'><a href='../S/lib--util.c.html#L899'>s</a> 899 lib/util.c s = strchr (q, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--util.c.html#L900'>s</a> 900 lib/util.c if (s == NULL)</span>
<span class='curline'><a href='../S/lib--util.c.html#L904'>s</a> 904 lib/util.c if (len != (s - q) || strncmp (p, q, (size_t) len) != 0)</span>
<span class='curline'><a href='../S/lib--util.c.html#L908'>s</a> 908 lib/util.c q = s + 1;</span>
<span class='curline'><a href='../S/lib--util.c.html#L1168'>s</a> 1168 lib/util.c Q_ (const char *s)</span>
<span class='curline'><a href='../S/lib--util.c.html#L1172'>s</a> 1172 lib/util.c result = _ (s);</span>
<span class='curline'><a href='../S/lib--util.h.html#L192'>s</a> 192 lib/util.h const char *skip_separators (const char *s);</span>
<span class='curline'><a href='../S/lib--util.h.html#L193'>s</a> 193 lib/util.h const char *skip_numbers (const char *s);</span>
<span class='curline'><a href='../S/lib--util.h.html#L216'>s</a> 216 lib/util.h const char *extract_line (const char *s, const char *top, size_t *len);</span>
<span class='curline'><a href='../S/lib--util.h.html#L267'>s</a> 267 lib/util.h const char *Q_ (const char *s);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L682'>s</a> 682 lib/utilunix.c char *s;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L696'>s</a> 696 lib/utilunix.c s = ps-&gt;buf + ps-&gt;pos;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L698'>s</a> 698 lib/utilunix.c if (s[0] == '\0')</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L702'>s</a> 702 lib/utilunix.c for (i = 0; i &lt; size &amp;&amp; !(s[i] == '\0' || (s[i] == '\n' &amp;&amp; !escape)); i++)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L703'>s</a> 703 lib/utilunix.c escape = s[i] == '\\' ? !escape : FALSE;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L705'>s</a> 705 lib/utilunix.c if (i != size &amp;&amp; s[i] == '\n')</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L710'>s</a> 710 lib/utilunix.c return g_string_new_len (s, i);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L817'>s</a> 817 lib/utilunix.c char *p, *s;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L839'>s</a> 839 lib/utilunix.c s = p + 1;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L840'>s</a> 840 lib/utilunix.c while (IS_PATH_SEP (*(++s)))</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L842'>s</a> 842 lib/utilunix.c str_move (p + 1, s);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L915'>s</a> 915 lib/utilunix.c s = p - 1;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L916'>s</a> 916 lib/utilunix.c if (s &gt;= lpath + url_delim_len - 2</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L917'>s</a> 917 lib/utilunix.c &amp;&amp; strncmp (s - url_delim_len + 2, VFS_PATH_URL_DELIMITER, url_delim_len) == 0)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L919'>s</a> 919 lib/utilunix.c s -= (url_delim_len - 2);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L920'>s</a> 920 lib/utilunix.c while (s &gt;= lpath &amp;&amp; !IS_PATH_SEP (*s--))</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L924'>s</a> 924 lib/utilunix.c while (s &gt;= lpath)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L926'>s</a> 926 lib/utilunix.c if (s - url_delim_len &gt; lpath</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L927'>s</a> 927 lib/utilunix.c &amp;&amp; strncmp (s - url_delim_len, VFS_PATH_URL_DELIMITER, url_delim_len) == 0)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L929'>s</a> 929 lib/utilunix.c char *vfs_prefix = s - url_delim_len;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L936'>s</a> 936 lib/utilunix.c *(s - url_delim_len) = '\0';</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L939'>s</a> 939 lib/utilunix.c *(s - url_delim_len) = *VFS_PATH_URL_DELIMITER;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L943'>s</a> 943 lib/utilunix.c s = vfs_prefix;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L948'>s</a> 948 lib/utilunix.c if (IS_PATH_SEP (*s))</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L951'>s</a> 951 lib/utilunix.c s--;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L954'>s</a> 954 lib/utilunix.c s++;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L957'>s</a> 957 lib/utilunix.c if (s[0] == '.' &amp;&amp; s[1] == '.' &amp;&amp; s + 2 == p)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L965'>s</a> 965 lib/utilunix.c if (s == lpath &amp;&amp; IS_PATH_SEP (*s))</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L968'>s</a> 968 lib/utilunix.c str_move (s + 1, p + 4);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L973'>s</a> 973 lib/utilunix.c if (strncmp (s, VFS_ENCODING_PREFIX, enc_prefix_len) == 0)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L977'>s</a> 977 lib/utilunix.c enc = vfs_get_encoding (s, -1);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L981'>s</a> 981 lib/utilunix.c str_move (s, p + 1);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L983'>s</a> 983 lib/utilunix.c str_move (s, p + 4);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L988'>s</a> 988 lib/utilunix.c str_move (s, p + 4);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L991'>s</a> 991 lib/utilunix.c p = s &gt; lpath ? s - 1 : s;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L996'>s</a> 996 lib/utilunix.c if (s == lpath)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1006'>s</a> 1006 lib/utilunix.c if (s == lpath + 1)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1007'>s</a> 1007 lib/utilunix.c s[0] = '\0';</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1008'>s</a> 1008 lib/utilunix.c else if (strncmp (s, VFS_ENCODING_PREFIX, enc_prefix_len) == 0)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1013'>s</a> 1013 lib/utilunix.c enc = vfs_get_encoding (s, -1);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1021'>s</a> 1021 lib/utilunix.c s[0] = '.';</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1022'>s</a> 1022 lib/utilunix.c s[1] = '.';</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1023'>s</a> 1023 lib/utilunix.c s[2] = '\0';</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1027'>s</a> 1027 lib/utilunix.c for (p = s - 1; p &gt;= lpath &amp;&amp; !IS_PATH_SEP (*p); p--)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1036'>s</a> 1036 lib/utilunix.c if (s &gt;= lpath + url_delim_len</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1037'>s</a> 1037 lib/utilunix.c &amp;&amp; strncmp (s - url_delim_len, VFS_PATH_URL_DELIMITER, url_delim_len) == 0)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1038'>s</a> 1038 lib/utilunix.c *s = '\0';</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1040'>s</a> 1040 lib/utilunix.c s[-1] = '\0';</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L381'>s</a> 381 lib/vfs/direntry.c vfs_s_free_fh (struct vfs_s_subclass *s, vfs_file_handler_t *fh)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L383'>s</a> 383 lib/vfs/direntry.c if (s-&gt;fh_free != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L384'>s</a> 384 lib/vfs/direntry.c s-&gt;fh_free (fh);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L674'>s</a> 674 lib/vfs/direntry.c char *s;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L676'>s</a> 676 lib/vfs/direntry.c s = vfs_s_fullpath (me, file-&gt;ino);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L678'>s</a> 678 lib/vfs/direntry.c if (s == NULL)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L682'>s</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#L683'>s</a> 683 lib/vfs/direntry.c g_free (s);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1041'>s</a> 1041 lib/vfs/direntry.c vfs_adjust_stat (struct stat *s)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1044'>s</a> 1044 lib/vfs/direntry.c if (s-&gt;st_size == 0)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1045'>s</a> 1045 lib/vfs/direntry.c s-&gt;st_blocks = 0;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1053'>s</a> 1053 lib/vfs/direntry.c ioblocks = 1 + (s-&gt;st_size - 1) / s-&gt;st_blksize;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1055'>s</a> 1055 lib/vfs/direntry.c ioblock_size = 1 + (s-&gt;st_blksize - 1) / 512;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1057'>s</a> 1057 lib/vfs/direntry.c s-&gt;st_blocks = ioblocks * ioblock_size;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1060'>s</a> 1060 lib/vfs/direntry.c s-&gt;st_blocks = 1 + (s-&gt;st_size - 1) / 512;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1293'>s</a> 1293 lib/vfs/direntry.c struct vfs_s_subclass *s;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1308'>s</a> 1308 lib/vfs/direntry.c s = VFS_SUBCLASS (me);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1330'>s</a> 1330 lib/vfs/direntry.c if ((VFS_CLASS (s)-&gt;flags &amp; VFSF_USETMP) != 0)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1356'>s</a> 1356 lib/vfs/direntry.c fh = s-&gt;fh_new != NULL ? s-&gt;fh_new (ino, was_changed) : vfs_s_new_fh (ino, was_changed);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1360'>s</a> 1360 lib/vfs/direntry.c if (s-&gt;linear_start != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1368'>s</a> 1368 lib/vfs/direntry.c if (s-&gt;fh_open != NULL &amp;&amp; s-&gt;fh_open (me, fh, flags, mode) != 0)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1370'>s</a> 1370 lib/vfs/direntry.c vfs_s_free_fh (s, fh);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1375'>s</a> 1375 lib/vfs/direntry.c if ((VFS_CLASS (s)-&gt;flags &amp; VFSF_USETMP) != 0 &amp;&amp; fh-&gt;ino-&gt;localname != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1380'>s</a> 1380 lib/vfs/direntry.c vfs_s_free_fh (s, fh);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1431'>s</a> 1431 lib/vfs/direntry.c struct vfs_s_subclass *s = VFS_SUBCLASS (me);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1444'>s</a> 1444 lib/vfs/direntry.c fh = s-&gt;fh_new != NULL ? s-&gt;fh_new (ino, FALSE) : vfs_s_new_fh (ino, FALSE);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1446'>s</a> 1446 lib/vfs/direntry.c if (s-&gt;linear_start (me, fh, 0) == 0)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1453'>s</a> 1453 lib/vfs/direntry.c while ((n = s-&gt;linear_read (me, fh, buffer, sizeof (buffer))) != 0)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1474'>s</a> 1474 lib/vfs/direntry.c s-&gt;linear_close (me, fh);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1478'>s</a> 1478 lib/vfs/direntry.c vfs_s_free_fh (s, fh);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1482'>s</a> 1482 lib/vfs/direntry.c s-&gt;linear_close (me, fh);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1490'>s</a> 1490 lib/vfs/direntry.c vfs_s_free_fh (s, fh);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L208'>s</a> 208 lib/vfs/parse_ls_vga.c vfs_parse_filetype (const char *s, size_t *ret_skipped, mode_t *ret_type)</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L212'>s</a> 212 lib/vfs/parse_ls_vga.c switch (*s)</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L275'>s</a> 275 lib/vfs/parse_ls_vga.c vfs_parse_fileperms (const char *s, size_t *ret_skipped, mode_t *ret_perms)</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L277'>s</a> 277 lib/vfs/parse_ls_vga.c const char *p = s;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L405'>s</a> 405 lib/vfs/parse_ls_vga.c *ret_skipped = p - s;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L414'>s</a> 414 lib/vfs/parse_ls_vga.c vfs_parse_filemode (const char *s, size_t *ret_skipped, mode_t *ret_mode)</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L416'>s</a> 416 lib/vfs/parse_ls_vga.c const char *p = s;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L428'>s</a> 428 lib/vfs/parse_ls_vga.c *ret_skipped = p - s;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L437'>s</a> 437 lib/vfs/parse_ls_vga.c vfs_parse_raw_filemode (const char *s, size_t *ret_skipped, mode_t *ret_mode)</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L439'>s</a> 439 lib/vfs/parse_ls_vga.c const char *p = s;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L489'>s</a> 489 lib/vfs/parse_ls_vga.c *ret_skipped = p - s;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L680'>s</a> 680 lib/vfs/parse_ls_vga.c vfs_parse_ls_lga (const char *p, struct stat *s, char **filename, char **linkname,</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L693'>s</a> 693 lib/vfs/parse_ls_vga.c if (!vfs_parse_filetype (p, &amp;skipped, &amp;s-&gt;st_mode))</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L705'>s</a> 705 lib/vfs/parse_ls_vga.c if (S_ISDIR (s-&gt;st_mode))</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L706'>s</a> 706 lib/vfs/parse_ls_vga.c s-&gt;st_mode |= (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR | S_IXUSR | S_IXGRP | S_IXOTH);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L708'>s</a> 708 lib/vfs/parse_ls_vga.c s-&gt;st_mode |= (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L720'>s</a> 720 lib/vfs/parse_ls_vga.c s-&gt;st_mode |= perms;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L726'>s</a> 726 lib/vfs/parse_ls_vga.c s-&gt;st_nlink = atol (columns[0]);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L727'>s</a> 727 lib/vfs/parse_ls_vga.c if (s-&gt;st_nlink &lt;= 0)</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L731'>s</a> 731 lib/vfs/parse_ls_vga.c s-&gt;st_uid = vfs_finduid (columns[1]);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L733'>s</a> 733 lib/vfs/parse_ls_vga.c s-&gt;st_uid = (uid_t) atol (columns[1]);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L741'>s</a> 741 lib/vfs/parse_ls_vga.c if (idx == 6 || (idx == 5 &amp;&amp; !S_ISCHR (s-&gt;st_mode) &amp;&amp; !S_ISBLK (s-&gt;st_mode)))</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L745'>s</a> 745 lib/vfs/parse_ls_vga.c if (idx == 3 || (idx == 4 &amp;&amp; (S_ISCHR (s-&gt;st_mode) || S_ISBLK (s-&gt;st_mode))))</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L751'>s</a> 751 lib/vfs/parse_ls_vga.c s-&gt;st_gid = (gid_t) atol (columns[2]);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L753'>s</a> 753 lib/vfs/parse_ls_vga.c s-&gt;st_gid = vfs_findgid (columns[2]);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L758'>s</a> 758 lib/vfs/parse_ls_vga.c if (S_ISCHR (s-&gt;st_mode) || S_ISBLK (s-&gt;st_mode))</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L777'>s</a> 777 lib/vfs/parse_ls_vga.c s-&gt;st_rdev = makedev (maj, min);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L779'>s</a> 779 lib/vfs/parse_ls_vga.c s-&gt;st_size = 0;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L787'>s</a> 787 lib/vfs/parse_ls_vga.c s-&gt;st_size = (off_t) g_ascii_strtoll (columns[idx2], NULL, 10);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L789'>s</a> 789 lib/vfs/parse_ls_vga.c s-&gt;st_rdev = 0;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L793'>s</a> 793 lib/vfs/parse_ls_vga.c vfs_zero_stat_times (s);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L795'>s</a> 795 lib/vfs/parse_ls_vga.c idx = vfs_parse_filedate (idx, &amp;s-&gt;st_mtime);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L800'>s</a> 800 lib/vfs/parse_ls_vga.c s-&gt;st_atime = s-&gt;st_ctime = s-&gt;st_mtime;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L804'>s</a> 804 lib/vfs/parse_ls_vga.c s-&gt;st_blksize = 512;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L806'>s</a> 806 lib/vfs/parse_ls_vga.c vfs_adjust_stat (s);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L822'>s</a> 822 lib/vfs/parse_ls_vga.c if (((S_ISLNK (s-&gt;st_mode)</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L823'>s</a> 823 lib/vfs/parse_ls_vga.c || (num_cols == idx + 3 &amp;&amp; s-&gt;st_nlink &gt; 1))) // Maybe a hardlink? (in extfs)</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L409'>s</a> 409 lib/vfs/utilvfs.c vfs_get_timesbuf_from_stat (const struct stat *s, mc_timesbuf_t *times)</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L418'>s</a> 418 lib/vfs/utilvfs.c (*times)[0].tv_sec = s-&gt;st_atim.tv_sec;</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L419'>s</a> 419 lib/vfs/utilvfs.c (*times)[0].tv_nsec = s-&gt;st_atim.tv_nsec;</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L420'>s</a> 420 lib/vfs/utilvfs.c (*times)[1].tv_sec = s-&gt;st_mtim.tv_sec;</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L421'>s</a> 421 lib/vfs/utilvfs.c (*times)[1].tv_nsec = s-&gt;st_mtim.tv_nsec;</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L424'>s</a> 424 lib/vfs/utilvfs.c (*times)[0] = s-&gt;st_atimespec;</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L425'>s</a> 425 lib/vfs/utilvfs.c (*times)[1] = s-&gt;st_mtimespec;</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L428'>s</a> 428 lib/vfs/utilvfs.c (*times)[0].tv_sec = s-&gt;st_atime;</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L429'>s</a> 429 lib/vfs/utilvfs.c (*times)[0].tv_nsec = s-&gt;st_atimensec;</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L430'>s</a> 430 lib/vfs/utilvfs.c (*times)[1].tv_sec = s-&gt;st_mtime;</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L431'>s</a> 431 lib/vfs/utilvfs.c (*times)[1].tv_nsec = s-&gt;st_mtimensec;</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L436'>s</a> 436 lib/vfs/utilvfs.c times-&gt;actime = s-&gt;st_atime;</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L437'>s</a> 437 lib/vfs/utilvfs.c times-&gt;modtime = s-&gt;st_mtime;</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L468'>s</a> 468 lib/vfs/utilvfs.c vfs_zero_stat_times (struct stat *s)</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L472'>s</a> 472 lib/vfs/utilvfs.c vfs_copy_stat_times (&amp;empty, s);</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.h.html#L51'>s</a> 51 lib/vfs/utilvfs.h gboolean vfs_parse_filetype (const char *s, size_t *ret_skipped, mode_t *ret_type);</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.h.html#L52'>s</a> 52 lib/vfs/utilvfs.h gboolean vfs_parse_fileperms (const char *s, size_t *ret_skipped, mode_t *ret_perms);</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.h.html#L53'>s</a> 53 lib/vfs/utilvfs.h gboolean vfs_parse_filemode (const char *s, size_t *ret_skipped, mode_t *ret_mode);</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.h.html#L54'>s</a> 54 lib/vfs/utilvfs.h gboolean vfs_parse_raw_filemode (const char *s, size_t *ret_skipped, mode_t *ret_mode);</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.h.html#L57'>s</a> 57 lib/vfs/utilvfs.h gboolean vfs_parse_ls_lga (const char *p, struct stat *s, char **filename, char **linkname,</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.h.html#L66'>s</a> 66 lib/vfs/utilvfs.h void vfs_get_timesbuf_from_stat (const struct stat *s, mc_timesbuf_t *times);</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.h.html#L68'>s</a> 68 lib/vfs/utilvfs.h void vfs_zero_stat_times (struct stat *s);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L244'>s</a> 244 lib/vfs/vfs.h void vfs_adjust_stat (struct stat *s);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L907'>s</a> 907 lib/widget/input_complete.c char *s;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L909'>s</a> 909 lib/widget/input_complete.c s = strchr (cdpath, ':');</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L910'>s</a> 910 lib/widget/input_complete.c if (s == NULL)</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L911'>s</a> 911 lib/widget/input_complete.c s = strchr (cdpath, '\0');</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L912'>s</a> 912 lib/widget/input_complete.c c = *s;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L913'>s</a> 913 lib/widget/input_complete.c *s = '\0';</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L922'>s</a> 922 lib/widget/input_complete.c *s = c;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L923'>s</a> 923 lib/widget/input_complete.c cdpath = str_get_next_char (s);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1376'>s</a> 1376 lib/widget/input_complete.c char *s;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1383'>s</a> 1383 lib/widget/input_complete.c s = in-&gt;buffer-&gt;str;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1390'>s</a> 1390 lib/widget/input_complete.c str_next_char (&amp;s);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1393'>s</a> 1393 lib/widget/input_complete.c for (; s &gt;= in-&gt;buffer-&gt;str; str_prev_char (&amp;s))</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1395'>s</a> 1395 lib/widget/input_complete.c start = s - in-&gt;buffer-&gt;str;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1396'>s</a> 1396 lib/widget/input_complete.c if (strchr (word_separators, *s) != NULL &amp;&amp; !str_is_char_escaped (in-&gt;buffer-&gt;str, s))</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1402'>s</a> 1402 lib/widget/input_complete.c str_next_char (&amp;s);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1403'>s</a> 1403 lib/widget/input_complete.c start = s - in-&gt;buffer-&gt;str;</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L228'>s</a> 228 lib/widget/wtools.c return event_data.ret.s;</span>
<span class='curline'><a href='../S/src--args.c.html#L374'>s</a> 374 src/args.c gchar *s;</span>
<span class='curline'><a href='../S/src--args.c.html#L380'>s</a> 380 src/args.c s = g_strdup_printf ("%s\n", _ ("[+lineno] file1[:lineno] [file2[:lineno]...]"));</span>
<span class='curline'><a href='../S/src--args.c.html#L384'>s</a> 384 src/args.c s = g_strdup_printf ("%s\n", _ ("file"));</span>
<span class='curline'><a href='../S/src--args.c.html#L388'>s</a> 388 src/args.c s = g_strdup_printf ("%s\n", _ ("file1 file2"));</span>
<span class='curline'><a href='../S/src--args.c.html#L393'>s</a> 393 src/args.c s = g_strdup_printf ("%s\n", _ ("[this_dir] [other_panel_dir]"));</span>
<span class='curline'><a href='../S/src--args.c.html#L396'>s</a> 396 src/args.c mc_args__loc__usage_string = s;</span>
<span class='curline'><a href='../S/src--background.c.html#L654'>s</a> 654 src/background.c event_data-&gt;ret.s =</span>
<span class='curline'><a href='../S/src--diffviewer--internal.h.html#L15'>s</a> 15 src/diffviewer/internal.h #define error_dialog(h, s) query_dialog (h, s, D_ERROR, 1, _ ("&amp;Dismiss"))</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L590'>s</a> 590 src/diffviewer/ydiff.c const char *s = str + pos;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L591'>s</a> 591 src/diffviewer/ydiff.c const gunichar uni = g_utf8_get_char_validated (s, -1);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L597'>s</a> 597 src/diffviewer/ydiff.c const char *next_ch = g_utf8_next_char (s);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L600'>s</a> 600 src/diffviewer/ydiff.c *len = next_ch - s;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L604'>s</a> 604 src/diffviewer/ydiff.c c = (unsigned char) (*s);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L991'>s</a> 991 src/diffviewer/ydiff.c lcsubstr (const char *s, int m, const char *t, int n, GArray *ret, int min)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1029'>s</a> 1029 src/diffviewer/ydiff.c if (s[i] == t[j])</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1088'>s</a> 1088 src/diffviewer/ydiff.c hdiff_multi (const char *s, const char *t, const BRACKET bracket, int min, GArray *hdiff,</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1101'>s</a> 1101 src/diffviewer/ydiff.c len = lcsubstr (s + bracket[DIFF_LEFT].off, bracket[DIFF_LEFT].len,</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1113'>s</a> 1113 src/diffviewer/ydiff.c if (!hdiff_multi (s, t, b, min, hdiff, depth))</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1124'>s</a> 1124 src/diffviewer/ydiff.c if (!hdiff_multi (s, t, b, min, hdiff, depth))</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1132'>s</a> 1132 src/diffviewer/ydiff.c if (!hdiff_multi (s, t, b, min, hdiff, depth))</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1166'>s</a> 1166 src/diffviewer/ydiff.c hdiff_scan (const char *s, int m, const char *t, int n, int min, GArray *hdiff, unsigned int depth)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1172'>s</a> 1172 src/diffviewer/ydiff.c for (i = 0; i &lt; m &amp;&amp; i &lt; n &amp;&amp; s[i] == t[i]; i++)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1174'>s</a> 1174 src/diffviewer/ydiff.c for (; m &gt; i &amp;&amp; n &gt; i &amp;&amp; s[m - 1] == t[n - 1]; m--, n--)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1183'>s</a> 1183 src/diffviewer/ydiff.c return hdiff_multi (s, t, b, min, hdiff, depth);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2865'>s</a> 2865 src/diffviewer/ydiff.c const char *s = input;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2867'>s</a> 2867 src/diffviewer/ydiff.c if (scan_deci (&amp;s, &amp;newline) == 0 &amp;&amp; *s == '\0')</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L231'>s</a> 231 src/editor/edit.c const char *s;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L234'>s</a> 234 src/editor/edit.c s = vfs_path_as_str (filename_vpath);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L237'>s</a> 237 src/editor/edit.c if (g_str_has_suffix (s, all_filters[i].extension))</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L668'>s</a> 668 src/editor/edit.c off_t s, f;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L670'>s</a> 670 src/editor/edit.c s = edit_buffer_get_bol (buf, offset);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L672'>s</a> 672 src/editor/edit.c for (; s &lt; f; s++)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L676'>s</a> 676 src/editor/edit.c c = edit_buffer_get_byte (buf, s);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L936'>s</a> 936 src/editor/edit.c edit_left_word_move (WEdit *edit, int s)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L958'>s</a> 958 src/editor/edit.c if (s != 0 &amp;&amp; !isspace (c1) &amp;&amp; isspace (c2))</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L975'>s</a> 975 src/editor/edit.c edit_right_word_move (WEdit *edit, int s)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L997'>s</a> 997 src/editor/edit.c if (s != 0 &amp;&amp; !isspace (c1) &amp;&amp; isspace (c2))</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1684'>s</a> 1684 src/editor/edit.c edit_print_string (WEdit *e, const char *s)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1688'>s</a> 1688 src/editor/edit.c for (i = 0; s[i] != '\0'; i++)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1689'>s</a> 1689 src/editor/edit.c edit_execute_cmd (e, CK_InsertChar, (unsigned char) s[i]);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3962'>s</a> 3962 src/editor/edit.c char s[BUF_MEDIUM];</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3967'>s</a> 3967 src/editor/edit.c FMT_LOCALTIME_CURRENT (s, sizeof (s), time_format);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3968'>s</a> 3968 src/editor/edit.c edit_print_string (edit, s);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L700'>s</a> 700 src/editor/editbuffer.c status_msg_t *s = STATUS_MSG (sm);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L744'>s</a> 744 src/editor/editbuffer.c if (s != NULL &amp;&amp; s-&gt;update != NULL)</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L754'>s</a> 754 src/editor/editbuffer.c if (s-&gt;update (s) == B_CANCEL)</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L778'>s</a> 778 src/editor/editbuffer.c if (s != NULL &amp;&amp; s-&gt;update != NULL)</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L784'>s</a> 784 src/editor/editbuffer.c if (s-&gt;update (s) == B_CANCEL)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L626'>s</a> 626 src/editor/editcmd.c char *s = NULL;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L636'>s</a> 636 src/editor/editcmd.c s = g_strdup_printf ("mail -s %s %s", subject, to);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L639'>s</a> 639 src/editor/editcmd.c s = g_strdup_printf ("mail -s %s -c %s %s", subject, cc, to);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L649'>s</a> 649 src/editor/editcmd.c if (s != NULL)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L651'>s</a> 651 src/editor/editcmd.c p = popen (s, "w");</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L652'>s</a> 652 src/editor/editcmd.c g_free (s);</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L157'>s</a> 157 src/editor/editcomplete.c GString *s = (GString *) l-&gt;data;</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L160'>s</a> 160 src/editor/editcomplete.c if (strncmp (s-&gt;str + word_len, temp-&gt;str + word_len, MAX (len, s-&gt;len) - word_len)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L90'>s</a> 90 src/editor/editdraw.c printwstr (const char *s, int len)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L93'>s</a> 93 src/editor/editdraw.c tty_printf ("%-*.*s", len, len, s);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L147'>s</a> 147 src/editor/editdraw.c status_string (WEdit *edit, char *s, int w)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L155'>s</a> 155 src/editor/editdraw.c g_snprintf (s, w, "%c%c%c%c %3ld %5ld/%ld %6ld/%ld [%s] %s",</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L169'>s</a> 169 src/editor/editdraw.c g_snprintf (s, w, "[%c%c%c%c] %2ld L:[%3ld+%2ld %3ld/%3ld] *(%-4ld/%4ldb) [%s] %s",</span>
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L657'>s</a> 657 src/editor/editsearch.c char *s;</span>
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L659'>s</a> 659 src/editor/editsearch.c s = mc_config_history_get_recent_item (MC_HISTORY_SHARED_SEARCH);</span>
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L660'>s</a> 660 src/editor/editsearch.c if (s != NULL)</span>
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L662'>s</a> 662 src/editor/editsearch.c edit-&gt;last_search_string = s;</span>
<span class='curline'><a href='../S/src--editor--editsearch.h.html#L39'>s</a> 39 src/editor/editsearch.h gboolean edit_search_init (WEdit *edit, const char *s);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L385'>s</a> 385 src/editor/syntax.c xx_strchr (const WEdit *edit, const unsigned char *s, int char_byte)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L387'>s</a> 387 src/editor/syntax.c while (*s &gt;= '\005' &amp;&amp; xx_tolower (edit, *s) != char_byte)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L388'>s</a> 388 src/editor/syntax.c s++;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L390'>s</a> 390 src/editor/syntax.c return (const char *) s;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L627'>s</a> 627 src/editor/syntax.c syntax_marker_t *s;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L629'>s</a> 629 src/editor/syntax.c s = g_new (syntax_marker_t, 1);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L630'>s</a> 630 src/editor/syntax.c s-&gt;offset = i;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L631'>s</a> 631 src/editor/syntax.c s-&gt;rule = edit-&gt;rule;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L632'>s</a> 632 src/editor/syntax.c edit-&gt;syntax_marker = g_slist_prepend (edit-&gt;syntax_marker, s);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L640'>s</a> 640 src/editor/syntax.c syntax_marker_t *s;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L650'>s</a> 650 src/editor/syntax.c s = (syntax_marker_t *) edit-&gt;syntax_marker-&gt;data;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L652'>s</a> 652 src/editor/syntax.c if (byte_index &gt;= s-&gt;offset)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L654'>s</a> 654 src/editor/syntax.c edit-&gt;rule = s-&gt;rule;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L655'>s</a> 655 src/editor/syntax.c for (i = s-&gt;offset + 1; i &lt;= byte_index; i++)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L660'>s</a> 660 src/editor/syntax.c g_free (s);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L740'>s</a> 740 src/editor/syntax.c convert (char *s)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L744'>s</a> 744 src/editor/syntax.c p = r = s;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L745'>s</a> 745 src/editor/syntax.c while (*s)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L747'>s</a> 747 src/editor/syntax.c switch (*s)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L750'>s</a> 750 src/editor/syntax.c s++;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L751'>s</a> 751 src/editor/syntax.c switch (*s)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L755'>s</a> 755 src/editor/syntax.c s--;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L784'>s</a> 784 src/editor/syntax.c *p = *s;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L787'>s</a> 787 src/editor/syntax.c *p = *s;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L798'>s</a> 798 src/editor/syntax.c *p = *s;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L801'>s</a> 801 src/editor/syntax.c s++;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1422'>s</a> 1422 src/editor/syntax.c static char s[256];</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1424'>s</a> 1424 src/editor/syntax.c s[0] = '\0';</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1430'>s</a> 1430 src/editor/syntax.c for (i = 0; i &lt; sizeof (s) - 1; i++)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1432'>s</a> 1432 src/editor/syntax.c s[i] = edit_buffer_get_byte (&amp;edit-&gt;buffer, i);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1433'>s</a> 1433 src/editor/syntax.c if (s[i] == '\n')</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1435'>s</a> 1435 src/editor/syntax.c s[i] = '\0';</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1440'>s</a> 1440 src/editor/syntax.c s[sizeof (s) - 1] = '\0';</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1443'>s</a> 1443 src/editor/syntax.c return s;</span>
<span class='curline'><a href='../S/src--file_history.c.html#L67'>s</a> 67 src/file_history.c const char *s = strrchr (buf, *SEPARATOR);</span>
<span class='curline'><a href='../S/src--file_history.c.html#L70'>s</a> 70 src/file_history.c if (s == NULL)</span>
<span class='curline'><a href='../S/src--file_history.c.html#L74'>s</a> 74 src/file_history.c fhd-&gt;file_name = str_unescape (buf, s - buf, "", TRUE);</span>
<span class='curline'><a href='../S/src--file_history.c.html#L76'>s</a> 76 src/file_history.c const size_t len = strlen (s + 1);</span>
<span class='curline'><a href='../S/src--file_history.c.html#L78'>s</a> 78 src/file_history.c fhd-&gt;file_pos = g_strndup (s + 1, len - 1); // ignore '\n'</span>
<span class='curline'><a href='../S/src--file_history.c.html#L86'>s</a> 86 src/file_history.c file_history_write_entry (const file_history_data_t *fhd, GString *s)</span>
<span class='curline'><a href='../S/src--file_history.c.html#L92'>s</a> 92 src/file_history.c g_string_append (s, file_name);</span>
<span class='curline'><a href='../S/src--file_history.c.html#L98'>s</a> 98 src/file_history.c g_string_append_c (s, *SEPARATOR);</span>
<span class='curline'><a href='../S/src--file_history.c.html#L99'>s</a> 99 src/file_history.c g_string_append (s, fhd-&gt;file_pos);</span>
<span class='curline'><a href='../S/src--file_history.c.html#L149'>s</a> 149 src/file_history.c GString *s;</span>
<span class='curline'><a href='../S/src--file_history.c.html#L151'>s</a> 151 src/file_history.c s = g_string_sized_new (128);</span>
<span class='curline'><a href='../S/src--file_history.c.html#L155'>s</a> 155 src/file_history.c file_history_write_entry (file_list-&gt;data, s);</span>
<span class='curline'><a href='../S/src--file_history.c.html#L156'>s</a> 156 src/file_history.c write_error = (fprintf (f, "%s\n", s-&gt;str) &lt; 0);</span>
<span class='curline'><a href='../S/src--file_history.c.html#L157'>s</a> 157 src/file_history.c g_string_truncate (s, 0);</span>
<span class='curline'><a href='../S/src--file_history.c.html#L160'>s</a> 160 src/file_history.c g_string_free (s, TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L161'>s</a> 161 src/filemanager/achown.c set_perm_by_flags (char *s, int f_p)</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L168'>s</a> 168 src/filemanager/achown.c s[i] = ch_perm[i];</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L170'>s</a> 170 src/filemanager/achown.c s[i] = '-';</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L172'>s</a> 172 src/filemanager/achown.c s[i] = (ch_cmode &amp; (1 &lt;&lt; (8 - f_p - i))) != 0 ? ch_perm[i] : '-';</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L179'>s</a> 179 src/filemanager/achown.c get_perm (char *s, int base)</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L183'>s</a> 183 src/filemanager/achown.c m |= (s[0] == '-')</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L185'>s</a> 185 src/filemanager/achown.c : ((s[0] == '+') ? (mode_t) (1 &lt;&lt; (base + 2)) : (1 &lt;&lt; (base + 2)) &amp; ch_cmode);</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L187'>s</a> 187 src/filemanager/achown.c m |= (s[1] == '-')</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L189'>s</a> 189 src/filemanager/achown.c : ((s[1] == '+') ? (mode_t) (1 &lt;&lt; (base + 1)) : (1 &lt;&lt; (base + 1)) &amp; ch_cmode);</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L191'>s</a> 191 src/filemanager/achown.c m |= (s[2] == '-') ? 0 : ((s[2] == '+') ? (mode_t) (1 &lt;&lt; base) : (1 &lt;&lt; base) &amp; ch_cmode);</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L435'>s</a> 435 src/filemanager/boxes.c char *s;</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L437'>s</a> 437 src/filemanager/boxes.c s = g_strconcat (state_str[tl-&gt;state], " ", tl-&gt;info, (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L438'>s</a> 438 src/filemanager/boxes.c listbox_add_item_take (list, LISTBOX_APPEND_AT_END, 0, s, (void *) tl, FALSE);</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L119'>s</a> 119 src/filemanager/cd.c char *s = NULL;</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L129'>s</a> 129 src/filemanager/cd.c s = strchr (p, '}');</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L131'>s</a> 131 src/filemanager/cd.c if (s == NULL)</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L132'>s</a> 132 src/filemanager/cd.c s = strchr (p, PATH_SEP);</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L133'>s</a> 133 src/filemanager/cd.c if (s == NULL)</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L134'>s</a> 134 src/filemanager/cd.c s = strchr (p, '\0');</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L135'>s</a> 135 src/filemanager/cd.c c = *s;</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L136'>s</a> 136 src/filemanager/cd.c *s = '\0';</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L138'>s</a> 138 src/filemanager/cd.c *s = c;</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L148'>s</a> 148 src/filemanager/cd.c p = s;</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L149'>s</a> 149 src/filemanager/cd.c if (*s == '}')</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L187'>s</a> 187 src/filemanager/cd.c char *s;</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L189'>s</a> 189 src/filemanager/cd.c s = strchr (p, ':');</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L190'>s</a> 190 src/filemanager/cd.c if (s == NULL)</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L191'>s</a> 191 src/filemanager/cd.c s = strchr (p, '\0');</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L192'>s</a> 192 src/filemanager/cd.c c = *s;</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L193'>s</a> 193 src/filemanager/cd.c *s = '\0';</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L202'>s</a> 202 src/filemanager/cd.c *s = c;</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L203'>s</a> 203 src/filemanager/cd.c p = s + 1;</span>
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L329'>s</a> 329 src/filemanager/cmd.c vfs_path_t *s, *d;</span>
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L333'>s</a> 333 src/filemanager/cmd.c s = vfs_path_append_new (current_panel-&gt;cwd_vpath, fname, (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L344'>s</a> 344 src/filemanager/cmd.c s_str = diff_two_paths (other_panel-&gt;cwd_vpath, s);</span>
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L345'>s</a> 345 src/filemanager/cmd.c vfs_path_free (s, TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L346'>s</a> 346 src/filemanager/cmd.c s = vfs_path_from_str_flags (s_str, VPF_NO_CANON);</span>
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L350'>s</a> 350 src/filemanager/cmd.c symlink_box (s, d, &amp;dest, &amp;src);</span>
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L352'>s</a> 352 src/filemanager/cmd.c vfs_path_free (s, TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L361'>s</a> 361 src/filemanager/cmd.c s = vfs_path_from_str (src);</span>
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L362'>s</a> 362 src/filemanager/cmd.c if (mc_symlink (dest_vpath, s) == -1)</span>
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L364'>s</a> 364 src/filemanager/cmd.c vfs_path_free (s, TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--command.c.html#L139'>s</a> 139 src/filemanager/command.c char *s;</span>
<span class='curline'><a href='../S/src--filemanager--command.c.html#L141'>s</a> 141 src/filemanager/command.c s = expand_format (NULL, cmd[++i], TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--command.c.html#L142'>s</a> 142 src/filemanager/command.c if (s != NULL)</span>
<span class='curline'><a href='../S/src--filemanager--command.c.html#L144'>s</a> 144 src/filemanager/command.c g_string_append (command, s);</span>
<span class='curline'><a href='../S/src--filemanager--command.c.html#L145'>s</a> 145 src/filemanager/command.c g_free (s);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L240'>s</a> 240 src/filemanager/file.c char *s, *q;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L245'>s</a> 245 src/filemanager/file.c s = g_strdup (src);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L249'>s</a> 249 src/filemanager/file.c for (q = s; *q != '\0'; q++)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L253'>s</a> 253 src/filemanager/file.c fnsource = x_basename (s);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L272'>s</a> 272 src/filemanager/file.c MC_PTR_FREE (s);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L280'>s</a> 280 src/filemanager/file.c s = mc_build_filename (repl_dest, q, (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L294'>s</a> 294 src/filemanager/file.c return s;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L563'>s</a> 563 src/filemanager/file.c char *s = NULL;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L569'>s</a> 569 src/filemanager/file.c s = diff_two_paths (tmp_vpath1, tmp_vpath2);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L572'>s</a> 572 src/filemanager/file.c g_strlcpy (link_target, s != NULL ? s : p-&gt;str, sizeof (link_target));</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L573'>s</a> 573 src/filemanager/file.c g_free (s);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L634'>s</a> 634 src/filemanager/file.c struct stat s;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L654'>s</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#L657'>s</a> 657 src/filemanager/file.c if (S_ISDIR (s.st_mode))</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L665'>s</a> 665 src/filemanager/file.c *ret_total += (uintmax_t) s.st_size;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L705'>s</a> 705 src/filemanager/file.c const struct stat *s;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L710'>s</a> 710 src/filemanager/file.c s = &amp;fe-&gt;st;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L712'>s</a> 712 src/filemanager/file.c if (S_ISDIR (s-&gt;st_mode) || (follow_symlinks &amp;&amp; link_isdir (fe) &amp;&amp; fe-&gt;f.stale_link == 0))</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L727'>s</a> 727 src/filemanager/file.c *ret_total += (uintmax_t) s-&gt;st_size;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L858'>s</a> 858 src/filemanager/file.c char *s;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L860'>s</a> 860 src/filemanager/file.c s = g_strndup (str_trunc (a, width), width);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L862'>s</a> 862 src/filemanager/file.c msg = g_strdup_printf (fmt, s, b);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L863'>s</a> 863 src/filemanager/file.c g_free (s);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L979'>s</a> 979 src/filemanager/file.c real_query_recursive (file_op_context_t *ctx, enum OperationMode mode, const char *s)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L992'>s</a> 992 src/filemanager/file.c text = g_strdup_printf (msg, path_trunc (s, -1));</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1047'>s</a> 1047 src/filemanager/file.c query_recursive (file_op_context_t *ctx, const char *s)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1058'>s</a> 1058 src/filemanager/file.c return parent_call (pntr.p, ctx, 1, strlen (s), s);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1060'>s</a> 1060 src/filemanager/file.c return real_query_recursive (ctx, Foreground, s);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1097'>s</a> 1097 src/filemanager/file.c query_recursive (file_op_context_t *ctx, const char *s)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1099'>s</a> 1099 src/filemanager/file.c return real_query_recursive (ctx, Foreground, s);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1214'>s</a> 1214 src/filemanager/file.c move_file_file (const WPanel *panel, file_op_context_t *ctx, const char *s, const char *d)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1222'>s</a> 1222 src/filemanager/file.c src_vpath = vfs_path_from_str (s);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1244'>s</a> 1244 src/filemanager/file.c return_status = file_error (ctx, TRUE, _ ("Cannot stat file\n%s"), s);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1255'>s</a> 1255 src/filemanager/file.c if (check_same_file (ctx, s, &amp;src_stat, d, &amp;dst_stat, &amp;return_status))</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1268'>s</a> 1268 src/filemanager/file.c return_status = query_replace (ctx, s, &amp;src_stat, d, &amp;dst_stat);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1311'>s</a> 1311 src/filemanager/file.c return_status = files_error (ctx, TRUE, _("Cannot move file\n%s\nto\n%s"), s, d);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1335'>s</a> 1335 src/filemanager/file.c return_status = copy_file_file (ctx, s, d);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1617'>s</a> 1617 src/filemanager/file.c do_move_dir_dir (const WPanel *panel, file_op_context_t *ctx, const char *s, const char *d)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1625'>s</a> 1625 src/filemanager/file.c src_vpath = vfs_path_from_str (s);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1644'>s</a> 1644 src/filemanager/file.c if (dstat_ok &amp;&amp; check_same_file (ctx, s, &amp;src_stat, d, &amp;dst_stat, &amp;return_status))</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1656'>s</a> 1656 src/filemanager/file.c dst_vpath = vfs_path_append_new (dst_vpath, x_basename (s), (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1678'>s</a> 1678 src/filemanager/file.c return_status = copy_dir_dir (ctx, s, d, FALSE, TRUE, TRUE, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1712'>s</a> 1712 src/filemanager/file.c return_status = files_error (ctx, TRUE, _ ("Cannot move directory\n%s\nto\n%s"), s, d);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1732'>s</a> 1732 src/filemanager/file.c return_status = copy_dir_dir (ctx, s, d, FALSE, FALSE, TRUE, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3003'>s</a> 3003 src/filemanager/file.c copy_dir_dir (file_op_context_t *ctx, const char *s, const char *d, gboolean toplevel,</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3016'>s</a> 3016 src/filemanager/file.c src_vpath = vfs_path_from_str (s);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3028'>s</a> 3028 src/filemanager/file.c return_status = file_error (ctx, TRUE, _ ("Cannot stat source directory\n%s"), s);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3049'>s</a> 3049 src/filemanager/file.c file_error (ctx, TRUE, _ ("Cannot get ext2 attributes of source directory\n%s"), s);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3098'>s</a> 3098 src/filemanager/file.c return_status = file_error (ctx, TRUE, _ ("Source \"%s\" is not a directory\n%s"), s);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3110'>s</a> 3110 src/filemanager/file.c message (D_ERROR, MSG_ERROR, _ ("Cannot copy cyclic symbolic link\n\"%s\""), s);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3163'>s</a> 3163 src/filemanager/file.c dst_vpath = vfs_path_append_new (dst_vpath, x_basename (s), (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3230'>s</a> 3230 src/filemanager/file.c path = mc_build_filename (s, next-&gt;d_name, (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3316'>s</a> 3316 src/filemanager/file.c move_dir_dir (file_op_context_t *ctx, const char *s, const char *d)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3318'>s</a> 3318 src/filemanager/file.c return do_move_dir_dir (NULL, ctx, s, d);</span>
<span class='curline'><a href='../S/src--filemanager--file.h.html#L46'>s</a> 46 src/filemanager/file.h FileProgressStatus move_dir_dir (file_op_context_t *ctx, const char *s, const char *d);</span>
<span class='curline'><a href='../S/src--filemanager--file.h.html#L47'>s</a> 47 src/filemanager/file.h FileProgressStatus copy_dir_dir (file_op_context_t *ctx, const char *s, const char *d,</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L164'>s</a> 164 src/filemanager/filegui.c #define truncFileStringSecure(dlg, s) path_trunc (s, WIDGET (dlg)-&gt;rect.cols - 10)</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1216'>s</a> 1216 src/filemanager/filegui.c const char *s;</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1223'>s</a> 1223 src/filemanager/filegui.c s = vfs_path_as_str (vpath);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1224'>s</a> 1224 src/filemanager/filegui.c label_set_text (ui-&gt;src_file, truncFileStringSecure (ui-&gt;op_dlg, s));</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L969'>s</a> 969 src/filemanager/filemanager.c char *s;</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L972'>s</a> 972 src/filemanager/filemanager.c s = show_file_history (WIDGET (filemanager), &amp;act);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L973'>s</a> 973 src/filemanager/filemanager.c if (s != NULL)</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L980'>s</a> 980 src/filemanager/filemanager.c s_vpath = vfs_path_from_str (s);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L985'>s</a> 985 src/filemanager/filemanager.c s_vpath = vfs_path_from_str (s);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L993'>s</a> 993 src/filemanager/filemanager.c d = g_path_get_dirname (s);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L996'>s</a> 996 src/filemanager/filemanager.c panel_set_current_by_name (current_panel, s);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1001'>s</a> 1001 src/filemanager/filemanager.c g_free (s);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1418'>s</a> 1418 src/filemanager/filemanager.c const char *s;</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1420'>s</a> 1420 src/filemanager/filemanager.c for (s = input_get_ctext (cmdline); *s != '\0' &amp;&amp; whitespace (*s); s++)</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1423'>s</a> 1423 src/filemanager/filemanager.c if (*s != '\0')</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L761'>s</a> 761 src/filemanager/find.c char *s;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L788'>s</a> 788 src/filemanager/find.c s = tilde_expand (*start_dir);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L789'>s</a> 789 src/filemanager/find.c canonicalize_pathname (s);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L791'>s</a> 791 src/filemanager/find.c if (DIR_IS_DOT (s))</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L797'>s</a> 797 src/filemanager/find.c g_free (s);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L799'>s</a> 799 src/filemanager/find.c else if (g_path_is_absolute (s))</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L801'>s</a> 801 src/filemanager/find.c *start_dir = s;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L807'>s</a> 807 src/filemanager/find.c *start_dir = mc_build_filename (vfs_path_as_str (panel-&gt;cwd_vpath), s, (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L809'>s</a> 809 src/filemanager/find.c g_free (s);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L956'>s</a> 956 src/filemanager/find.c struct stat s;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L966'>s</a> 966 src/filemanager/find.c if (mc_stat (vpath, &amp;s) == 0 &amp;&amp; S_ISREG (s.st_mode))</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L977'>s</a> 977 src/filemanager/find.c if (s.st_size &gt;= MIN_REFRESH_FILE_SIZE || (tv - last_refresh) &gt; MAX_REFRESH_INTERVAL)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1521'>s</a> 1521 src/filemanager/hotlist.c char *s;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1537'>s</a> 1537 src/filemanager/hotlist.c for (s = current-&gt;label; *s != '\0'; s++)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1539'>s</a> 1539 src/filemanager/hotlist.c if (*s == '"' || *s == '\\')</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1541'>s</a> 1541 src/filemanager/hotlist.c putc (*s, hotlist_file);</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1553'>s</a> 1553 src/filemanager/hotlist.c for (s = current-&gt;label; *s != '\0'; s++)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1555'>s</a> 1555 src/filemanager/hotlist.c if (*s == '"' || *s == '\\')</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1557'>s</a> 1557 src/filemanager/hotlist.c putc (*s, hotlist_file);</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1560'>s</a> 1560 src/filemanager/hotlist.c for (s = current-&gt;directory; *s != '\0'; s++)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1562'>s</a> 1562 src/filemanager/hotlist.c if (*s == '"' || *s == '\\')</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1564'>s</a> 1564 src/filemanager/hotlist.c putc (*s, hotlist_file);</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L173'>s</a> 173 src/filemanager/listmode.c char *s = select_new_item ();</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L174'>s</a> 174 src/filemanager/listmode.c if (s)</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L176'>s</a> 176 src/filemanager/listmode.c listbox_add_item (l_listmode, LISTBOX_APPEND_AT_END, 0, s, NULL, FALSE);</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L177'>s</a> 177 src/filemanager/listmode.c g_free (s);</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L197'>s</a> 197 src/filemanager/listmode.c char *s;</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L263'>s</a> 263 src/filemanager/listmode.c s = strtok (oldlistformat, ",");</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L265'>s</a> 265 src/filemanager/listmode.c while (s)</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L267'>s</a> 267 src/filemanager/listmode.c listbox_add_item (l_listmode, LISTBOX_APPEND_AT_END, 0, s, NULL, FALSE);</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L268'>s</a> 268 src/filemanager/listmode.c s = strtok (NULL, ",");</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L336'>s</a> 336 src/filemanager/listmode.c char *s;</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L339'>s</a> 339 src/filemanager/listmode.c s = g_strdup (oldlistformat);</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L340'>s</a> 340 src/filemanager/listmode.c listmode_dlg = init_listmode (s);</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L341'>s</a> 341 src/filemanager/listmode.c g_free (s);</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L257'>s</a> 257 src/filemanager/treestore.c char *s;</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L259'>s</a> 259 src/filemanager/treestore.c s = strtok (lc_name, " ");</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L260'>s</a> 260 src/filemanager/treestore.c if (s != NULL)</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L265'>s</a> 265 src/filemanager/treestore.c common = atoi (s);</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L816'>s</a> 816 src/filemanager/treestore.c struct stat s;</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L818'>s</a> 818 src/filemanager/treestore.c if (mc_stat (vpath, &amp;s) == -1 || !S_ISDIR (s.st_mode))</span>
<span class='curline'><a href='../S/src--keymap.c.html#L925'>s</a> 925 src/keymap.c #define LOAD_KEYMAP(s, km) \</span>
<span class='curline'><a href='../S/src--keymap.c.html#L927'>s</a> 927 src/keymap.c load_keymap_from_section (KEYMAP_SECTION_##s, km##_keymap, mc_global_keymap)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1363'>s</a> 1363 src/subshell/common.c create_cd_command (const char *s)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1457'>s</a> 1457 src/subshell/common.c if (s[0] == '-')</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1469'>s</a> 1469 src/subshell/common.c for (const char *su = s; su[0] != '\0'; su = n)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1870'>s</a> 1870 src/subshell/common.c const char *s = input_get_ctext (cmdline);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1875'>s</a> 1875 src/subshell/common.c if ((unsigned char) s[i] &lt; 32 || (unsigned char) s[i] == 127)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1879'>s</a> 1879 src/subshell/common.c write_all (mc_global.tty.subshell_pty, s, cmdline-&gt;buffer-&gt;len);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1882'>s</a> 1882 src/subshell/common.c const int pos = (int) (str_length (s) - cmdline-&gt;point);</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L88'>s</a> 88 src/usermenu.c char *s;</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L94'>s</a> 94 src/usermenu.c for (s = ss; *s != '\0'; s++)</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L96'>s</a> 96 src/usermenu.c if (*s == '.')</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L97'>s</a> 97 src/usermenu.c e = s;</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L98'>s</a> 98 src/usermenu.c if (IS_PATH_SEP (*s) &amp;&amp; e != NULL)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L251'>s</a> 251 src/vfs/cpio/cpio.c char *s;</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L255'>s</a> 255 src/vfs/cpio/cpio.c s = g_strconcat (super-&gt;name, decompress_extension (type), (char *) NULL);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L256'>s</a> 256 src/vfs/cpio/cpio.c tmp_vpath = vfs_path_from_str_flags (s, VPF_NO_CANON);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L261'>s</a> 261 src/vfs/cpio/cpio.c message (D_ERROR, MSG_ERROR, _ ("Cannot open cpio archive\n%s"), s);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L262'>s</a> 262 src/vfs/cpio/cpio.c g_free (s);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L266'>s</a> 266 src/vfs/cpio/cpio.c g_free (s);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L381'>s</a> 381 src/vfs/extfs/extfs.c extfs_skip_leading_dotslash (char *s)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L392'>s</a> 392 src/vfs/extfs/extfs.c if (s[0] == '.' &amp;&amp; s[1] == PATH_SEP)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L393'>s</a> 393 src/vfs/extfs/extfs.c s += 2;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L395'>s</a> 395 src/vfs/extfs/extfs.c return s;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1587'>s</a> 1587 src/vfs/extfs/extfs.c struct stat s;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1591'>s</a> 1591 src/vfs/extfs/extfs.c if ((stat (fullname, &amp;s) == 0) &amp;&amp; S_ISREG (s.st_mode) &amp;&amp; !S_ISDIR (s.st_mode)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1592'>s</a> 1592 src/vfs/extfs/extfs.c &amp;&amp; is_exe (s.st_mode))</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L265'>s</a> 265 src/vfs/ftpfs/ftpfs.c ftpfs_set_blksize (struct stat *s)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L269'>s</a> 269 src/vfs/ftpfs/ftpfs.c s-&gt;st_blksize = 64 * 1024; // FIXME</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L278'>s</a> 278 src/vfs/ftpfs/ftpfs.c struct stat *s;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L280'>s</a> 280 src/vfs/ftpfs/ftpfs.c s = vfs_s_default_stat (me, S_IFDIR | 0755);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L281'>s</a> 281 src/vfs/ftpfs/ftpfs.c ftpfs_set_blksize (s);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L282'>s</a> 282 src/vfs/ftpfs/ftpfs.c vfs_adjust_stat (s);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L284'>s</a> 284 src/vfs/ftpfs/ftpfs.c return s;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L746'>s</a> 746 src/vfs/ftpfs/ftpfs.c char s[BUF_LARGE]; // provide for BUF_LARGE characters</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L748'>s</a> 748 src/vfs/ftpfs/ftpfs.c while (fgets (s, sizeof (s), npf) != NULL)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L752'>s</a> 752 src/vfs/ftpfs/ftpfs.c p = strchr (s, '\n');</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L760'>s</a> 760 src/vfs/ftpfs/ftpfs.c else if (p != s)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L763'>s</a> 763 src/vfs/ftpfs/ftpfs.c no_proxy = g_slist_prepend (no_proxy, g_strdup (s));</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1447'>s</a> 1447 src/vfs/ftpfs/ftpfs.c int s, j, data;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1453'>s</a> 1453 src/vfs/ftpfs/ftpfs.c s = ftpfs_initconn (me, super);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1454'>s</a> 1454 src/vfs/ftpfs/ftpfs.c if (s == -1)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1459'>s</a> 1459 src/vfs/ftpfs/ftpfs.c close (s);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1468'>s</a> 1468 src/vfs/ftpfs/ftpfs.c close (s);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1488'>s</a> 1488 src/vfs/ftpfs/ftpfs.c close (s);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1493'>s</a> 1493 src/vfs/ftpfs/ftpfs.c data = s;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1500'>s</a> 1500 src/vfs/ftpfs/ftpfs.c data = accept (s, (struct sockaddr *) &amp;from, &amp;fromlen);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1504'>s</a> 1504 src/vfs/ftpfs/ftpfs.c close (s);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1596'>s</a> 1596 src/vfs/ftpfs/ftpfs.c if (S_ISLNK (fel-&gt;s.st_mode) &amp;&amp; fel-&gt;linkname != NULL)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1622'>s</a> 1622 src/vfs/ftpfs/ftpfs.c if (S_ISLNK (fe-&gt;s.st_mode) &amp;&amp; fe-&gt;l_stat == 0)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1646'>s</a> 1646 src/vfs/ftpfs/ftpfs.c if (S_ISLNK (fe-&gt;s.st_mode))</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1649'>s</a> 1649 src/vfs/ftpfs/ftpfs.c *fel-&gt;l_stat = fe-&gt;s;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1671'>s</a> 1671 src/vfs/ftpfs/ftpfs.c struct stat s;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1716'>s</a> 1716 src/vfs/ftpfs/ftpfs.c while (!S_ISLNK (fe-&gt;s.st_mode));</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1731'>s</a> 1731 src/vfs/ftpfs/ftpfs.c if (vfs_parse_ls_lga (buffer, &amp;s, &amp;filename, NULL))</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1739'>s</a> 1739 src/vfs/ftpfs/ftpfs.c if (S_ISLNK (s.st_mode))</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1750'>s</a> 1750 src/vfs/ftpfs/ftpfs.c *fe-&gt;l_stat = s;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1933'>s</a> 1933 src/vfs/ftpfs/ftpfs.c struct stat s;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1940'>s</a> 1940 src/vfs/ftpfs/ftpfs.c if (fstat (h, &amp;s) == -1)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2002'>s</a> 2002 src/vfs/ftpfs/ftpfs.c (uintmax_t) n_stored, (uintmax_t) s.st_size);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L85'>s</a> 85 src/vfs/ftpfs/ftpfs_parse_ls.c typedef gboolean (*ftpfs_line_parser) (char *line, struct stat *s, char **filename, char **linkname,</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L90'>s</a> 90 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_UNIX (char *line, struct stat *s, char **filename,</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L92'>s</a> 92 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_NT (char *line, struct stat *s, char **filename,</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L94'>s</a> 94 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_EPLF (char *line, struct stat *s, char **filename,</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L96'>s</a> 96 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_MLSD (char *line, struct stat *s, char **filename,</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L98'>s</a> 98 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_AS400 (char *line, struct stat *s, char **filename,</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L100'>s</a> 100 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_OS2 (char *line, struct stat *s, char **filename,</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L102'>s</a> 102 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_MacWebStar (char *line, struct stat *s, char **filename,</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L121'>s</a> 121 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_get_uid (const char *s)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L125'>s</a> 125 src/vfs/ftpfs/ftpfs_parse_ls.c if (*s &lt; '0' || *s &gt; '9')</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L126'>s</a> 126 src/vfs/ftpfs/ftpfs_parse_ls.c u = vfs_finduid (s);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L128'>s</a> 128 src/vfs/ftpfs/ftpfs_parse_ls.c u = (uid_t) atol (s);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L136'>s</a> 136 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_get_gid (const char *s)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L140'>s</a> 140 src/vfs/ftpfs/ftpfs_parse_ls.c if (*s &lt; '0' || *s &gt; '9')</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L141'>s</a> 141 src/vfs/ftpfs/ftpfs_parse_ls.c g = vfs_findgid (s);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L143'>s</a> 143 src/vfs/ftpfs/ftpfs_parse_ls.c g = (gid_t) atol (s);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L230'>s</a> 230 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_convert_date (const char *s)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L239'>s</a> 239 src/vfs/ftpfs/ftpfs_parse_ls.c n = sscanf (s, "%4d%n", &amp;year, &amp;skip);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L245'>s</a> 245 src/vfs/ftpfs/ftpfs_parse_ls.c n = sscanf (s, "%5d%n", &amp;year, &amp;skip);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L252'>s</a> 252 src/vfs/ftpfs/ftpfs_parse_ls.c n = sscanf (s + skip, "%2d%2d%2d%2d%2d", &amp;month, &amp;day, &amp;hour, &amp;minute, &amp;second);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L279'>s</a> 279 src/vfs/ftpfs/ftpfs_parse_ls.c parse_ls_line (char *line, struct stat *s, char **filename, char **linkname)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L301'>s</a> 301 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mode = mode;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L307'>s</a> 307 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_nlink = atol (t);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L314'>s</a> 314 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_uid = ftpfs_get_uid (t);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L329'>s</a> 329 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_gid = ftpfs_get_gid (group_or_size);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L332'>s</a> 332 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_size = (off_t) size;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L344'>s</a> 344 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_size = (off_t) size;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L348'>s</a> 348 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_blksize = 512;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L351'>s</a> 351 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_blocks = (s-&gt;st_size + 511) / 512;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L386'>s</a> 386 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mtime = mktime (&amp;date);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L388'>s</a> 388 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_atime = s-&gt;st_ctime = s-&gt;st_mtime;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L398'>s</a> 398 src/vfs/ftpfs/ftpfs_parse_ls.c if (!S_ISLNK (s-&gt;st_mode))</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L421'>s</a> 421 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_UNIX (char *line, struct stat *s, char **filename, char **linkname, int *err)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L432'>s</a> 432 src/vfs/ftpfs/ftpfs_parse_ls.c ret = parse_ls_line (line, s, filename, linkname);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L452'>s</a> 452 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_NT (char *line, struct stat *s, char **filename, char **linkname, int *err)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L496'>s</a> 496 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mtime = mktime (&amp;tms);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L498'>s</a> 498 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_atime = s-&gt;st_ctime = s-&gt;st_mtime;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L501'>s</a> 501 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mode = S_IFDIR;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L504'>s</a> 504 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mode = S_IFREG;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L507'>s</a> 507 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_size = (off_t) size;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L543'>s</a> 543 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_EPLF (char *line, struct stat *s, char **filename, char **linkname, int *err)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L627'>s</a> 627 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_size = size;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L630'>s</a> 630 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mtime = date;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L632'>s</a> 632 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_atime = s-&gt;st_ctime = s-&gt;st_mtime;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L635'>s</a> 635 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mode = dir ? S_IFDIR : S_IFREG;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L637'>s</a> 637 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mode |= perms; // FIXME</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L655'>s</a> 655 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_MLSD (char *line, struct stat *s, char **filename, char **linkname, int *err)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L778'>s</a> 778 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_size = size;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L781'>s</a> 781 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mtime = date;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L783'>s</a> 783 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_atime = s-&gt;st_ctime = s-&gt;st_mtime;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L788'>s</a> 788 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mode = S_IFDIR;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L791'>s</a> 791 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mode = S_IFLNK;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L794'>s</a> 794 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mode = S_IFREG;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L800'>s</a> 800 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mode |= perms; // FIXME</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L802'>s</a> 802 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_uid = ftpfs_get_uid (owner);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L804'>s</a> 804 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_gid = ftpfs_get_gid (group);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L820'>s</a> 820 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_AS400 (char *line, struct stat *s, char **filename, char **linkname, int *err)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L900'>s</a> 900 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mode = type; // FIXME</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L906'>s</a> 906 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mode = type;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L907'>s</a> 907 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_size = (off_t) size;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L908'>s</a> 908 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mtime = mtime;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L910'>s</a> 910 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_atime = s-&gt;st_ctime = s-&gt;st_mtime;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L911'>s</a> 911 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_uid = ftpfs_get_uid (user);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L924'>s</a> 924 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_OS2 (char *line, struct stat *s, char **filename, char **linkname, int *err)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L937'>s</a> 937 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_size = (off_t) size;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L942'>s</a> 942 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mode = S_IFREG;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L945'>s</a> 945 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mode = S_IFDIR;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L972'>s</a> 972 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mtime = mktime (&amp;tms);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L974'>s</a> 974 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_atime = s-&gt;st_ctime = s-&gt;st_mtime;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L992'>s</a> 992 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_MacWebStar (char *line, struct stat *s, char **filename, char **linkname,</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1008'>s</a> 1008 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mode = type;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1035'>s</a> 1035 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_size = (off_t) size;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1075'>s</a> 1075 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_mtime = mktime (&amp;date);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1077'>s</a> 1077 src/vfs/ftpfs/ftpfs_parse_ls.c s-&gt;st_atime = s-&gt;st_ctime = s-&gt;st_mtime;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1084'>s</a> 1084 src/vfs/ftpfs/ftpfs_parse_ls.c if (!S_ISLNK (s-&gt;st_mode))</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L167'>s</a> 167 src/vfs/sfs/sfs.c vfs_path_t *s;</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L169'>s</a> 169 src/vfs/sfs/sfs.c s = mc_getlocalcopy (pname);</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L170'>s</a> 170 src/vfs/sfs/sfs.c if (s == NULL)</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L176'>s</a> 176 src/vfs/sfs/sfs.c pqname = name_quote (vfs_path_get_last_path_str (s), FALSE);</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L177'>s</a> 177 src/vfs/sfs/sfs.c vfs_path_free (s, TRUE);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L63'>s</a> 63 src/vfs/sftpfs/internal.c sftpfs_blksize (struct stat *s)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L66'>s</a> 66 src/vfs/sftpfs/internal.c s-&gt;st_blksize = LIBSSH2_CHANNEL_WINDOW_DEFAULT; // FIXME</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L68'>s</a> 68 src/vfs/sftpfs/internal.c vfs_adjust_stat (s);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L249'>s</a> 249 src/vfs/sftpfs/internal.c sftpfs_attr_to_stat (const LIBSSH2_SFTP_ATTRIBUTES *attrs, struct stat *s)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L253'>s</a> 253 src/vfs/sftpfs/internal.c s-&gt;st_uid = attrs-&gt;uid;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L254'>s</a> 254 src/vfs/sftpfs/internal.c s-&gt;st_gid = attrs-&gt;gid;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L259'>s</a> 259 src/vfs/sftpfs/internal.c vfs_zero_stat_times (s);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L260'>s</a> 260 src/vfs/sftpfs/internal.c s-&gt;st_atime = attrs-&gt;atime;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L261'>s</a> 261 src/vfs/sftpfs/internal.c s-&gt;st_mtime = attrs-&gt;mtime;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L262'>s</a> 262 src/vfs/sftpfs/internal.c s-&gt;st_ctime = attrs-&gt;mtime;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L267'>s</a> 267 src/vfs/sftpfs/internal.c s-&gt;st_size = attrs-&gt;filesize;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L268'>s</a> 268 src/vfs/sftpfs/internal.c sftpfs_blksize (s);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L272'>s</a> 272 src/vfs/sftpfs/internal.c s-&gt;st_mode = attrs-&gt;permissions;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L81'>s</a> 81 src/vfs/sftpfs/internal.h void sftpfs_attr_to_stat (const LIBSSH2_SFTP_ATTRIBUTES *attrs, struct stat *s);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L172'>s</a> 172 src/vfs/shell/shell.c shell_set_blksize (struct stat *s)</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L176'>s</a> 176 src/vfs/shell/shell.c s-&gt;st_blksize = 64 * 1024; // FIXME</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L185'>s</a> 185 src/vfs/shell/shell.c struct stat *s;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L187'>s</a> 187 src/vfs/shell/shell.c s = vfs_s_default_stat (me, S_IFDIR | 0755);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L188'>s</a> 188 src/vfs/shell/shell.c shell_set_blksize (s);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L189'>s</a> 189 src/vfs/shell/shell.c vfs_adjust_stat (s);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L191'>s</a> 191 src/vfs/shell/shell.c return s;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L227'>s</a> 227 src/vfs/shell/shell.c shell_decode_reply (char *s, gboolean was_garbage)</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L231'>s</a> 231 src/vfs/shell/shell.c if (sscanf (s, "%d", &amp;code) == 0)</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L972'>s</a> 972 src/vfs/shell/shell.c struct stat s;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L979'>s</a> 979 src/vfs/shell/shell.c if (fstat (h, &amp;s) &lt; 0)</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1020'>s</a> 1020 src/vfs/shell/shell.c "SHELL_FILENAME=%s SHELL_FILESIZE=%" PRIuMAX ";\n", quoted_name, (uintmax_t) s.st_size);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1057'>s</a> 1057 src/vfs/shell/shell.c (uintmax_t) total, (uintmax_t) s.st_size);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-internal.c.html#L497'>s</a> 497 src/vfs/tar/tar-internal.c off_from_header (const char *p, size_t s)</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-internal.c.html#L501'>s</a> 501 src/vfs/tar/tar-internal.c return tar_from_header (p, s, "off_t", 0, TYPE_MAXIMUM (off_t), FALSE);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-internal.h.html#L306'>s</a> 306 src/vfs/tar/tar-internal.h off_t off_from_header (const char *p, size_t s);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L363'>s</a> 363 src/vfs/tar/tar-sparse.c oldgnu_add_sparse (struct tar_sparse_file *file, struct sparse *s)</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L368'>s</a> 368 src/vfs/tar/tar-sparse.c if (s-&gt;numbytes[0] == '\0')</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L371'>s</a> 371 src/vfs/tar/tar-sparse.c sp.offset = OFF_FROM_HEADER (s-&gt;offset);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L372'>s</a> 372 src/vfs/tar/tar-sparse.c sp.numbytes = OFF_FROM_HEADER (s-&gt;numbytes);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-xheader.c.html#L255'>s</a> 255 src/vfs/tar/tar-xheader.c time_t s;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-xheader.c.html#L259'>s</a> 259 src/vfs/tar/tar-xheader.c s = stoint (arg, arg_lim, &amp;overflow, TYPE_MINIMUM (time_t), TYPE_MAXIMUM (time_t));</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-xheader.c.html#L296'>s</a> 296 src/vfs/tar/tar-xheader.c ns = ckd_sub (&amp;s, s, 1) ? -1 : BILLION - ns;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-xheader.c.html#L304'>s</a> 304 src/vfs/tar/tar-xheader.c r.tv_sec = s;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-xheader.c.html#L753'>s</a> 753 src/vfs/tar/tar-xheader.c struct sp_array *s;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-xheader.c.html#L760'>s</a> 760 src/vfs/tar/tar-xheader.c s = &amp;g_array_index (st-&gt;sparse_map, struct sp_array, st-&gt;sparse_map-&gt;len - 1);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-xheader.c.html#L761'>s</a> 761 src/vfs/tar/tar-xheader.c s-&gt;offset = u;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-xheader.c.html#L772'>s</a> 772 src/vfs/tar/tar-xheader.c struct sp_array s;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-xheader.c.html#L779'>s</a> 779 src/vfs/tar/tar-xheader.c s.offset = 0;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-xheader.c.html#L780'>s</a> 780 src/vfs/tar/tar-xheader.c s.numbytes = u;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-xheader.c.html#L781'>s</a> 781 src/vfs/tar/tar-xheader.c g_array_append_val (st-&gt;sparse_map, s);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L174'>s</a> 174 src/vfs/tar/tar.c gid_from_header (const char *p, size_t s)</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L176'>s</a> 176 src/vfs/tar/tar.c return tar_from_header (p, s, "gid_t", TYPE_MINIMUM (gid_t), TYPE_MAXIMUM (gid_t), FALSE);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L182'>s</a> 182 src/vfs/tar/tar.c major_from_header (const char *p, size_t s)</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L184'>s</a> 184 src/vfs/tar/tar.c return tar_from_header (p, s, "major_t", TYPE_MINIMUM (major_t), TYPE_MAXIMUM (major_t), FALSE);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L190'>s</a> 190 src/vfs/tar/tar.c minor_from_header (const char *p, size_t s)</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L192'>s</a> 192 src/vfs/tar/tar.c return tar_from_header (p, s, "minor_t", TYPE_MINIMUM (minor_t), TYPE_MAXIMUM (minor_t), FALSE);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L203'>s</a> 203 src/vfs/tar/tar.c mode_from_header (const char *p, size_t s, gboolean *hbits)</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L209'>s</a> 209 src/vfs/tar/tar.c u = tar_from_header (p, s, "mode_t", INTMAX_MIN, UINTMAX_MAX, FALSE);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L226'>s</a> 226 src/vfs/tar/tar.c time_from_header (const char *p, size_t s)</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L228'>s</a> 228 src/vfs/tar/tar.c return tar_from_header (p, s, "time_t", TYPE_MINIMUM (time_t), TYPE_MAXIMUM (time_t), FALSE);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L234'>s</a> 234 src/vfs/tar/tar.c uid_from_header (const char *p, size_t s)</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L236'>s</a> 236 src/vfs/tar/tar.c return tar_from_header (p, s, "uid_t", TYPE_MINIMUM (uid_t), TYPE_MAXIMUM (uid_t), FALSE);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L909'>s</a> 909 src/vfs/tar/tar.c char *s;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L913'>s</a> 913 src/vfs/tar/tar.c s = g_strconcat (archive-&gt;name, decompress_extension (type), (char *) NULL);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L914'>s</a> 914 src/vfs/tar/tar.c tmp_vpath = vfs_path_from_str_flags (s, VPF_NO_CANON);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L918'>s</a> 918 src/vfs/tar/tar.c message (D_ERROR, MSG_ERROR, _ ("Cannot open tar archive\n%s"), s);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L919'>s</a> 919 src/vfs/tar/tar.c g_free (s);</span>
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L106'>s</a> 106 src/viewer/actions_cmd.c char *s;</span>
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L108'>s</a> 108 src/viewer/actions_cmd.c s = mc_config_history_get_recent_item (MC_HISTORY_SHARED_SEARCH);</span>
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L109'>s</a> 109 src/viewer/actions_cmd.c if (s != NULL)</span>
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L111'>s</a> 111 src/viewer/actions_cmd.c view-&gt;last_search_string = s;</span>
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L261'>s</a> 261 src/viewer/ascii.c mcview_char_display (const WView *view, int c, char *s)</span>
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L269'>s</a> 269 src/viewer/ascii.c return g_unichar_to_utf8 (c, s);</span>
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L275'>s</a> 275 src/viewer/ascii.c s[0] = s[1] = '.';</span>
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L292'>s</a> 292 src/viewer/ascii.c *s = c;</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L426'>s</a> 426 src/viewer/datasource.c mcview_set_datasource_string (WView *view, const char *s)</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L429'>s</a> 429 src/viewer/datasource.c view-&gt;ds_string_len = strlen (s);</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L430'>s</a> 430 src/viewer/datasource.c view-&gt;ds_string_data = (byte *) g_strndup (s, view-&gt;ds_string_len);</span>
<span class='curline'><a href='../S/src--viewer--internal.h.html#L254'>s</a> 254 src/viewer/internal.h void mcview_set_datasource_string (WView *view, const char *s);</span>
<span class='curline'><a href='../S/tests--lib--search--glob_prepare_replace_str.c.html#L69'>s</a> 69 tests/lib/search/glob_prepare_replace_str.c mc_search_t *s;</span>
<span class='curline'><a href='../S/tests--lib--search--glob_prepare_replace_str.c.html#L72'>s</a> 72 tests/lib/search/glob_prepare_replace_str.c s = mc_search_new (data-&gt;glob_str, NULL);</span>
<span class='curline'><a href='../S/tests--lib--search--glob_prepare_replace_str.c.html#L73'>s</a> 73 tests/lib/search/glob_prepare_replace_str.c s-&gt;is_case_sensitive = TRUE;</span>
<span class='curline'><a href='../S/tests--lib--search--glob_prepare_replace_str.c.html#L74'>s</a> 74 tests/lib/search/glob_prepare_replace_str.c s-&gt;search_type = MC_SEARCH_T_GLOB;</span>
<span class='curline'><a href='../S/tests--lib--search--glob_prepare_replace_str.c.html#L77'>s</a> 77 tests/lib/search/glob_prepare_replace_str.c mc_search_run (s, data-&gt;input_value, 0, strlen (data-&gt;input_value), NULL);</span>
<span class='curline'><a href='../S/tests--lib--search--glob_prepare_replace_str.c.html#L78'>s</a> 78 tests/lib/search/glob_prepare_replace_str.c dest_str = mc_search_prepare_replace_str2 (s, data-&gt;replace_str);</span>
<span class='curline'><a href='../S/tests--lib--search--glob_prepare_replace_str.c.html#L84'>s</a> 84 tests/lib/search/glob_prepare_replace_str.c mc_search_free (s);</span>
<span class='curline'><a href='../S/tests--lib--terminal.c.html#L54'>s</a> 54 tests/lib/terminal.c const char *s = &amp;"\x1b[=5uRest"[2];</span>
<span class='curline'><a href='../S/tests--lib--terminal.c.html#L55'>s</a> 55 tests/lib/terminal.c const char *end = s + strlen (s);</span>
<span class='curline'><a href='../S/tests--lib--terminal.c.html#L56'>s</a> 56 tests/lib/terminal.c const gboolean ok = parse_csi (NULL, &amp;s, end);</span>
<span class='curline'><a href='../S/tests--lib--terminal.c.html#L59'>s</a> 59 tests/lib/terminal.c ck_assert_str_eq (s, "Rest");</span>
<span class='curline'><a href='../S/tests--lib--terminal.c.html#L68'>s</a> 68 tests/lib/terminal.c char *s = g_strdup (ESC_STR "]0;~\a" ESC_STR "[30m" ESC_STR "(B" ESC_STR "[m"</span>
<span class='curline'><a href='../S/tests--lib--terminal.c.html#L76'>s</a> 76 tests/lib/terminal.c char *actual = strip_ctrl_codes (s);</span>
<span class='curline'><a href='../S/tests--lib--terminal.c.html#L80'>s</a> 80 tests/lib/terminal.c g_free (s);</span>
<span class='curline'><a href='../S/tests--lib--terminal.c.html#L93'>s</a> 93 tests/lib/terminal.c char *s = g_malloc (sizeof (s_orig));</span>
<span class='curline'><a href='../S/tests--lib--terminal.c.html#L94'>s</a> 94 tests/lib/terminal.c memcpy (s, s_orig, sizeof (s_orig));</span>
<span class='curline'><a href='../S/tests--lib--terminal.c.html#L96'>s</a> 96 tests/lib/terminal.c char *actual = strip_ctrl_codes (s);</span>
<span class='curline'><a href='../S/tests--lib--terminal.c.html#L99'>s</a> 99 tests/lib/terminal.c g_free (s);</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L87'>s</a> 87 tests/mctest.h Suite *s;</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L91'>s</a> 91 tests/mctest.h s = suite_create (TEST_SUITE_NAME);</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L92'>s</a> 92 tests/mctest.h suite_add_tcase (s, tc_core);</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L93'>s</a> 93 tests/mctest.h sr = srunner_create (s);</span>
<span class='curline'><a href='../S/tests--src--editor--edit_complete_word_cmd.c.html#L112'>s</a> 112 tests/src/editor/edit_complete_word_cmd.c GString *s = (GString *) i-&gt;data;</span>
<span class='curline'><a href='../S/tests--src--editor--edit_complete_word_cmd.c.html#L114'>s</a> 114 tests/src/editor/edit_complete_word_cmd.c g_queue_push_tail (edit_completion_dialog_show__compl, mc_g_string_dup (s));</span>
<span class='curline'><a href='../S/tests--src--file_history.c.html#L64'>s</a> 64 tests/src/file_history.c GString *s = g_string_new ("");</span>
<span class='curline'><a href='../S/tests--src--file_history.c.html#L65'>s</a> 65 tests/src/file_history.c file_history_write_entry (&amp;fhd, s);</span>
<span class='curline'><a href='../S/tests--src--file_history.c.html#L67'>s</a> 67 tests/src/file_history.c ck_assert_str_eq (s-&gt;str, "ba\\nz 1;0;5");</span>
<span class='curline'><a href='../S/tests--src--file_history.c.html#L69'>s</a> 69 tests/src/file_history.c g_string_free (s, TRUE);</span>
</pre>
</body>
</html>