HomeSort by relevance Sort by last modified time
    Searched full:__getopt_initialized (Results 1 - 2 of 2) sorted by null

  /external/grub/lib/
getopt.c 137 int __getopt_initialized = 0;
529 if (optind == 0 || !__getopt_initialized)
534 __getopt_initialized = 1;
136 int __getopt_initialized = 0; variable
  /ndk/sources/host-tools/make-3.81/
getopt.c 131 int __getopt_initialized = 0; variable
511 if (optind == 0 || !__getopt_initialized)
516 __getopt_initialized = 1;

Completed in 189 milliseconds