Searched refs:place (Results 1 – 4 of 4) sorted by relevance
107 static char *place = EMSG; /* option letter processing */ variable202 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 …]
42 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.
519 region, along with a thread's stack if it needs one allocated. It doesn't place TLS memory on a784 LE, then the Bionic loader can place the executable's TLS segment at any offset from the TP, leaving822 ### Workaround for Go: place pthread keys after the executable's TLS
364 after most optimizations take place. Until LLVM replaces both of these with