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

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c107 static char *place = EMSG; /* option letter processing */ variable
202 current_argv = place;
397 if (optreset || !*place) { /* update scanning pointer */
400 place = EMSG;
417 if (*(place = nargv[optind]) != '-' ||
419 place[1] == '\0') {
421 (place[1] == '\0' && strchr(options, '-') == NULL)) {
423 place = EMSG; /* found non-option */
459 if (place[1] != '\0' && *++place
[all...]

Completed in 23 milliseconds