HomeSort by: relevance | last modified time | path
    Searched defs:my_index (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/
getopt.c 180 #define my_index strchr
189 my_index (str, chr)
485 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1])))))
590 || my_index (optstring, *nextchar) == NULL)
613 char *temp = my_index (optstring, c);
178 #define my_index macro
187 my_index (str, chr) function
  /src/external/gpl2/diffutils/dist/lib/
getopt.c 202 # define my_index strchr
219 my_index (str, chr)
655 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1])))))
770 || my_index (optstring, *nextchar) == NULL)
794 char *temp = my_index (optstring, c);
200 # define my_index macro
217 my_index (str, chr) function
  /src/external/gpl2/gmake/dist/
getopt.c 191 # define my_index strchr
201 my_index (const char *str, int chr)
612 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1])))))
722 || my_index (optstring, *nextchar) == NULL)
746 char *temp = my_index (optstring, c);
190 # define my_index macro
200 my_index (const char *str, int chr) function
  /src/external/gpl2/grep/dist/lib/
getopt.c 200 # define my_index strchr
217 my_index (str, chr)
640 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1])))))
752 || my_index (optstring, *nextchar) == NULL)
776 char *temp = my_index (optstring, c);
198 # define my_index macro
215 my_index (str, chr) function
  /src/external/gpl3/binutils/dist/libiberty/
getopt.c 197 # define my_index strchr
224 my_index (const char *str, int chr)
639 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1])))))
751 || my_index (optstring, *nextchar) == NULL)
775 char *temp = my_index (optstring, c);
195 # define my_index macro
222 my_index (const char *str, int chr) function
  /src/external/gpl3/binutils.old/dist/libiberty/
getopt.c 197 # define my_index strchr
224 my_index (const char *str, int chr)
639 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1])))))
751 || my_index (optstring, *nextchar) == NULL)
775 char *temp = my_index (optstring, c);
195 # define my_index macro
222 my_index (const char *str, int chr) function
  /src/external/gpl3/gcc/dist/libiberty/
getopt.c 203 # define my_index strchr
230 my_index (const char *str, int chr)
645 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1])))))
757 || my_index (optstring, *nextchar) == NULL)
781 char *temp = my_index (optstring, c);
201 # define my_index macro
228 my_index (const char *str, int chr) function
  /src/external/gpl3/gcc.old/dist/libiberty/
getopt.c 203 # define my_index strchr
230 my_index (const char *str, int chr)
645 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1])))))
757 || my_index (optstring, *nextchar) == NULL)
781 char *temp = my_index (optstring, c);
201 # define my_index macro
228 my_index (const char *str, int chr) function
  /src/external/gpl3/gdb/dist/libiberty/
getopt.c 203 # define my_index strchr
230 my_index (const char *str, int chr)
645 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1])))))
757 || my_index (optstring, *nextchar) == NULL)
781 char *temp = my_index (optstring, c);
201 # define my_index macro
228 my_index (const char *str, int chr) function
  /src/external/gpl3/gdb.old/dist/libiberty/
getopt.c 203 # define my_index strchr
230 my_index (const char *str, int chr)
645 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1])))))
757 || my_index (optstring, *nextchar) == NULL)
781 char *temp = my_index (optstring, c);
201 # define my_index macro
228 my_index (const char *str, int chr) function

Completed in 42 milliseconds