Home | Sort by: relevance | last modified time | path |
/src/lib/libc/stdlib/ | |
getopt_long.c | 63 int optreset; /* reset getopt */ variable in typeref:typename:int 66 static int optreset; variable in typeref:typename:int 95 /* XXX: set optreset to 1 rather than these two */ 186 if (optreset) 189 if (optreset || !*place) { /* update scanning pointer */ 190 optreset = 0; |