Searched refs:my_strncmp (Results 1 – 1 of 1) sorted by relevance
166 #define my_strncmp strncmp macro177 static int my_strncmp(const char *s1, const char *s2, int n);201 static int my_strncmp(const char *s1, const char *s2, int n) in my_strncmp() function215 return my_strncmp(s1, s2, -1); in my_strcmp()466 if (!my_strncmp(p->name, nextchar, s - nextchar)) { in _getopt_internal()