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

  /bionic/libc/unistd/
getopt_long.c 74 int optreset; /* reset getopt */ variable
98 /* XXX: set optreset to 1 rather than these two */
317 * XXX using optreset. Work around this braindamage.
320 optind = optreset = 1;
323 if (optreset)
326 if (optreset || !*place) { /* update scanning pointer */
327 optreset = 0;
  /external/openssh/
defines.h 560 # undef optreset macro
566 # define optreset BSDoptreset macro

Completed in 49 milliseconds