Searched defs:strncmp (Results 1 – 5 of 5) sorted by relevance
41 strncmp(const char *s1, const char *s2, size_t n) in strncmp() function
40 void strncmp(void) {} in strncmp() function
392 strncmp ( in strncmp() function
385 strncmp(const char *s1, const char *s2, size_t n) in strncmp() function
210 #define strncmp(s,t,n) sstrncmp(s,t,n) macro