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

/freebsd-10.2-release/contrib/gcclibs/libiberty/
H A Dgetopt.c204 # define my_index strchr
231 my_index (const char *str, int chr)
646 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1])))))
758 || my_index (optstring, *nextchar) == NULL)
782 char *temp = my_index (optstring, c);
202 # define my_index macro
229 my_index (const char *str, int chr) function

Completed in 77 milliseconds