suffix           1000 lib/strutil/strutil.c     char *suffix;
suffix           1003 lib/strutil/strutil.c     e = xstrtoumax (str, &suffix, 10, &n, "bcEGkKMPTwYZ0");
suffix           1004 lib/strutil/strutil.c     if (e == LONGINT_INVALID_SUFFIX_CHAR && *suffix == 'x')
suffix           1008 lib/strutil/strutil.c         multiplier = parse_integer (suffix + 1, invalid);
suffix            460 lib/util.c         static const char *const suffix[] =
suffix            465 lib/util.c         const char *const *sfx = use_si ? suffix_lc : suffix;
suffix            732 lib/vfs/interface.c mc_mkstemps (vfs_path_t ** pname_vpath, const char *prefix, const char *suffix)
suffix            745 lib/vfs/interface.c     p2 = g_strconcat (p1, "XXXXXX", suffix, (char *) NULL);
suffix            185 lib/vfs/utilvfs.c     GString *suffix;
suffix            201 lib/vfs/utilvfs.c     suffix = g_string_sized_new (32);
suffix            206 lib/vfs/utilvfs.c             g_string_append_c (suffix, *p);
suffix            208 lib/vfs/utilvfs.c     fd = mc_mkstemps (pname_vpath, prefix, suffix->str);
suffix            209 lib/vfs/utilvfs.c     g_string_free (suffix, TRUE);
suffix            335 lib/vfs/vfs.h  int mc_mkstemps (vfs_path_t ** pname_vpath, const char *prefix, const char *suffix);