Home
last modified time | relevance | path

Searched refs:place (Results 1 – 4 of 4) 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.md42 jump to `fopen(3)`, say, it lands in the right place).
177 library that would make more sense as the place to add the wrapper.
/bionic/docs/
Delf-tls.md519 region, along with a thread's stack if it needs one allocated. It doesn't place TLS memory on a
784 LE, then the Bionic loader can place the executable's TLS segment at any offset from the TP, leaving
822 ### Workaround for Go: place pthread keys after the executable's TLS
Dclang_fortify_anatomy.md364 after most optimizations take place. Until LLVM replaces both of these with