OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:POSIXLY_CORRECT
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
getopt.c
56
Using `getopt' or setting the environment variable
POSIXLY_CORRECT
232
int
posixly_correct
, struct _getopt_data *d)
242
d->__posixly_correct =
posixly_correct
|| !!getenv ("
POSIXLY_CORRECT
");
347
If
POSIXLY_CORRECT
is nonzero, behave as if the
POSIXLY_CORRECT
353
int long_only, int
posixly_correct
, struct _getopt_data *d)
369
posixly_correct
, d);
1089
int long_only, int
posixly_correct
)
1097
long_only,
posixly_correct
, &getopt_data)
[
all
...]
/external/bison/lib/
getopt.c
53
Using 'getopt' or setting the environment variable
POSIXLY_CORRECT
230
struct _getopt_data *d, int
posixly_correct
)
240
d->__posixly_correct =
posixly_correct
|| !!getenv ("
POSIXLY_CORRECT
");
352
int long_only, struct _getopt_data *d, int
posixly_correct
)
366
posixly_correct
);
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/sed/
sed.h
86
POSIXLY_CORRECT
, /* with POSIX-compatible GNU extensions */
Completed in 57 milliseconds