Home
last modified time | relevance | path

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

/bionic/libc/unistd/
Dgetopt_long.c96 static char *place = EMSG; /* option letter processing */ variable
178 current_argv = place; in parse_long_options()
326 if (optreset || !*place) { /* update scanning pointer */ in getopt_internal()
329 place = EMSG; in getopt_internal()
346 if (*(place = nargv[optind]) != '-' || in getopt_internal()
347 (place[1] == '\0' && strchr(options, '-') == NULL)) { in getopt_internal()
348 place = EMSG; /* found non-option */ in getopt_internal()
384 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') { in getopt_internal()
386 place = EMSG; in getopt_internal()
407 if (long_options != NULL && place != nargv[optind] && in getopt_internal()
[all …]
/bionic/libc/docs/
DOVERVIEW.TXT107 - place it in an external library (-lpthread)