Searched refs:strings (Results 1 – 2 of 2) sorted by relevance
17 static const char* __code_string_lookup(const Pair* strings, int code) { in __code_string_lookup() argument18 for (size_t i = 0; strings[i].msg != NULL; ++i) { in __code_string_lookup()19 if (strings[i].code == code) { in __code_string_lookup()20 return strings[i].msg; in __code_string_lookup()
22 TEST(strings, ffs) { in TEST() argument