Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dgetopt.c202 # define my_index strchr macro
229 my_index (const char *str, int chr) in my_index() function
642 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1]))))) in _getopt_internal()
754 || my_index (optstring, *nextchar) == NULL) in _getopt_internal()
778 char *temp = my_index (optstring, c); in _getopt_internal()
DChangeLog2636 * getopt.c (my_index, exchange, _getopt_initialize,
8713 * getopt.c (my_index): Make first arg const to match strchr,