Home
last modified time | relevance | path

Searched refs:hasSuffix (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bzip2/
H A Dbzip2.c1110 Bool hasSuffix ( Char* s, const Char* suffix ) in hasSuffix() function
1124 if (!hasSuffix(name,oldSuffix)) return False; in mapSuffix()
1175 if (hasSuffix(inName, zSuffix[i])) { in compress()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp376 int hasSuffix; in __kmp_stg_parse_file() local
379 hasSuffix = t && __kmp_str_eqf(t, suffix); in __kmp_stg_parse_file()
380 t = __kmp_str_format("%s%s", value, hasSuffix ? "" : suffix); in __kmp_stg_parse_file()