Home
last modified time | relevance | path

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

/pciutils/compat/
H A Dgetopt.c163 #define my_index strchr macro
176 static char *my_index(const char *str, int chr);
191 static char *my_index(const char *str, int chr) in my_index() function
545 || my_index(optstring, *nextchar) == NULL) { in _getopt_internal()
566 char *temp = my_index(optstring, c); in _getopt_internal()