Searched defs:strneq (Results 1 – 2 of 2) sorted by relevance
34 static int strneq(const char *s1, unsigned int n, const char *s2) in strneq() function
78 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro