Searched refs:strings (Results 1 – 2 of 2) sorted by relevance
23 static const char* __code_string_lookup(const Pair* strings, int code) { in __code_string_lookup() argument24 for (size_t i = 0; strings[i].msg != NULL; ++i) { in __code_string_lookup()25 if (strings[i].code == code) { in __code_string_lookup()26 return strings[i].msg; in __code_string_lookup()
26 #define STRINGS_TEST strings