Searched refs:hasSuffix (Results 1 – 2 of 2) sorted by relevance
1110 Bool hasSuffix ( Char* s, const Char* suffix ) in hasSuffix() function1124 if (!hasSuffix(name,oldSuffix)) return False; in mapSuffix()1175 if (hasSuffix(inName, zSuffix[i])) { in compress()
376 int hasSuffix; in __kmp_stg_parse_file() local379 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()