Home
last modified time | relevance | path

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

/pciutils/compat/
H A Dgetopt.c165 #define my_strcmp strcmp macro
178 static int my_strcmp(const char *s1, const char *s2);
213 static int my_strcmp(const char *s1, const char *s2) in my_strcmp() function
406 if (optind != argc && !my_strcmp(argv[optind], "--")) { in _getopt_internal()