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

/external/grub/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 279 milliseconds