Searched defs:strcmp (Results 1 – 2 of 2) sorted by relevance
25 # define strcmp(s1, s2) xstrcmp(s1, s2) macro28 strcmp(const char *s1, const char *s2) in strcmp() function
200 #define strcmp(s1, s2) kcsan_strcmp((s1), (s2)) macro