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

  /src/external/gpl2/diffutils/dist/lib/
getopt.c 136 int __getopt_initialized;
541 if (optind == 0 || !__getopt_initialized)
546 __getopt_initialized = 1;
135 int __getopt_initialized; variable
  /src/external/gpl2/gmake/dist/
getopt.c 125 int __getopt_initialized = 0; variable
498 if (optind == 0 || !__getopt_initialized)
503 __getopt_initialized = 1;
  /src/external/gpl2/grep/dist/lib/
getopt.c 134 int __getopt_initialized;
526 if (optind == 0 || !__getopt_initialized)
531 __getopt_initialized = 1;
133 int __getopt_initialized; variable
  /src/external/gpl3/binutils/dist/libiberty/
getopt.c 131 int __getopt_initialized = 0;
525 if (optind == 0 || !__getopt_initialized)
530 __getopt_initialized = 1;
130 int __getopt_initialized = 0; variable
  /src/external/gpl3/binutils.old/dist/libiberty/
getopt.c 131 int __getopt_initialized = 0;
525 if (optind == 0 || !__getopt_initialized)
530 __getopt_initialized = 1;
130 int __getopt_initialized = 0; variable
  /src/external/gpl3/gcc/dist/libiberty/
getopt.c 137 int __getopt_initialized = 0;
531 if (optind == 0 || !__getopt_initialized)
536 __getopt_initialized = 1;
136 int __getopt_initialized = 0; variable
  /src/external/gpl3/gcc.old/dist/libiberty/
getopt.c 137 int __getopt_initialized = 0;
531 if (optind == 0 || !__getopt_initialized)
536 __getopt_initialized = 1;
136 int __getopt_initialized = 0; variable
  /src/external/gpl3/gdb/dist/libiberty/
getopt.c 137 int __getopt_initialized = 0;
531 if (optind == 0 || !__getopt_initialized)
536 __getopt_initialized = 1;
136 int __getopt_initialized = 0; variable
  /src/external/gpl3/gdb.old/dist/libiberty/
getopt.c 137 int __getopt_initialized = 0;
531 if (optind == 0 || !__getopt_initialized)
536 __getopt_initialized = 1;
136 int __getopt_initialized = 0; variable

Completed in 51 milliseconds