Searched refs:my_index (Results 1 – 2 of 2) sorted by relevance
202 # define my_index strchr macro229 my_index (const char *str, int chr) in my_index() function642 || (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()
2636 * getopt.c (my_index, exchange, _getopt_initialize,8713 * getopt.c (my_index): Make first arg const to match strchr,