HomeSort by relevance Sort by last modified time
    Searched refs:optreset (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
getopt.h 33 * BSD adds the non-standard `optreset' feature, for reinitialisation
38 # define optreset __mingw_optreset macro
39 extern int optreset;
  /external/mesa3d/src/getopt/
getopt.h 37 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions
74 extern int optreset;
getopt_long.c 61 int optreset; /* reset getopt */ variable
86 /* XXX: set optreset to 1 rather than these two */
302 * XXX using optreset. Work around this braindamage.
305 optind = optreset = 1;
308 if (optreset)
311 if (optreset || !*place) { /* update scanning pointer */
312 optreset = 0;
  /bionic/libc/include/
getopt.h 41 * GNU-like getopt_long()/getopt_long_only() with 4.4BSD optreset extension.
67 extern int optreset; /* getopt(3) external variable */
  /external/libpcap/missing/
getopt.c 47 optreset; /* reset getopt */ variable
75 if (optreset || !*place) { /* update scanning pointer */
76 optreset = 0;
  /system/core/logcat/include/log/
getopt.h 39 int optreset; member in struct:getopt_context
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 76 int optreset; /* reset getopt */ variable
109 /* XXX: set optreset to 1 rather than these two */
369 * XXX using optreset. Work around this braindamage.
372 optind = optreset = 1;
378 if (posixly_correct == -1 || optreset)
388 if (optreset)
391 if (optreset || !*place) { /* update scanning pointer */
392 optreset = 0;
  /system/core/logcat/
getopt_long.cpp 246 // XXX using optreset. Work around this braindamage.
247 if (!context->optind) context->optind = context->optreset = 1;
259 if (context->optreset) context->nonopt_start = context->nonopt_end = -1;
261 if (context->optreset || !*context->place) { // update scanning pointer
262 context->optreset = 0;
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 161 extern int optreset;
  /external/e2fsprogs/debugfs/
util.c 26 extern int optreset; /* defined by BSD, but not others */
46 * More modern versions of BSD require that optreset be set to 1 in
59 optreset = 1; /* Makes BSD getopt happy */
  /frameworks/base/tests/touchlag/
touchlag.cpp 213 extern int optreset;
  /external/e2fsprogs/lib/ext2fs/
tst_bitmaps.c 101 * More modern versions of BSD require that optreset be set to 1 in
114 optreset = 1; /* Makes BSD getopt happy */

Completed in 353 milliseconds