OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:optreset
(Results
1 - 12
of
12
) sorted by null
/bionic/libc/include/
getopt.h
46
* GNU-like getopt_long() and 4.4BSD getsubopt()/
optreset
extensions
80
extern int
optreset
;
/ndk/build/platforms/android-3/arch-arm/usr/include/
getopt.h
46
* GNU-like getopt_long() and 4.4BSD getsubopt()/
optreset
extensions
80
extern int
optreset
;
/ndk/build/platforms/android-4/arch-arm/usr/include/
getopt.h
46
* GNU-like getopt_long() and 4.4BSD getsubopt()/
optreset
extensions
80
extern int
optreset
;
/ndk/build/platforms/android-5/arch-arm/usr/include/
getopt.h
46
* GNU-like getopt_long() and 4.4BSD getsubopt()/
optreset
extensions
80
extern int
optreset
;
/ndk/build/platforms/android-5/arch-x86/usr/include/
getopt.h
46
* GNU-like getopt_long() and 4.4BSD getsubopt()/
optreset
extensions
80
extern int
optreset
;
/ndk/build/platforms/android-8/arch-arm/usr/include/
getopt.h
46
* GNU-like getopt_long() and 4.4BSD getsubopt()/
optreset
extensions
80
extern int
optreset
;
/ndk/build/platforms/android-8/arch-x86/usr/include/
getopt.h
46
* GNU-like getopt_long() and 4.4BSD getsubopt()/
optreset
extensions
80
extern int
optreset
;
/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/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 */
/system/core/sh/
histedit.c
256
optreset
= 1; optind = 1; /* initialize getopt */
eval.c
1016
optreset
= 1;
/external/bison/
configure
[
all
...]
Completed in 159 milliseconds