Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dgetopt.c196 # define my_index strchr macro
213 my_index (const char *str, int chr) in my_index() function
622 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1]))))) in _getopt_internal()
732 || my_index (optstring, *nextchar) == NULL) in _getopt_internal()
756 char *temp = my_index (optstring, c); in _getopt_internal()