Searched defs:str_b (Results 1 – 6 of 6) sorted by relevance
354 const char **str_b = (const char **) b; symbols_cmp_r() local
992 const char *str_a = *(const char **)a, *str_b = *(const char **)b; in cmp_str() local
517 const char **str_b = (const char **) b; in symbols_cmp() local
2855 const char **str_b = (const char **) b; symbols_cmp_r() local
8778 const char **str_b = (const char **) b; in symbols_cmp() local
175 static int mod_strncmp(const char *str_a, const char *str_b, size_t n) in mod_strncmp()