Home
last modified time | relevance | path

Searched defs:this_option_optind (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt1.c118 int this_option_optind = optind ? optind : 1; variable
H A Dgetopt.c1225 int this_option_optind = optind ? optind : 1; local