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

1 23

  /external/mesa3d/src/getopt/
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;
  /external/e2fsprogs/debugfs/
util.c 25 extern int optreset; /* defined by BSD, but not others */
44 * More modern versions of BSD require that optreset be set to 1 in
57 optreset = 1; /* Makes BSD getopt happy */
  /external/openssh/
sftp.c 354 extern int opterr, optind, optopt, optreset;
357 optind = optreset = 1;
383 extern int opterr, optind, optopt, optreset;
386 optind = optreset = 1;
407 extern int opterr, optind, optopt, optreset;
410 optind = optreset = 1;
460 extern int opterr, optind, optopt, optreset;
463 optind = optreset = 1;
    [all...]
defines.h 560 # undef optreset macro
566 # define optreset BSDoptreset macro
ssh.c 246 extern int optind, optreset;
623 optind = optreset = 1;
    [all...]
session.c     [all...]
configure     [all...]
  /frameworks/base/tests/touchlag/
touchlag.cpp 213 extern int optreset;
  /system/core/sh/
histedit.c 256 optreset = 1; optind = 1; /* initialize getopt */
eval.c 1016 optreset = 1;
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 109 milliseconds

1 23