Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dgetopt.c131 int __getopt_initialized = 0; variable
508 if (optind == 0 || !__getopt_initialized) in _getopt_internal()
513 __getopt_initialized = 1; in _getopt_internal()