Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dgetopt_long.c107 static char *place = EMSG; /* option letter processing */ variable
202 current_argv = place; in parse_long_options()
391 if (optreset || !*place) { /* update scanning pointer */
394 place = EMSG;
411 if (*(place = nargv[optind]) != '-' ||
413 place[1] == '\0') {
415 (place[1] == '\0' && strchr(options, '-') == NULL)) {
417 place = EMSG; /* found non-option */
453 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') {
455 place = EMSG;
[all …]
/bionic/
DREADME.md37 jump to `fopen(3)`, say, it lands in the right place).