Searched refs:p_a (Results 1 – 1 of 1) sorted by relevance
24 static int string_cmp(const void *p_a, const void *p_b) in string_cmp() argument26 return strcmp((const char *)p_a, (const char *)p_b); in string_cmp()