suffix 996 lib/strutil/strutil.c char *suffix; suffix 999 lib/strutil/strutil.c e = xstrtoumax (str, &suffix, 10, &n, "bcEGkKMPTwYZ0"); suffix 1000 lib/strutil/strutil.c if (e == LONGINT_INVALID_SUFFIX_CHAR && *suffix == 'x') suffix 1004 lib/strutil/strutil.c multiplier = parse_integer (suffix + 1, invalid); suffix 455 lib/util.c static const char *const suffix[] = { suffix 464 lib/util.c const char *const *sfx = use_si ? suffix_lc : suffix; suffix 723 lib/vfs/interface.c mc_mkstemps (vfs_path_t **pname_vpath, const char *prefix, const char *suffix) suffix 736 lib/vfs/interface.c p2 = g_strconcat (p1, "XXXXXX", suffix, (char *) NULL); suffix 189 lib/vfs/utilvfs.c GString *suffix; suffix 205 lib/vfs/utilvfs.c suffix = g_string_sized_new (32); suffix 210 lib/vfs/utilvfs.c g_string_append_c (suffix, *p); suffix 212 lib/vfs/utilvfs.c fd = mc_mkstemps (pname_vpath, prefix, suffix->str); suffix 213 lib/vfs/utilvfs.c g_string_free (suffix, TRUE); suffix 338 lib/vfs/vfs.h int mc_mkstemps (vfs_path_t **pname_vpath, const char *prefix, const char *suffix);