Home
last modified time | relevance | path

Searched refs:my_strncmp (Results 1 – 1 of 1) sorted by relevance

/pciutils/compat/
H A Dgetopt.c166 #define my_strncmp strncmp macro
177 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() function
215 return my_strncmp(s1, s2, -1); in my_strcmp()
466 if (!my_strncmp(p->name, nextchar, s - nextchar)) { in _getopt_internal()