s                  64 lib/event-types.h         char *s;
s                 214 lib/glibcompat.c mc_g_string_dup (const GString * s)
s                 218 lib/glibcompat.c     if (s != NULL)
s                 219 lib/glibcompat.c         ret = g_string_new_len (s->str, s->len);
s                  36 lib/glibcompat.h GString *mc_g_string_dup (const GString * s);
s                 145 lib/lock.c         const char *p, *s;
s                 155 lib/lock.c         for (i = 0, s = str; i < sizeof (who) && s < p; i++, s++)
s                 156 lib/lock.c             who[i] = *s;
s                 162 lib/lock.c         for (i = 0, p++, s = str + len; i < sizeof (pid) && p < s && *p != ':'; i++, p++)
s                 652 lib/search/regex.c         GString *s;
s                 654 lib/search/regex.c         s = mc_search__get_one_symbol (NULL, from + loop, len - loop, NULL);
s                 655 lib/search/regex.c         char_len = s->len;
s                 660 lib/search/regex.c             tmp_string = mc_search__toupper_case_str (NULL, s);
s                 666 lib/search/regex.c             tmp_string = mc_search__tolower_case_str (NULL, s);
s                 671 lib/search/regex.c             tmp_string = mc_search__toupper_case_str (NULL, s);
s                 676 lib/search/regex.c             tmp_string = mc_search__tolower_case_str (NULL, s);
s                 680 lib/search/regex.c         g_string_free (s, TRUE);
s                 610 lib/strutil.h  strtol_error_t xstrtoumax (const char *s, char **ptr, int base, uintmax_t * val,
s                 619 lib/strutil.h  str_replace (char *s, char from, char to)
s                 621 lib/strutil.h      for (; *s != '\0'; s++)
s                 623 lib/strutil.h          if (*s == from)
s                 624 lib/strutil.h              *s = to;
s                  51 lib/strutil/filevercmp.c file_prefixlen (const char *s, ssize_t * len)
s                  62 lib/strutil/filevercmp.c             done = s[i] == '\0';
s                  75 lib/strutil/filevercmp.c         while (i + 1 < n && s[i] == '.' && (g_ascii_isalpha (s[i + 1]) || s[i + 1] == '~'))
s                  76 lib/strutil/filevercmp.c             for (i += 2; i < n && (g_ascii_isalnum (s[i]) || s[i] == '~'); i++)
s                  91 lib/strutil/filevercmp.c order (const char *s, size_t pos, size_t len)
s                  98 lib/strutil/filevercmp.c     c = s[pos];
s                  79 lib/strutil/xstrtol.c xstrtoumax (const char *s, char **ptr, int base, uintmax_t * val, const char *valid_suffixes)
s                  91 lib/strutil/xstrtol.c         const char *q = s;
s                 102 lib/strutil/xstrtol.c     tmp = strtol (s, p, base);
s                 104 lib/strutil/xstrtol.c     if (*p == s)
s                  76 lib/tty/color-slang.c             char *s;
s                  81 lib/tty/color-slang.c             s = cts;
s                  89 lib/tty/color-slang.c             if ((i != 0) && (i == len) && (strncmp (s, terminal, i) == 0))
s                 567 lib/tty/key.c      const select_t *s = (const select_t *) a;
s                 570 lib/tty/key.c      return (FD_ISSET (s->fd, f) ? 0 : 1);
s                 578 lib/tty/key.c      const select_t *s = (const select_t *) a;
s                 581 lib/tty/key.c      return (s->fd == fd ? 0 : 1);
s                 593 lib/tty/key.c          GSList *s;
s                 595 lib/tty/key.c          for (s = select_list; s != NULL; s = g_slist_next (s))
s                 597 lib/tty/key.c              select_t *p = (select_t *) s->data;
s                 615 lib/tty/key.c          GSList *s;
s                 618 lib/tty/key.c          s = g_slist_find_custom (select_list, select_set, select_cmp_by_fd_set);
s                 619 lib/tty/key.c          if (s == NULL)
s                 622 lib/tty/key.c          p = (select_t *) s->data;
s                1495 lib/tty/key.c          GString *s;
s                1497 lib/tty/key.c          s = g_string_new ("");
s                1501 lib/tty/key.c              g_string_append (s, key_conv_tab_sorted[use_meta]->shortcut);
s                1502 lib/tty/key.c              g_string_append_c (s, '-');
s                1506 lib/tty/key.c              g_string_append (s, key_conv_tab_sorted[use_ctrl]->shortcut);
s                1507 lib/tty/key.c              g_string_append_c (s, '-');
s                1512 lib/tty/key.c                  g_string_append_c (s, (gchar) g_ascii_toupper ((gchar) k));
s                1515 lib/tty/key.c                  g_string_append (s, key_conv_tab_sorted[use_shift]->shortcut);
s                1516 lib/tty/key.c                  g_string_append_c (s, '-');
s                1517 lib/tty/key.c                  g_string_append (s, key_conv_tab_sorted[lc_index]->shortcut);
s                1523 lib/tty/key.c                  g_string_append_c (s, (gchar) g_ascii_tolower ((gchar) k));
s                1525 lib/tty/key.c                  g_string_append (s, key_conv_tab_sorted[lc_index]->shortcut);
s                1528 lib/tty/key.c              g_string_append (s, key_conv_tab_sorted[lc_index]->shortcut);
s                1530 lib/tty/key.c              g_string_append_c (s, (gchar) g_ascii_tolower ((gchar) key));
s                1532 lib/tty/key.c          *label = g_string_free (s, FALSE);
s                1569 lib/tty/key.c      GString *s;
s                1572 lib/tty/key.c      s = g_string_sized_new (8);
s                1578 lib/tty/key.c              g_string_append (s, key_conv_tab_sorted[idx]->name);
s                1579 lib/tty/key.c              g_string_append_c (s, '-');
s                1590 lib/tty/key.c                  g_string_append (s, key_conv_tab_sorted[idx]->name);
s                1591 lib/tty/key.c                  g_string_append_c (s, '-');
s                1600 lib/tty/key.c                      g_string_append_c (s, (gchar) g_ascii_toupper ((gchar) k));
s                1603 lib/tty/key.c                      g_string_append (s, key_conv_tab_sorted[idx]->name);
s                1604 lib/tty/key.c                      g_string_append_c (s, '-');
s                1605 lib/tty/key.c                      g_string_append (s, key_conv_tab_sorted[key_idx]->name);
s                1612 lib/tty/key.c                  g_string_append_c (s, (gchar) k);
s                1614 lib/tty/key.c                  g_string_append (s, key_conv_tab_sorted[key_idx]->name);
s                1617 lib/tty/key.c              g_string_append (s, key_conv_tab_sorted[key_idx]->name);
s                1619 lib/tty/key.c              g_string_append_c (s, (gchar) keycode);
s                1622 lib/tty/key.c      return g_string_free (s, s->len == 0);
s                 644 lib/tty/tty-ncurses.c             const char *s;
s                 647 lib/tty/tty-ncurses.c             s = str_term_form ((char *) str);
s                 650 lib/tty/tty-ncurses.c                 addstr (s);
s                 701 lib/tty/tty-ncurses.c tty_print_string (const char *s)
s                 706 lib/tty/tty-ncurses.c     s = str_term_form (s);
s                 707 lib/tty/tty-ncurses.c     len = str_term_width1 (s);
s                 728 lib/tty/tty-ncurses.c     addstr (str_term_substring (s, start, len));
s                 740 lib/tty/tty-slang.c tty_print_string (const char *s)
s                 742 lib/tty/tty-slang.c     SLsmg_write_string ((char *) str_term_form (s));
s                 119 lib/tty/tty.h  extern void tty_print_string (const char *s);
s                 121 lib/tty/tty.h  extern void tty_printf (const char *s, ...) G_GNUC_PRINTF (1, 2);
s                 255 lib/util.c     name_quote (const char *s, gboolean quote_percent)
s                 259 lib/util.c         if (s == NULL || *s == '\0')
s                 264 lib/util.c         if (*s == '-')
s                 267 lib/util.c         for (; *s != '\0'; s++)
s                 269 lib/util.c             switch (*s)
s                 308 lib/util.c             g_string_append_c (ret, *s);
s                 317 lib/util.c     fake_name_quote (const char *s, gboolean quote_percent)
s                 321 lib/util.c         return (s == NULL || *s == '\0' ? NULL : g_strdup (s));
s                 641 lib/util.c     extract_line (const char *s, const char *top)
s                 646 lib/util.c         while (*s != '\0' && *s != '\n' && (size_t) (t - tmp_line) < sizeof (tmp_line) - 1 && s < top)
s                 647 lib/util.c             *t++ = *s++;
s                 658 lib/util.c     x_basename (const char *s)
s                 662 lib/util.c         url_delim = g_strrstr (s, VFS_PATH_URL_DELIMITER);
s                 663 lib/util.c         path_sep = strrchr (s, PATH_SEP);
s                 666 lib/util.c             return s;
s                 670 lib/util.c             || url_delim - s + strlen (VFS_PATH_URL_DELIMITER) < strlen (s))
s                 673 lib/util.c             if (!IS_PATH_SEP (s[strlen (s) - 1]))
s                 676 lib/util.c             while (--path_sep > s && !IS_PATH_SEP (*path_sep))
s                 678 lib/util.c             return (path_sep != s) ? path_sep + 1 : s;
s                 681 lib/util.c         while (--url_delim > s && !IS_PATH_SEP (*url_delim))
s                 683 lib/util.c         while (--url_delim > s && !IS_PATH_SEP (*url_delim))
s                 686 lib/util.c         return url_delim == s ? s : url_delim + 1;
s                 707 lib/util.c     skip_separators (const char *s)
s                 709 lib/util.c         const char *su = s;
s                 721 lib/util.c     skip_numbers (const char *s)
s                 723 lib/util.c         const char *su = s;
s                 748 lib/util.c     strip_ctrl_codes (char *s)
s                 753 lib/util.c         if (s == NULL)
s                 756 lib/util.c         for (w = s, r = s; *r != '\0';)
s                 824 lib/util.c         return s;
s                1056 lib/util.c                 char *r, *s;
s                1062 lib/util.c                 s = strchr (q, PATH_SEP);
s                1063 lib/util.c                 if (s == NULL)
s                1067 lib/util.c                 if (len != (s - q) || strncmp (p, q, (size_t) len) != 0)
s                1071 lib/util.c                 q = s + 1;
s                1326 lib/util.c     Q_ (const char *s)
s                1330 lib/util.c         result = _(s);
s                 166 lib/util.h     const char *skip_separators (const char *s);
s                 167 lib/util.h     const char *skip_numbers (const char *s);
s                 168 lib/util.h     char *strip_ctrl_codes (char *s);
s                 173 lib/util.h     char *convert_controls (const char *s);
s                 196 lib/util.h     const char *extract_line (const char *s, const char *top);
s                 241 lib/util.h     const char *Q_ (const char *s);
s                 636 lib/utilunix.c     char *s;
s                 650 lib/utilunix.c     s = ps->buf + ps->pos;
s                 652 lib/utilunix.c     if (s[0] == '\0')
s                 656 lib/utilunix.c     for (i = 0; i < size && !(s[i] == '\0' || (s[i] == '\n' && !escape)); i++)
s                 657 lib/utilunix.c         escape = s[i] == '\\' ? !escape : FALSE;
s                 659 lib/utilunix.c     if (i != size && s[i] == '\n')
s                 664 lib/utilunix.c     return g_string_new_len (s, i);
s                 771 lib/utilunix.c     char *p, *s;
s                 793 lib/utilunix.c                 s = p + 1;
s                 794 lib/utilunix.c                 while (IS_PATH_SEP (*(++s)))
s                 796 lib/utilunix.c                 str_move (p + 1, s);
s                 871 lib/utilunix.c             s = p - 1;
s                 872 lib/utilunix.c             if (s >= lpath + url_delim_len - 2
s                 873 lib/utilunix.c                 && strncmp (s - url_delim_len + 2, VFS_PATH_URL_DELIMITER, url_delim_len) == 0)
s                 875 lib/utilunix.c                 s -= (url_delim_len - 2);
s                 876 lib/utilunix.c                 while (s >= lpath && !IS_PATH_SEP (*s--))
s                 880 lib/utilunix.c             while (s >= lpath)
s                 882 lib/utilunix.c                 if (s - url_delim_len > lpath
s                 883 lib/utilunix.c                     && strncmp (s - url_delim_len, VFS_PATH_URL_DELIMITER, url_delim_len) == 0)
s                 885 lib/utilunix.c                     char *vfs_prefix = s - url_delim_len;
s                 892 lib/utilunix.c                     *(s - url_delim_len) = '\0';
s                 895 lib/utilunix.c                     *(s - url_delim_len) = *VFS_PATH_URL_DELIMITER;
s                 899 lib/utilunix.c                         s = vfs_prefix;
s                 904 lib/utilunix.c                 if (IS_PATH_SEP (*s))
s                 907 lib/utilunix.c                 s--;
s                 910 lib/utilunix.c             s++;
s                 913 lib/utilunix.c             if (s[0] == '.' && s[1] == '.' && s + 2 == p)
s                 921 lib/utilunix.c                 if (s == lpath && IS_PATH_SEP (*s))
s                 924 lib/utilunix.c                     str_move (s + 1, p + 4);
s                 930 lib/utilunix.c                     if ((strncmp (s, VFS_ENCODING_PREFIX, enc_prefix_len) == 0)
s                 931 lib/utilunix.c                         && (is_supported_encoding (s + enc_prefix_len)))
s                 933 lib/utilunix.c                         str_move (s, p + 1);
s                 936 lib/utilunix.c                         str_move (s, p + 4);
s                 939 lib/utilunix.c                 p = s > lpath ? s - 1 : s;
s                 944 lib/utilunix.c             if (s == lpath)
s                 954 lib/utilunix.c                 if (s == lpath + 1)
s                 955 lib/utilunix.c                     s[0] = '\0';
s                 957 lib/utilunix.c                 else if ((strncmp (s, VFS_ENCODING_PREFIX, enc_prefix_len) == 0)
s                 958 lib/utilunix.c                          && (is_supported_encoding (s + enc_prefix_len)))
s                 961 lib/utilunix.c                     s[0] = '.';
s                 962 lib/utilunix.c                     s[1] = '.';
s                 963 lib/utilunix.c                     s[2] = '\0';
s                 967 lib/utilunix.c                     for (p = s - 1; p >= lpath && !IS_PATH_SEP (*p); p--)
s                 976 lib/utilunix.c                     if (s >= lpath + url_delim_len
s                 977 lib/utilunix.c                         && strncmp (s - url_delim_len, VFS_PATH_URL_DELIMITER, url_delim_len) == 0)
s                 978 lib/utilunix.c                         *s = '\0';
s                 980 lib/utilunix.c                         s[-1] = '\0';
s                 381 lib/vfs/direntry.c vfs_s_free_fh (struct vfs_s_subclass *s, vfs_file_handler_t * fh)
s                 383 lib/vfs/direntry.c     if (s->fh_free != NULL)
s                 384 lib/vfs/direntry.c         s->fh_free (fh);
s                 679 lib/vfs/direntry.c         char *s;
s                 681 lib/vfs/direntry.c         s = vfs_s_fullpath (me, file->ino);
s                 683 lib/vfs/direntry.c         if (s == NULL)
s                 687 lib/vfs/direntry.c             res = sub->file_store (me, fh, s, file->ino->localname);
s                 688 lib/vfs/direntry.c             g_free (s);
s                1052 lib/vfs/direntry.c vfs_adjust_stat (struct stat *s)
s                1055 lib/vfs/direntry.c     if (s->st_size == 0)
s                1056 lib/vfs/direntry.c         s->st_blocks = 0;
s                1064 lib/vfs/direntry.c         ioblocks = 1 + (s->st_size - 1) / s->st_blksize;
s                1066 lib/vfs/direntry.c         ioblock_size = 1 + (s->st_blksize - 1) / 512;
s                1068 lib/vfs/direntry.c         s->st_blocks = ioblocks * ioblock_size;
s                1071 lib/vfs/direntry.c         s->st_blocks = 1 + (s->st_size - 1) / 512;
s                1304 lib/vfs/direntry.c     struct vfs_s_subclass *s;
s                1319 lib/vfs/direntry.c     s = VFS_SUBCLASS (me);
s                1341 lib/vfs/direntry.c         if ((VFS_CLASS (s)->flags & VFSF_USETMP) != 0)
s                1367 lib/vfs/direntry.c     fh = s->fh_new != NULL ? s->fh_new (ino, was_changed) : vfs_s_new_fh (ino, was_changed);
s                1371 lib/vfs/direntry.c         if (s->linear_start != NULL)
s                1379 lib/vfs/direntry.c         if (s->fh_open != NULL && s->fh_open (me, fh, flags, mode) != 0)
s                1381 lib/vfs/direntry.c             vfs_s_free_fh (s, fh);
s                1386 lib/vfs/direntry.c     if ((VFS_CLASS (s)->flags & VFSF_USETMP) != 0 && fh->ino->localname != NULL)
s                1391 lib/vfs/direntry.c             vfs_s_free_fh (s, fh);
s                1442 lib/vfs/direntry.c     struct vfs_s_subclass *s = VFS_SUBCLASS (me);
s                1455 lib/vfs/direntry.c     fh = s->fh_new != NULL ? s->fh_new (ino, FALSE) : vfs_s_new_fh (ino, FALSE);
s                1457 lib/vfs/direntry.c     if (s->linear_start (me, fh, 0) == 0)
s                1464 lib/vfs/direntry.c     while ((n = s->linear_read (me, fh, buffer, sizeof (buffer))) != 0)
s                1485 lib/vfs/direntry.c     s->linear_close (me, fh);
s                1489 lib/vfs/direntry.c     vfs_s_free_fh (s, fh);
s                1493 lib/vfs/direntry.c     s->linear_close (me, fh);
s                1501 lib/vfs/direntry.c         vfs_s_free_fh (s, fh);
s                 208 lib/vfs/parse_ls_vga.c vfs_parse_filetype (const char *s, size_t * ret_skipped, mode_t * ret_type)
s                 212 lib/vfs/parse_ls_vga.c     switch (*s)
s                 275 lib/vfs/parse_ls_vga.c vfs_parse_fileperms (const char *s, size_t * ret_skipped, mode_t * ret_perms)
s                 277 lib/vfs/parse_ls_vga.c     const char *p = s;
s                 405 lib/vfs/parse_ls_vga.c         *ret_skipped = p - s;
s                 414 lib/vfs/parse_ls_vga.c vfs_parse_filemode (const char *s, size_t * ret_skipped, mode_t * ret_mode)
s                 416 lib/vfs/parse_ls_vga.c     const char *p = s;
s                 428 lib/vfs/parse_ls_vga.c     *ret_skipped = p - s;
s                 437 lib/vfs/parse_ls_vga.c vfs_parse_raw_filemode (const char *s, size_t * ret_skipped, mode_t * ret_mode)
s                 439 lib/vfs/parse_ls_vga.c     const char *p = s;
s                 489 lib/vfs/parse_ls_vga.c     *ret_skipped = p - s;
s                 682 lib/vfs/parse_ls_vga.c vfs_parse_ls_lga (const char *p, struct stat * s, char **filename, char **linkname,
s                 695 lib/vfs/parse_ls_vga.c     if (!vfs_parse_filetype (p, &skipped, &s->st_mode))
s                 707 lib/vfs/parse_ls_vga.c         if (S_ISDIR (s->st_mode))
s                 708 lib/vfs/parse_ls_vga.c             s->st_mode |= (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR | S_IXUSR | S_IXGRP | S_IXOTH);
s                 710 lib/vfs/parse_ls_vga.c             s->st_mode |= (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR);
s                 722 lib/vfs/parse_ls_vga.c         s->st_mode |= perms;
s                 728 lib/vfs/parse_ls_vga.c     s->st_nlink = atol (columns[0]);
s                 729 lib/vfs/parse_ls_vga.c     if (s->st_nlink <= 0)
s                 733 lib/vfs/parse_ls_vga.c         s->st_uid = vfs_finduid (columns[1]);
s                 735 lib/vfs/parse_ls_vga.c         s->st_uid = (uid_t) atol (columns[1]);
s                 743 lib/vfs/parse_ls_vga.c     if (idx == 6 || (idx == 5 && !S_ISCHR (s->st_mode) && !S_ISBLK (s->st_mode)))
s                 747 lib/vfs/parse_ls_vga.c     if (idx == 3 || (idx == 4 && (S_ISCHR (s->st_mode) || S_ISBLK (s->st_mode))))
s                 753 lib/vfs/parse_ls_vga.c             s->st_gid = (gid_t) atol (columns[2]);
s                 755 lib/vfs/parse_ls_vga.c             s->st_gid = vfs_findgid (columns[2]);
s                 760 lib/vfs/parse_ls_vga.c     if (S_ISCHR (s->st_mode) || S_ISBLK (s->st_mode))
s                 782 lib/vfs/parse_ls_vga.c         s->st_rdev = makedev (maj, min);
s                 784 lib/vfs/parse_ls_vga.c         s->st_size = 0;
s                 793 lib/vfs/parse_ls_vga.c         s->st_size = (off_t) g_ascii_strtoll (columns[idx2], NULL, 10);
s                 795 lib/vfs/parse_ls_vga.c         s->st_rdev = 0;
s                 799 lib/vfs/parse_ls_vga.c     idx = vfs_parse_filedate (idx, &s->st_mtime);
s                 804 lib/vfs/parse_ls_vga.c     s->st_atime = s->st_ctime = s->st_mtime;
s                 806 lib/vfs/parse_ls_vga.c     s->st_atim.tv_nsec = s->st_mtim.tv_nsec = s->st_ctim.tv_nsec = 0;
s                 811 lib/vfs/parse_ls_vga.c     s->st_blksize = 512;
s                 813 lib/vfs/parse_ls_vga.c     vfs_adjust_stat (s);
s                 829 lib/vfs/parse_ls_vga.c     if (((S_ISLNK (s->st_mode) || (num_cols == idx + 3 && s->st_nlink > 1)))    /* Maybe a hardlink? (in extfs) */
s                  51 lib/vfs/utilvfs.h gboolean vfs_parse_filetype (const char *s, size_t * ret_skipped, mode_t * ret_type);
s                  52 lib/vfs/utilvfs.h gboolean vfs_parse_fileperms (const char *s, size_t * ret_skipped, mode_t * ret_perms);
s                  53 lib/vfs/utilvfs.h gboolean vfs_parse_filemode (const char *s, size_t * ret_skipped, mode_t * ret_mode);
s                  54 lib/vfs/utilvfs.h gboolean vfs_parse_raw_filemode (const char *s, size_t * ret_skipped, mode_t * ret_mode);
s                  57 lib/vfs/utilvfs.h gboolean vfs_parse_ls_lga (const char *p, struct stat *s, char **filename, char **linkname,
s                 238 lib/vfs/vfs.h  void vfs_adjust_stat (struct stat *s);
s                 950 lib/widget/input_complete.c                     char *s;
s                 952 lib/widget/input_complete.c                     s = strchr (cdpath, ':');
s                 954 lib/widget/input_complete.c                     if (s == NULL)
s                 955 lib/widget/input_complete.c                         s = strchr (cdpath, '\0');
s                 956 lib/widget/input_complete.c                     c = *s;
s                 957 lib/widget/input_complete.c                     *s = '\0';
s                 967 lib/widget/input_complete.c                     *s = c;
s                 968 lib/widget/input_complete.c                     cdpath = str_get_next_char (s);
s                1414 lib/widget/input_complete.c     char *s;
s                1421 lib/widget/input_complete.c     s = in->buffer->str;
s                1428 lib/widget/input_complete.c             str_next_char (&s);
s                1431 lib/widget/input_complete.c     for (; s >= in->buffer->str; str_prev_char (&s))
s                1433 lib/widget/input_complete.c         start = s - in->buffer->str;
s                1434 lib/widget/input_complete.c         if (strchr (word_separators, *s) != NULL && !strutils_is_char_escaped (in->buffer->str, s))
s                1440 lib/widget/input_complete.c         str_next_char (&s);
s                1441 lib/widget/input_complete.c         start = s - in->buffer->str;
s                 270 lib/widget/wtools.c     return event_data.ret.s;
s                 375 src/args.c         gchar *s;
s                 380 src/args.c             s = g_strdup_printf ("%s\n", _("[+lineno] file1[:lineno] [file2[:lineno]...]"));
s                 383 src/args.c             s = g_strdup_printf ("%s\n", _("file"));
s                 387 src/args.c             s = g_strdup_printf ("%s\n", _("file1 file2"));
s                 392 src/args.c             s = g_strdup_printf ("%s\n", _("[this_dir] [other_panel_dir]"));
s                 395 src/args.c         mc_args__loc__usage_string = s;
s                 656 src/background.c     event_data->ret.s =
s                  15 src/diffviewer/internal.h #define error_dialog(h, s) query_dialog(h, s, D_ERROR, 1, _("&Dismiss"))
s                1004 src/diffviewer/ydiff.c lcsubstr (const char *s, int m, const char *t, int n, GArray * ret, int min)
s                1042 src/diffviewer/ydiff.c             if (s[i] == t[j])
s                1101 src/diffviewer/ydiff.c hdiff_multi (const char *s, const char *t, const BRACKET bracket, int min, GArray * hdiff,
s                1114 src/diffviewer/ydiff.c         len = lcsubstr (s + bracket[DIFF_LEFT].off, bracket[DIFF_LEFT].len,
s                1126 src/diffviewer/ydiff.c             if (!hdiff_multi (s, t, b, min, hdiff, depth))
s                1137 src/diffviewer/ydiff.c                 if (!hdiff_multi (s, t, b, min, hdiff, depth))
s                1145 src/diffviewer/ydiff.c             if (!hdiff_multi (s, t, b, min, hdiff, depth))
s                1179 src/diffviewer/ydiff.c hdiff_scan (const char *s, int m, const char *t, int n, int min, GArray * hdiff, unsigned int depth)
s                1185 src/diffviewer/ydiff.c     for (i = 0; i < m && i < n && s[i] == t[i]; i++)
s                1187 src/diffviewer/ydiff.c     for (; m > i && n > i && s[m - 1] == t[n - 1]; m--, n--)
s                1196 src/diffviewer/ydiff.c     return hdiff_multi (s, t, b, min, hdiff, depth);
s                2931 src/diffviewer/ydiff.c         const char *s = input;
s                2933 src/diffviewer/ydiff.c         if (scan_deci (&s, &newline) == 0 && *s == '\0')
s                  74 src/editor/edit-impl.h #define get_sys_error(s) (s)
s                  76 src/editor/edit-impl.h #define edit_error_dialog(h,s) query_dialog (h, s, D_ERROR, 1, _("&Dismiss"))
s                  77 src/editor/edit-impl.h #define edit_query_dialog(h,s) query_dialog (h, s, D_NORMAL, 1, _("&Dismiss"))
s                 247 src/editor/edit.c         const char *s;
s                 250 src/editor/edit.c         s = vfs_path_as_str (filename_vpath);
s                 253 src/editor/edit.c             if (g_str_has_suffix (s, all_filters[i].extension))
s                 687 src/editor/edit.c     off_t s, f;
s                 689 src/editor/edit.c     s = edit_buffer_get_bol (buf, offset);
s                 691 src/editor/edit.c     for (; s < f; s++)
s                 695 src/editor/edit.c         c = edit_buffer_get_byte (buf, s);
s                 957 src/editor/edit.c edit_left_word_move (WEdit * edit, int s)
s                 981 src/editor/edit.c         if (s != 0 && !isspace (c1) && isspace (c2))
s                 998 src/editor/edit.c edit_right_word_move (WEdit * edit, int s)
s                1022 src/editor/edit.c         if (s != 0 && !isspace (c1) && isspace (c2))
s                1717 src/editor/edit.c edit_print_string (WEdit * e, const char *s)
s                1721 src/editor/edit.c     for (i = 0; s[i] != '\0'; i++)
s                1722 src/editor/edit.c         edit_execute_cmd (e, CK_InsertChar, (unsigned char) s[i]);
s                4003 src/editor/edit.c             char s[BUF_MEDIUM];
s                4008 src/editor/edit.c             FMT_LOCALTIME_CURRENT (s, sizeof (s), time_format);
s                4009 src/editor/edit.c             edit_print_string (edit, s);
s                 703 src/editor/editbuffer.c     status_msg_t *s = STATUS_MSG (sm);
s                 747 src/editor/editbuffer.c         if (s != NULL && s->update != NULL)
s                 757 src/editor/editbuffer.c                 if (s->update (s) == B_CANCEL)
s                 781 src/editor/editbuffer.c         if (s != NULL && s->update != NULL)
s                 787 src/editor/editbuffer.c                 if (s->update (s) == B_CANCEL)
s                 575 src/editor/editcmd.c     unsigned char *s, *r;
s                 577 src/editor/editcmd.c     r = s = g_malloc0 (finish - start + 1);
s                 595 src/editor/editcmd.c                 *s++ = c;
s                 605 src/editor/editcmd.c             *s++ = edit_buffer_get_byte (&edit->buffer, start);
s                 608 src/editor/editcmd.c     *s = '\0';
s                 635 src/editor/editcmd.c     char *s = NULL;
s                 645 src/editor/editcmd.c                 s = g_strdup_printf ("mail -s %s %s", subject, to);
s                 648 src/editor/editcmd.c                 s = g_strdup_printf ("mail -s %s -c %s %s", subject, cc, to);
s                 658 src/editor/editcmd.c     if (s != NULL)
s                 660 src/editor/editcmd.c         p = popen (s, "w");
s                 661 src/editor/editcmd.c         g_free (s);
s                 159 src/editor/editcomplete.c                 GString *s = (GString *) l->data;
s                 162 src/editor/editcomplete.c                 if (strncmp (s->str + word_len, temp->str + word_len,
s                 163 src/editor/editcomplete.c                              MAX (len, s->len) - word_len) == 0)
s                  92 src/editor/editdraw.c printwstr (const char *s, int len)
s                  95 src/editor/editdraw.c         tty_printf ("%-*.*s", len, len, s);
s                 101 src/editor/editdraw.c status_string (WEdit * edit, char *s, int w)
s                 140 src/editor/editdraw.c         g_snprintf (s, w,
s                 155 src/editor/editdraw.c         g_snprintf (s, w,
s                 783 src/editor/editsearch.c         char *s;
s                 785 src/editor/editsearch.c         s = mc_config_history_get_recent_item (MC_HISTORY_SHARED_SEARCH);
s                 786 src/editor/editsearch.c         if (s != NULL)
s                 788 src/editor/editsearch.c             edit->last_search_string = s;
s                  23 src/editor/editsearch.h gboolean edit_search_init (WEdit * edit, const char *s);
s                 362 src/editor/syntax.c xx_strchr (const WEdit * edit, const unsigned char *s, int char_byte)
s                 364 src/editor/syntax.c     while (*s >= '\005' && xx_tolower (edit, *s) != char_byte)
s                 365 src/editor/syntax.c         s++;
s                 367 src/editor/syntax.c     return (const char *) s;
s                 606 src/editor/syntax.c                 syntax_marker_t *s;
s                 608 src/editor/syntax.c                 s = g_new (syntax_marker_t, 1);
s                 609 src/editor/syntax.c                 s->offset = i;
s                 610 src/editor/syntax.c                 s->rule = edit->rule;
s                 611 src/editor/syntax.c                 edit->syntax_marker = g_slist_prepend (edit->syntax_marker, s);
s                 619 src/editor/syntax.c             syntax_marker_t *s;
s                 629 src/editor/syntax.c             s = (syntax_marker_t *) edit->syntax_marker->data;
s                 631 src/editor/syntax.c             if (byte_index >= s->offset)
s                 633 src/editor/syntax.c                 edit->rule = s->rule;
s                 634 src/editor/syntax.c                 for (i = s->offset + 1; i <= byte_index; i++)
s                 639 src/editor/syntax.c             g_free (s);
s                 719 src/editor/syntax.c convert (char *s)
s                 723 src/editor/syntax.c     p = r = s;
s                 724 src/editor/syntax.c     while (*s)
s                 726 src/editor/syntax.c         switch (*s)
s                 729 src/editor/syntax.c             s++;
s                 730 src/editor/syntax.c             switch (*s)
s                 734 src/editor/syntax.c                 s--;
s                 763 src/editor/syntax.c                 *p = *s;
s                 766 src/editor/syntax.c                 *p = *s;
s                 777 src/editor/syntax.c             *p = *s;
s                 780 src/editor/syntax.c         s++;
s                1399 src/editor/syntax.c     static char s[256];
s                1401 src/editor/syntax.c     s[0] = '\0';
s                1407 src/editor/syntax.c         for (i = 0; i < sizeof (s) - 1; i++)
s                1409 src/editor/syntax.c             s[i] = edit_buffer_get_byte (&edit->buffer, i);
s                1410 src/editor/syntax.c             if (s[i] == '\n')
s                1412 src/editor/syntax.c                 s[i] = '\0';
s                1417 src/editor/syntax.c         s[sizeof (s) - 1] = '\0';
s                1420 src/editor/syntax.c     return s;
s                  81 src/file_history.c         char *s;
s                  85 src/file_history.c         s = strrchr (buf, ' ');
s                  88 src/file_history.c         fhd->file_name = g_strndup (buf, s - buf);
s                  89 src/file_history.c         len = strlen (s + 1);
s                  90 src/file_history.c         fhd->file_pos = g_strndup (s + 1, len - 1);     /* ignore '\n' */
s                 117 src/file_history.c         GString *s;
s                 119 src/file_history.c         s = g_string_sized_new (128);
s                 125 src/file_history.c             g_string_append (s, fhd->file_name);
s                 128 src/file_history.c                 g_string_append_c (s, ' ');
s                 129 src/file_history.c                 g_string_append (s, fhd->file_pos);
s                 132 src/file_history.c             write_error = (fprintf (f, "%s\n", s->str) < 0);
s                 133 src/file_history.c             g_string_truncate (s, 0);
s                 136 src/file_history.c         g_string_free (s, TRUE);
s                 171 src/filemanager/achown.c set_perm_by_flags (char *s, int f_p)
s                 178 src/filemanager/achown.c             s[i] = ch_perm[i];
s                 180 src/filemanager/achown.c             s[i] = '-';
s                 182 src/filemanager/achown.c             s[i] = (ch_cmode & (1 << (8 - f_p - i))) != 0 ? ch_perm[i] : '-';
s                 189 src/filemanager/achown.c get_perm (char *s, int base)
s                 193 src/filemanager/achown.c     m |= (s[0] == '-') ? 0 :
s                 194 src/filemanager/achown.c         ((s[0] == '+') ? (mode_t) (1 << (base + 2)) : (1 << (base + 2)) & ch_cmode);
s                 196 src/filemanager/achown.c     m |= (s[1] == '-') ? 0 :
s                 197 src/filemanager/achown.c         ((s[1] == '+') ? (mode_t) (1 << (base + 1)) : (1 << (base + 1)) & ch_cmode);
s                 199 src/filemanager/achown.c     m |= (s[2] == '-') ? 0 : ((s[2] == '+') ? (mode_t) (1 << base) : (1 << base) & ch_cmode);
s                 474 src/filemanager/boxes.c         char *s;
s                 476 src/filemanager/boxes.c         s = g_strconcat (state_str[tl->state], " ", tl->info, (char *) NULL);
s                 477 src/filemanager/boxes.c         listbox_add_item (list, LISTBOX_APPEND_AT_END, 0, s, (void *) tl, FALSE);
s                 478 src/filemanager/boxes.c         g_free (s);
s                 121 src/filemanager/cd.c                 char *s = NULL;
s                 131 src/filemanager/cd.c                     s = strchr (p, '}');
s                 133 src/filemanager/cd.c                 if (s == NULL)
s                 134 src/filemanager/cd.c                     s = strchr (p, PATH_SEP);
s                 135 src/filemanager/cd.c                 if (s == NULL)
s                 136 src/filemanager/cd.c                     s = strchr (p, '\0');
s                 137 src/filemanager/cd.c                 c = *s;
s                 138 src/filemanager/cd.c                 *s = '\0';
s                 140 src/filemanager/cd.c                 *s = c;
s                 150 src/filemanager/cd.c                     p = s;
s                 151 src/filemanager/cd.c                     if (*s == '}')
s                 189 src/filemanager/cd.c             char *s;
s                 191 src/filemanager/cd.c             s = strchr (p, ':');
s                 192 src/filemanager/cd.c             if (s == NULL)
s                 193 src/filemanager/cd.c                 s = strchr (p, '\0');
s                 194 src/filemanager/cd.c             c = *s;
s                 195 src/filemanager/cd.c             *s = '\0';
s                 204 src/filemanager/cd.c             *s = c;
s                 205 src/filemanager/cd.c             p = s + 1;
s                 355 src/filemanager/cmd.c         vfs_path_t *s, *d;
s                 359 src/filemanager/cmd.c         s = vfs_path_append_new (current_panel->cwd_vpath, fname, (char *) NULL);
s                 370 src/filemanager/cmd.c             s_str = diff_two_paths (other_panel->cwd_vpath, s);
s                 371 src/filemanager/cmd.c             vfs_path_free (s, TRUE);
s                 372 src/filemanager/cmd.c             s = vfs_path_from_str_flags (s_str, VPF_NO_CANON);
s                 376 src/filemanager/cmd.c         symlink_box (s, d, &dest, &src);
s                 378 src/filemanager/cmd.c         vfs_path_free (s, TRUE);
s                 387 src/filemanager/cmd.c         s = vfs_path_from_str (src);
s                 388 src/filemanager/cmd.c         if (mc_symlink (dest_vpath, s) == -1)
s                 390 src/filemanager/cmd.c         vfs_path_free (s, TRUE);
s                 139 src/filemanager/command.c                 char *s;
s                 141 src/filemanager/command.c                 s = expand_format (NULL, cmd[++i], TRUE);
s                 142 src/filemanager/command.c                 if (s != NULL)
s                 144 src/filemanager/command.c                     g_string_append (command, s);
s                 145 src/filemanager/command.c                     g_free (s);
s                 251 src/filemanager/file.c     char *s, *q;
s                 256 src/filemanager/file.c     s = g_strdup (src);
s                 260 src/filemanager/file.c     for (q = s; *q != '\0'; q++)
s                 264 src/filemanager/file.c     fnsource = x_basename (s);
s                 283 src/filemanager/file.c     MC_PTR_FREE (s);
s                 291 src/filemanager/file.c             s = mc_build_filename (repl_dest, q, (char *) NULL);
s                 305 src/filemanager/file.c     return s;
s                 578 src/filemanager/file.c                 char *s = NULL;
s                 584 src/filemanager/file.c                 s = diff_two_paths (tmp_vpath1, tmp_vpath2);
s                 587 src/filemanager/file.c                 g_strlcpy (link_target, s != NULL ? s : p->str, sizeof (link_target));
s                 588 src/filemanager/file.c                 g_free (s);
s                 650 src/filemanager/file.c     struct stat s;
s                 670 src/filemanager/file.c         res = stat_func (tmp_vpath, &s);
s                 673 src/filemanager/file.c             if (S_ISDIR (s.st_mode))
s                 682 src/filemanager/file.c                 *ret_total += (uintmax_t) s.st_size;
s                 722 src/filemanager/file.c         const struct stat *s;
s                 727 src/filemanager/file.c         s = &fe->st;
s                 729 src/filemanager/file.c         if (S_ISDIR (s->st_mode) || (follow_symlinks && link_isdir (fe) && fe->f.stale_link == 0))
s                 744 src/filemanager/file.c             *ret_total += (uintmax_t) s->st_size;
s                 872 src/filemanager/file.c             char *s;
s                 874 src/filemanager/file.c             s = g_strndup (str_trunc (a, width), width);
s                 876 src/filemanager/file.c             msg = g_strdup_printf (fmt, s, b);
s                 877 src/filemanager/file.c             g_free (s);
s                 998 src/filemanager/file.c real_query_recursive (file_op_context_t * ctx, enum OperationMode mode, const char *s)
s                1008 src/filemanager/file.c         text = g_strdup_printf (msg, path_trunc (s, 30));
s                1063 src/filemanager/file.c query_recursive (file_op_context_t * ctx, const char *s)
s                1076 src/filemanager/file.c         return parent_call (pntr.p, ctx, 1, strlen (s), s);
s                1078 src/filemanager/file.c         return real_query_recursive (ctx, Foreground, s);
s                1117 src/filemanager/file.c query_recursive (file_op_context_t * ctx, const char *s)
s                1119 src/filemanager/file.c     return real_query_recursive (ctx, Foreground, s);
s                1237 src/filemanager/file.c                 const char *s, const char *d)
s                1245 src/filemanager/file.c     src_vpath = vfs_path_from_str (s);
s                1267 src/filemanager/file.c             return_status = file_error (TRUE, _("Cannot stat file \"%s\"\n%s"), s);
s                1278 src/filemanager/file.c         if (check_same_file (s, &src_stat, d, &dst_stat, &return_status))
s                1291 src/filemanager/file.c             return_status = query_replace (ctx, s, &src_stat, d, &dst_stat);
s                1338 src/filemanager/file.c             return_status = files_error (_("Cannot move file \"%s\" to \"%s\"\n%s"), s, d);
s                1363 src/filemanager/file.c     return_status = copy_file_file (tctx, ctx, s, d);
s                1467 src/filemanager/file.c     const char *s;
s                1500 src/filemanager/file.c     s = vfs_path_as_str (vpath);
s                1502 src/filemanager/file.c     file_progress_show_deleting (ctx, s, NULL);
s                1509 src/filemanager/file.c     return try_erase_dir (ctx, s);
s                1553 src/filemanager/file.c     const char *s;
s                1555 src/filemanager/file.c     s = vfs_path_as_str (vpath);
s                1557 src/filemanager/file.c     file_progress_show_deleting (ctx, s, NULL);
s                1568 src/filemanager/file.c     return try_erase_dir (ctx, s);
s                1621 src/filemanager/file.c                  const char *s, const char *d)
s                1629 src/filemanager/file.c     src_vpath = vfs_path_from_str (s);
s                1648 src/filemanager/file.c     if (dstat_ok && check_same_file (s, &src_stat, d, &dst_stat, &return_status))
s                1660 src/filemanager/file.c         dst_vpath = vfs_path_append_new (dst_vpath, x_basename (s), (char *) NULL);
s                1683 src/filemanager/file.c             return_status = copy_dir_dir (tctx, ctx, s, d, FALSE, TRUE, TRUE, NULL);
s                1717 src/filemanager/file.c             return_status = files_error (_("Cannot move directory \"%s\" to \"%s\"\n%s"), s, d);
s                1738 src/filemanager/file.c     return_status = copy_dir_dir (tctx, ctx, s, d, FALSE, FALSE, TRUE, NULL);
s                2842 src/filemanager/file.c copy_dir_dir (file_op_total_context_t * tctx, file_op_context_t * ctx, const char *s, const char *d,
s                2853 src/filemanager/file.c     src_vpath = vfs_path_from_str (s);
s                2865 src/filemanager/file.c             return_status = file_error (TRUE, _("Cannot stat source directory \"%s\"\n%s"), s);
s                2909 src/filemanager/file.c             return_status = file_error (TRUE, _("Source \"%s\" is not a directory\n%s"), s);
s                2921 src/filemanager/file.c         message (D_ERROR, MSG_ERROR, _("Cannot copy cyclic symbolic link\n\"%s\""), s);
s                2974 src/filemanager/file.c             dst_vpath = vfs_path_append_new (dst_vpath, x_basename (s), (char *) NULL);
s                3043 src/filemanager/file.c         path = mc_build_filename (s, next->d_name, (char *) NULL);
s                3126 src/filemanager/file.c move_dir_dir (file_op_total_context_t * tctx, file_op_context_t * ctx, const char *s, const char *d)
s                3128 src/filemanager/file.c     return do_move_dir_dir (NULL, tctx, ctx, s, d);
s                  47 src/filemanager/file.h                                  const char *s, const char *d);
s                  49 src/filemanager/file.h                                  const char *s, const char *d,
s                 171 src/filemanager/filegui.c #define truncFileString(dlg, s)       str_trunc (s, WIDGET (dlg)->rect.cols - 10)
s                 172 src/filemanager/filegui.c #define truncFileStringSecure(dlg, s) path_trunc (s, WIDGET (dlg)->rect.cols - 10)
s                1146 src/filemanager/filegui.c         char *s;
s                1148 src/filemanager/filegui.c         s = vfs_path_tokens_get (vpath, -1, 1);
s                1150 src/filemanager/filegui.c         label_set_text (ui->src_file, truncFileString (ui->op_dlg, s));
s                1151 src/filemanager/filegui.c         g_free (s);
s                1187 src/filemanager/filegui.c file_progress_show_deleting (file_op_context_t * ctx, const char *s, size_t * count)
s                1209 src/filemanager/filegui.c         label_set_text (ui->src_file, truncFileStringSecure (ui->op_dlg, s));
s                1002 src/filemanager/filemanager.c     char *s;
s                1005 src/filemanager/filemanager.c     s = show_file_history (WIDGET (filemanager), &act);
s                1006 src/filemanager/filemanager.c     if (s != NULL)
s                1013 src/filemanager/filemanager.c             s_vpath = vfs_path_from_str (s);
s                1018 src/filemanager/filemanager.c             s_vpath = vfs_path_from_str (s);
s                1026 src/filemanager/filemanager.c                 d = g_path_get_dirname (s);
s                1029 src/filemanager/filemanager.c                 panel_set_current_by_name (current_panel, s);
s                1034 src/filemanager/filemanager.c         g_free (s);
s                1457 src/filemanager/filemanager.c     const char *s;
s                1459 src/filemanager/filemanager.c     for (s = input_get_ctext (cmdline); *s != '\0' && whitespace (*s); s++)
s                1462 src/filemanager/filemanager.c     if (*s != '\0')
s                 812 src/filemanager/find.c             char *s;
s                 841 src/filemanager/find.c             s = tilde_expand (*start_dir);
s                 842 src/filemanager/find.c             canonicalize_pathname (s);
s                 844 src/filemanager/find.c             if (DIR_IS_DOT (s))
s                 850 src/filemanager/find.c                 g_free (s);
s                 852 src/filemanager/find.c             else if (g_path_is_absolute (s))
s                 854 src/filemanager/find.c                 *start_dir = s;
s                 861 src/filemanager/find.c                     mc_build_filename (vfs_path_as_str (panel->cwd_vpath), s, (char *) NULL);
s                 863 src/filemanager/find.c                 g_free (s);
s                1011 src/filemanager/find.c     struct stat s;
s                1021 src/filemanager/find.c     if (mc_stat (vpath, &s) != 0 || !S_ISREG (s.st_mode))
s                1036 src/filemanager/find.c     if (s.st_size >= MIN_REFRESH_FILE_SIZE || (tv - last_refresh) > MAX_REFRESH_INTERVAL)
s                1533 src/filemanager/hotlist.c     char *s;
s                1547 src/filemanager/hotlist.c             for (s = current->label; *s != '\0'; s++)
s                1549 src/filemanager/hotlist.c                 if (*s == '"' || *s == '\\')
s                1551 src/filemanager/hotlist.c                 putc (*s, hotlist_file);
s                1563 src/filemanager/hotlist.c             for (s = current->label; *s != '\0'; s++)
s                1565 src/filemanager/hotlist.c                 if (*s == '"' || *s == '\\')
s                1567 src/filemanager/hotlist.c                 putc (*s, hotlist_file);
s                1570 src/filemanager/hotlist.c             for (s = current->directory; *s != '\0'; s++)
s                1572 src/filemanager/hotlist.c                 if (*s == '"' || *s == '\\')
s                1574 src/filemanager/hotlist.c                 putc (*s, hotlist_file);
s                 159 src/filemanager/listmode.c     char *s = select_new_item ();
s                 160 src/filemanager/listmode.c     if (s)
s                 162 src/filemanager/listmode.c         listbox_add_item (l_listmode, LISTBOX_APPEND_AT_END, 0, s, NULL, FALSE);
s                 163 src/filemanager/listmode.c         g_free (s);
s                 183 src/filemanager/listmode.c     char *s;
s                 253 src/filemanager/listmode.c     s = strtok (oldlistformat, ",");
s                 255 src/filemanager/listmode.c     while (s)
s                 257 src/filemanager/listmode.c         listbox_add_item (l_listmode, LISTBOX_APPEND_AT_END, 0, s, NULL, FALSE);
s                 258 src/filemanager/listmode.c         s = strtok (NULL, ",");
s                 326 src/filemanager/listmode.c     char *s;
s                 329 src/filemanager/listmode.c     s = g_strdup (oldlistformat);
s                 330 src/filemanager/listmode.c     listmode_dlg = init_listmode (s);
s                 331 src/filemanager/listmode.c     g_free (s);
s                 257 src/filemanager/treestore.c                 char *s;
s                 259 src/filemanager/treestore.c                 s = strtok (lc_name, " ");
s                 260 src/filemanager/treestore.c                 if (s != NULL)
s                 265 src/filemanager/treestore.c                     common = atoi (s);
s                 815 src/filemanager/treestore.c         struct stat s;
s                 817 src/filemanager/treestore.c         if (mc_stat (vpath, &s) == -1 || !S_ISDIR (s.st_mode))
s                 890 src/keymap.c   #define LOAD_KEYMAP(s,km) \
s                 892 src/keymap.c       load_keymap_from_section (KEYMAP_SECTION_##s, km##_keymap, mc_global_keymap)
s                1209 src/subshell/common.c subshell_name_quote (const char *s)
s                1236 src/subshell/common.c     if (s[0] == '-')
s                1247 src/subshell/common.c     for (su = s; su[0] != '\0'; su = n)
s                1468 src/subshell/common.c                 const char *s;
s                1472 src/subshell/common.c                 s = input_get_ctext (cmdline);
s                1477 src/subshell/common.c                     if ((unsigned char) s[i] < 32 || (unsigned char) s[i] == 127)
s                1481 src/subshell/common.c                 write_all (mc_global.tty.subshell_pty, s, cmdline->buffer->len);
s                1484 src/subshell/common.c                 pos = str_length (s) - cmdline->point;
s                  89 src/usermenu.c     char *s;
s                  95 src/usermenu.c     for (s = ss; *s != '\0'; s++)
s                  97 src/usermenu.c         if (*s == '.')
s                  98 src/usermenu.c             e = s;
s                  99 src/usermenu.c         if (IS_PATH_SEP (*s) && e != NULL)
s                 249 src/vfs/cpio/cpio.c         char *s;
s                 253 src/vfs/cpio/cpio.c         s = g_strconcat (super->name, decompress_extension (type), (char *) NULL);
s                 254 src/vfs/cpio/cpio.c         tmp_vpath = vfs_path_from_str_flags (s, VPF_NO_CANON);
s                 259 src/vfs/cpio/cpio.c             message (D_ERROR, MSG_ERROR, _("Cannot open cpio archive\n%s"), s);
s                 260 src/vfs/cpio/cpio.c             g_free (s);
s                 264 src/vfs/cpio/cpio.c         g_free (s);
s                 376 src/vfs/extfs/extfs.c extfs_skip_leading_dotslash (char *s)
s                 387 src/vfs/extfs/extfs.c     if (s[0] == '.' && s[1] == PATH_SEP)
s                 388 src/vfs/extfs/extfs.c         s += 2;
s                 390 src/vfs/extfs/extfs.c     return s;
s                1588 src/vfs/extfs/extfs.c         struct stat s;
s                1592 src/vfs/extfs/extfs.c         if ((stat (fullname, &s) == 0) && S_ISREG (s.st_mode) && !S_ISDIR (s.st_mode)
s                1593 src/vfs/extfs/extfs.c             && is_exe (s.st_mode))
s                 265 src/vfs/ftpfs/ftpfs.c ftpfs_set_blksize (struct stat *s)
s                 269 src/vfs/ftpfs/ftpfs.c     s->st_blksize = 64 * 1024;  /* FIXME */
s                 278 src/vfs/ftpfs/ftpfs.c     struct stat *s;
s                 280 src/vfs/ftpfs/ftpfs.c     s = vfs_s_default_stat (me, S_IFDIR | 0755);
s                 281 src/vfs/ftpfs/ftpfs.c     ftpfs_set_blksize (s);
s                 282 src/vfs/ftpfs/ftpfs.c     vfs_adjust_stat (s);
s                 284 src/vfs/ftpfs/ftpfs.c     return s;
s                 749 src/vfs/ftpfs/ftpfs.c             char s[BUF_LARGE];  /* provide for BUF_LARGE characters */
s                 751 src/vfs/ftpfs/ftpfs.c             while (fgets (s, sizeof (s), npf) != NULL)
s                 755 src/vfs/ftpfs/ftpfs.c                 p = strchr (s, '\n');
s                 763 src/vfs/ftpfs/ftpfs.c                 else if (p != s)
s                 766 src/vfs/ftpfs/ftpfs.c                     no_proxy = g_slist_prepend (no_proxy, g_strdup (s));
s                1449 src/vfs/ftpfs/ftpfs.c     int s, j, data;
s                1455 src/vfs/ftpfs/ftpfs.c     s = ftpfs_initconn (me, super);
s                1456 src/vfs/ftpfs/ftpfs.c     if (s == -1)
s                1461 src/vfs/ftpfs/ftpfs.c         close (s);
s                1470 src/vfs/ftpfs/ftpfs.c             close (s);
s                1490 src/vfs/ftpfs/ftpfs.c         close (s);
s                1495 src/vfs/ftpfs/ftpfs.c         data = s;
s                1502 src/vfs/ftpfs/ftpfs.c         data = accept (s, (struct sockaddr *) &from, &fromlen);
s                1506 src/vfs/ftpfs/ftpfs.c         close (s);
s                1598 src/vfs/ftpfs/ftpfs.c         if (S_ISLNK (fel->s.st_mode) && fel->linkname != NULL)
s                1624 src/vfs/ftpfs/ftpfs.c                     if (S_ISLNK (fe->s.st_mode) && fe->l_stat == 0)
s                1648 src/vfs/ftpfs/ftpfs.c                         if (S_ISLNK (fe->s.st_mode))
s                1651 src/vfs/ftpfs/ftpfs.c                             *fel->l_stat = fe->s;
s                1672 src/vfs/ftpfs/ftpfs.c     struct stat s;
s                1717 src/vfs/ftpfs/ftpfs.c         while (!S_ISLNK (fe->s.st_mode));
s                1732 src/vfs/ftpfs/ftpfs.c             if (vfs_parse_ls_lga (buffer, &s, &filename, NULL))
s                1740 src/vfs/ftpfs/ftpfs.c                     if (S_ISLNK (s.st_mode))
s                1751 src/vfs/ftpfs/ftpfs.c                     *fe->l_stat = s;
s                1935 src/vfs/ftpfs/ftpfs.c     struct stat s;
s                1942 src/vfs/ftpfs/ftpfs.c     if (fstat (h, &s) == -1)
s                2004 src/vfs/ftpfs/ftpfs.c                            _("ftpfs: storing file"), (uintmax_t) n_stored, (uintmax_t) s.st_size);
s                  79 src/vfs/ftpfs/ftpfs_parse_ls.c typedef gboolean (*ftpfs_line_parser) (char *line, struct stat * s, char **filename,
s                  84 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_UNIX (char *line, struct stat *s, char **filename,
s                  86 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_NT (char *line, struct stat *s, char **filename,
s                  88 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_EPLF (char *line, struct stat *s, char **filename,
s                  90 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_MLSD (char *line, struct stat *s, char **filename,
s                  92 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_AS400 (char *line, struct stat *s, char **filename,
s                  94 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_OS2 (char *line, struct stat *s, char **filename,
s                  96 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_MacWebStar (char *line, struct stat *s, char **filename,
s                 119 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_get_uid (const char *s)
s                 123 src/vfs/ftpfs/ftpfs_parse_ls.c     if (*s < '0' || *s > '9')
s                 124 src/vfs/ftpfs/ftpfs_parse_ls.c         u = vfs_finduid (s);
s                 126 src/vfs/ftpfs/ftpfs_parse_ls.c         u = (uid_t) atol (s);
s                 134 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_get_gid (const char *s)
s                 138 src/vfs/ftpfs/ftpfs_parse_ls.c     if (*s < '0' || *s > '9')
s                 139 src/vfs/ftpfs/ftpfs_parse_ls.c         g = vfs_findgid (s);
s                 141 src/vfs/ftpfs/ftpfs_parse_ls.c         g = (gid_t) atol (s);
s                 228 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_convert_date (const char *s)
s                 237 src/vfs/ftpfs/ftpfs_parse_ls.c     n = sscanf (s, "%4d%n", &year, &skip);
s                 243 src/vfs/ftpfs/ftpfs_parse_ls.c         n = sscanf (s, "%5d%n", &year, &skip);
s                 250 src/vfs/ftpfs/ftpfs_parse_ls.c     n = sscanf (s + skip, "%2d%2d%2d%2d%2d", &month, &day, &hour, &minute, &second);
s                 277 src/vfs/ftpfs/ftpfs_parse_ls.c parse_ls_line (char *line, struct stat *s, char **filename, char **linkname)
s                 299 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_mode = mode;
s                 305 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_nlink = atol (t);
s                 312 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_uid = ftpfs_get_uid (t);
s                 327 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_gid = ftpfs_get_gid (group_or_size);
s                 330 src/vfs/ftpfs/ftpfs_parse_ls.c             s->st_size = (off_t) size;
s                 342 src/vfs/ftpfs/ftpfs_parse_ls.c             s->st_size = (off_t) size;
s                 346 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_blksize = 512;
s                 349 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_blocks = (s->st_size + 511) / 512;
s                 384 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_mtime = mktime (&date);
s                 386 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_atime = s->st_ctime = s->st_mtime;
s                 396 src/vfs/ftpfs/ftpfs_parse_ls.c     if (!S_ISLNK (s->st_mode))
s                 419 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_UNIX (char *line, struct stat *s, char **filename, char **linkname, int *err)
s                 430 src/vfs/ftpfs/ftpfs_parse_ls.c     ret = parse_ls_line (line, s, filename, linkname);
s                 450 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_NT (char *line, struct stat *s, char **filename, char **linkname, int *err)
s                 495 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_mtime = mktime (&tms);
s                 497 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_atime = s->st_ctime = s->st_mtime;
s                 500 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode = S_IFDIR;
s                 503 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode = S_IFREG;
s                 506 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_size = (off_t) size;
s                 542 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_EPLF (char *line, struct stat *s, char **filename, char **linkname, int *err)
s                 626 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_size = size;
s                 629 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mtime = date;
s                 631 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_atime = s->st_ctime = s->st_mtime;
s                 634 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode = dir ? S_IFDIR : S_IFREG;
s                 636 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode |= perms;    /* FIXME */
s                 654 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_MLSD (char *line, struct stat *s, char **filename, char **linkname, int *err)
s                 777 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_size = size;
s                 780 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mtime = date;
s                 782 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_atime = s->st_ctime = s->st_mtime;
s                 787 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode = S_IFDIR;
s                 790 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode = S_IFLNK;
s                 793 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode = S_IFREG;
s                 799 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode |= perms;    /* FIXME */
s                 801 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_uid = ftpfs_get_uid (owner);
s                 803 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_gid = ftpfs_get_gid (group);
s                 819 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_AS400 (char *line, struct stat *s, char **filename, char **linkname, int *err)
s                 899 src/vfs/ftpfs/ftpfs_parse_ls.c             s->st_mode = type;  /* FIXME */
s                 905 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_mode = type;
s                 906 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_size = (off_t) size;
s                 907 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_mtime = mtime;
s                 909 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_atime = s->st_ctime = s->st_mtime;
s                 910 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_uid = ftpfs_get_uid (user);
s                 923 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_OS2 (char *line, struct stat *s, char **filename, char **linkname, int *err)
s                 936 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_size = (off_t) size;
s                 941 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_mode = S_IFREG;
s                 944 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode = S_IFDIR;
s                 971 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_mtime = mktime (&tms);
s                 973 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_atime = s->st_ctime = s->st_mtime;
s                 991 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_MacWebStar (char *line, struct stat *s, char **filename,
s                1007 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_mode = type;
s                1034 src/vfs/ftpfs/ftpfs_parse_ls.c             s->st_size = (off_t) size;
s                1074 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_mtime = mktime (&date);
s                1076 src/vfs/ftpfs/ftpfs_parse_ls.c     s->st_atime = s->st_ctime = s->st_mtime;
s                1083 src/vfs/ftpfs/ftpfs_parse_ls.c     if (!S_ISLNK (s->st_mode))
s                 169 src/vfs/sfs/sfs.c         vfs_path_t *s;
s                 171 src/vfs/sfs/sfs.c         s = mc_getlocalcopy (pname);
s                 172 src/vfs/sfs/sfs.c         if (s == NULL)
s                 178 src/vfs/sfs/sfs.c         pqname = name_quote (vfs_path_get_last_path_str (s), FALSE);
s                 179 src/vfs/sfs/sfs.c         vfs_path_free (s, TRUE);
s                  62 src/vfs/sftpfs/internal.c sftpfs_blksize (struct stat *s)
s                  65 src/vfs/sftpfs/internal.c     s->st_blksize = LIBSSH2_CHANNEL_WINDOW_DEFAULT;     /* FIXME */
s                  67 src/vfs/sftpfs/internal.c     vfs_adjust_stat (s);
s                 248 src/vfs/sftpfs/internal.c sftpfs_attr_to_stat (const LIBSSH2_SFTP_ATTRIBUTES * attrs, struct stat *s)
s                 252 src/vfs/sftpfs/internal.c         s->st_uid = attrs->uid;
s                 253 src/vfs/sftpfs/internal.c         s->st_gid = attrs->gid;
s                 258 src/vfs/sftpfs/internal.c         s->st_atime = attrs->atime;
s                 259 src/vfs/sftpfs/internal.c         s->st_mtime = attrs->mtime;
s                 260 src/vfs/sftpfs/internal.c         s->st_ctime = attrs->mtime;
s                 262 src/vfs/sftpfs/internal.c         s->st_atim.tv_nsec = s->st_mtim.tv_nsec = s->st_ctim.tv_nsec = 0;
s                 268 src/vfs/sftpfs/internal.c         s->st_size = attrs->filesize;
s                 269 src/vfs/sftpfs/internal.c         sftpfs_blksize (s);
s                 273 src/vfs/sftpfs/internal.c         s->st_mode = attrs->permissions;
s                  81 src/vfs/sftpfs/internal.h void sftpfs_attr_to_stat (const LIBSSH2_SFTP_ATTRIBUTES * attrs, struct stat *s);
s                 172 src/vfs/shell/shell.c shell_set_blksize (struct stat *s)
s                 176 src/vfs/shell/shell.c     s->st_blksize = 64 * 1024;  /* FIXME */
s                 185 src/vfs/shell/shell.c     struct stat *s;
s                 187 src/vfs/shell/shell.c     s = vfs_s_default_stat (me, S_IFDIR | 0755);
s                 188 src/vfs/shell/shell.c     shell_set_blksize (s);
s                 189 src/vfs/shell/shell.c     vfs_adjust_stat (s);
s                 191 src/vfs/shell/shell.c     return s;
s                 228 src/vfs/shell/shell.c shell_decode_reply (char *s, gboolean was_garbage)
s                 233 src/vfs/shell/shell.c     if (sscanf (s, "%d", &code) == 0)
s                 994 src/vfs/shell/shell.c     struct stat s;
s                1001 src/vfs/shell/shell.c     if (fstat (h, &s) < 0)
s                1044 src/vfs/shell/shell.c                          (uintmax_t) s.st_size);
s                1081 src/vfs/shell/shell.c                            (uintmax_t) total, (uintmax_t) s.st_size);
s                 395 src/vfs/tar/tar-internal.c off_from_header (const char *p, size_t s)
s                 399 src/vfs/tar/tar-internal.c     return tar_from_header (p, s, "off_t", 0, TYPE_MAXIMUM (off_t), FALSE);
s                 310 src/vfs/tar/tar-internal.h off_t off_from_header (const char *p, size_t s);
s                 493 src/vfs/tar/tar-sparse.c oldgnu_add_sparse (struct tar_sparse_file *file, struct sparse *s)
s                 497 src/vfs/tar/tar-sparse.c     if (s->numbytes[0] == '\0')
s                 500 src/vfs/tar/tar-sparse.c     sp.offset = OFF_FROM_HEADER (s->offset);
s                 501 src/vfs/tar/tar-sparse.c     sp.numbytes = OFF_FROM_HEADER (s->numbytes);
s                 313 src/vfs/tar/tar-xheader.c     time_t s = TYPE_MINIMUM (time_t);
s                 331 src/vfs/tar/tar-xheader.c                 s = (intmax_t) i;
s                 341 src/vfs/tar/tar-xheader.c                 s = (uintmax_t) i;
s                 378 src/vfs/tar/tar-xheader.c                     if (s == TYPE_MINIMUM (time_t))
s                 382 src/vfs/tar/tar-xheader.c                         s--;
s                 394 src/vfs/tar/tar-xheader.c     r.tv_sec = s;
s                 842 src/vfs/tar/tar-xheader.c     struct sp_array *s;
s                 849 src/vfs/tar/tar-xheader.c     s = &g_array_index (st->sparse_map, struct sp_array, st->sparse_map->len - 1);
s                 850 src/vfs/tar/tar-xheader.c     s->offset = u;
s                 861 src/vfs/tar/tar-xheader.c     struct sp_array s;
s                 868 src/vfs/tar/tar-xheader.c     s.offset = 0;
s                 869 src/vfs/tar/tar-xheader.c     s.numbytes = u;
s                 870 src/vfs/tar/tar-xheader.c     g_array_append_val (st->sparse_map, s);
s                 175 src/vfs/tar/tar.c gid_from_header (const char *p, size_t s)
s                 177 src/vfs/tar/tar.c     return tar_from_header (p, s, "gid_t", TYPE_MINIMUM (gid_t), TYPE_MAXIMUM (gid_t), FALSE);
s                 183 src/vfs/tar/tar.c major_from_header (const char *p, size_t s)
s                 185 src/vfs/tar/tar.c     return tar_from_header (p, s, "major_t", TYPE_MINIMUM (major_t), TYPE_MAXIMUM (major_t), FALSE);
s                 191 src/vfs/tar/tar.c minor_from_header (const char *p, size_t s)
s                 193 src/vfs/tar/tar.c     return tar_from_header (p, s, "minor_t", TYPE_MINIMUM (minor_t), TYPE_MAXIMUM (minor_t), FALSE);
s                 204 src/vfs/tar/tar.c mode_from_header (const char *p, size_t s, gboolean * hbits)
s                 210 src/vfs/tar/tar.c     u = tar_from_header (p, s, "mode_t", INTMAX_MIN, UINTMAX_MAX, FALSE);
s                 236 src/vfs/tar/tar.c time_from_header (const char *p, size_t s)
s                 238 src/vfs/tar/tar.c     return tar_from_header (p, s, "time_t", TYPE_MINIMUM (time_t), TYPE_MAXIMUM (time_t), FALSE);
s                 244 src/vfs/tar/tar.c uid_from_header (const char *p, size_t s)
s                 246 src/vfs/tar/tar.c     return tar_from_header (p, s, "uid_t", TYPE_MINIMUM (uid_t), TYPE_MAXIMUM (uid_t), FALSE);
s                 923 src/vfs/tar/tar.c         char *s;
s                 927 src/vfs/tar/tar.c         s = g_strconcat (archive->name, decompress_extension (type), (char *) NULL);
s                 928 src/vfs/tar/tar.c         tmp_vpath = vfs_path_from_str_flags (s, VPF_NO_CANON);
s                 932 src/vfs/tar/tar.c             message (D_ERROR, MSG_ERROR, _("Cannot open tar archive\n%s"), s);
s                 933 src/vfs/tar/tar.c         g_free (s);
s                 142 src/viewer/actions_cmd.c         char *s;
s                 144 src/viewer/actions_cmd.c         s = mc_config_history_get_recent_item (MC_HISTORY_SHARED_SEARCH);
s                 145 src/viewer/actions_cmd.c         if (s != NULL)
s                 147 src/viewer/actions_cmd.c             view->last_search_string = s;
s                 293 src/viewer/ascii.c mcview_char_display (const WView * view, int c, char *s)
s                 302 src/viewer/ascii.c         return g_unichar_to_utf8 (c, s);
s                 308 src/viewer/ascii.c             s[0] = s[1] = '.';
s                 327 src/viewer/ascii.c     *s = c;
s                 427 src/viewer/datasource.c mcview_set_datasource_string (WView * view, const char *s)
s                 430 src/viewer/datasource.c     view->ds_string_len = strlen (s);
s                 431 src/viewer/datasource.c     view->ds_string_data = (byte *) g_strndup (s, view->ds_string_len);
s                 252 src/viewer/internal.h void mcview_set_datasource_string (WView * view, const char *s);
s                  71 tests/lib/search/glob_prepare_replace_str.c     mc_search_t *s;
s                  74 tests/lib/search/glob_prepare_replace_str.c     s = mc_search_new (data->glob_str, NULL);
s                  75 tests/lib/search/glob_prepare_replace_str.c     s->is_case_sensitive = TRUE;
s                  76 tests/lib/search/glob_prepare_replace_str.c     s->search_type = MC_SEARCH_T_GLOB;
s                  79 tests/lib/search/glob_prepare_replace_str.c     mc_search_run (s, data->input_value, 0, strlen (data->input_value), NULL);
s                  80 tests/lib/search/glob_prepare_replace_str.c     dest_str = mc_search_prepare_replace_str2 (s, data->replace_str);
s                  86 tests/lib/search/glob_prepare_replace_str.c     mc_search_free (s);
s                  89 tests/mctest.h     Suite *s;
s                  93 tests/mctest.h     s = suite_create (TEST_SUITE_NAME);
s                  94 tests/mctest.h     suite_add_tcase (s, tc_core);
s                  95 tests/mctest.h     sr = srunner_create (s);
s                 116 tests/src/editor/edit_complete_word_cmd.c             GString *s = (GString *) i->data;
s                 118 tests/src/editor/edit_complete_word_cmd.c             g_queue_push_tail (edit_completion_dialog_show__compl, mc_g_string_dup (s));
s                 181 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c chomp (char *s)
s                 185 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     i = strlen (s);
s                 188 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     if ((--i >= 0) && (s[i] == '\r' || s[i] == '\n'))
s                 189 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         s[i] = '\0';
s                 190 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     if ((--i >= 0) && (s[i] == '\r' || s[i] == '\n'))
s                 191 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         s[i] = '\0';