OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:optreset
(Results
1 - 4
of
4
) sorted by null
/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 */
388
* XXX using
optreset
. Work around this braindamage.
391
optind =
optreset
= 1;
394
if (
optreset
)
397
if (
optreset
|| !*place) { /* update scanning pointer */
398
optreset
= 0;
/external/chromium_org/third_party/mesa/src/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/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/openssh/
defines.h
560
# undef
optreset
macro
566
# define
optreset
BSDoptreset
macro
Completed in 203 milliseconds