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

/external/grub/lib/
H A Dgetopt.c203 # define my_index strchr
220 my_index (str, chr)
643 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1])))))
754 || my_index (optstring, *nextchar) == NULL)
778 char *temp = my_index (optstring, c);
201 # define my_index macro
218 my_index (str, chr) function

Completed in 173 milliseconds