suffix 998 lib/strutil/strutil.c char *suffix; suffix 1001 lib/strutil/strutil.c e = xstrtoumax (str, &suffix, 10, &n, "bcEGkKMPTwYZ0"); suffix 1002 lib/strutil/strutil.c if (e == LONGINT_INVALID_SUFFIX_CHAR && *suffix == 'x') suffix 1006 lib/strutil/strutil.c multiplier = parse_integer (suffix + 1, invalid); suffix 454 lib/util.c static const char *const suffix[] = { "", "K", "M", "G", "T", "P", "E", "Z", "Y", NULL }; suffix 457 lib/util.c const char *const *sfx = use_si ? suffix_lc : suffix; suffix 780 lib/vfs/interface.c mc_mkstemps (vfs_path_t ** pname_vpath, const char *prefix, const char *suffix) suffix 793 lib/vfs/interface.c p2 = g_strconcat (p1, "XXXXXX", suffix, (char *) NULL); suffix 187 lib/vfs/utilvfs.c GString *suffix; suffix 203 lib/vfs/utilvfs.c suffix = g_string_sized_new (32); suffix 208 lib/vfs/utilvfs.c g_string_append_c (suffix, *p); suffix 210 lib/vfs/utilvfs.c fd = mc_mkstemps (pname_vpath, prefix, suffix->str); suffix 211 lib/vfs/utilvfs.c g_string_free (suffix, TRUE); suffix 334 lib/vfs/vfs.h int mc_mkstemps (vfs_path_t ** pname_vpath, const char *prefix, const char *suffix);