Searched defs:optreset (Results 1 - 5 of 5) sorted by relevance

/external/libpcap/Win32/Src/
H A Dgetopt.c45 optreset; /* reset getopt */ variable
70 if (optreset || !*place) { /* update scanning pointer */
71 optreset = 0;
/external/tcpdump/win32/Src/
H A Dgetopt.c45 optreset; /* reset getopt */ variable
66 if (optreset || !*place) { /* update scanning pointer */
67 optreset = 0;
/external/mesa3d/src/getopt/
H A Dgetopt_long.c61 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/openssh/openbsd-compat/
H A Dgetopt_long.c59 * getopt opterr optind optopt optreset optarg are all in defines.h which is
78 int optreset; /* reset getopt */ variable
103 /* XXX: set optreset to 1 rather than these two */
306 * XXX using optreset. Work around this braindamage.
309 optind = optreset = 1;
315 if (posixly_correct == -1 || optreset)
325 if (optreset)
328 if (optreset || !*place) { /* update scanning pointer */
329 optreset = 0;
/external/openssh/
H A Ddefines.h580 # undef optreset macro
586 # define optreset BSDoptreset macro

Completed in 198 milliseconds