suffix 991 lib/strutil/strutil.c char *suffix; suffix 994 lib/strutil/strutil.c e = xstrtoumax (str, &suffix, 10, &n, "bcEGkKMPTwYZ0"); suffix 995 lib/strutil/strutil.c if (e == LONGINT_INVALID_SUFFIX_CHAR && *suffix == 'x') suffix 999 lib/strutil/strutil.c multiplier = parse_integer (suffix + 1, invalid); suffix 456 lib/util.c static const char *const suffix[] = suffix 462 lib/util.c const char *const *sfx = use_si ? suffix_lc : suffix; suffix 734 lib/vfs/interface.c mc_mkstemps (vfs_path_t **pname_vpath, const char *prefix, const char *suffix) suffix 747 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 342 lib/vfs/vfs.h int mc_mkstemps (vfs_path_t ** pname_vpath, const char *prefix, const char *suffix);