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

/osnet-11/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c137 int __getopt_initialized = 0;
529 if (optind == 0 || !__getopt_initialized)
534 __getopt_initialized = 1;
136 int __getopt_initialized = 0; variable

Completed in 21 milliseconds