Lines Matching full:suffix
30 const char *suffix; member
35 get_suffix_code(const struct suffix_code_t *tbl, const char *suffix) in get_suffix_code() argument
39 if (suffix == NULL) in get_suffix_code()
41 for (i = 0; tbl[i].suffix != NULL; i++) { in get_suffix_code()
42 if (strcmp(tbl[i].suffix, suffix) == 0) in get_suffix_code()
49 get_filter_code(const char *suffix) in get_filter_code() argument
51 /* A pair of suffix and compression/filter. */ in get_filter_code()
68 return get_suffix_code(filters, suffix); in get_filter_code()
72 get_format_code(const char *suffix) in get_format_code() argument
74 /* A pair of suffix and format. */ in get_format_code()
89 return get_suffix_code(formats, suffix); in get_format_code()
93 decompose_alias(const char *suffix) in decompose_alias() argument
110 return get_suffix_code(alias, suffix); in decompose_alias()
227 * Build a creation set by a file name suffix.
247 /* Get the suffix. */ in cset_auto_compress()
269 /* Replace the suffix. */ in cset_auto_compress()