OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHORTOPTS
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/sed/
sed.c
177
#define
SHORTOPTS
"bsnrRuEe:f:l:i::V:"
179
#define
SHORTOPTS
"bsnruEe:f:l:i::V:"
241
while ((opt = getopt_long(argc, argv,
SHORTOPTS
, longopts, NULL)) != EOF)
/external/iptables/iptables/
iptables-apply
58
SHORTOPTS
="t:Vh";
61
OPTS=$(getopt -s bash -o "$
SHORTOPTS
" -l "$LONGOPTS" -n "$PROGNAME" -- "$@") || exit $?
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py
49
SHORTOPTS
= "rb:o:e:c:dv"
52
opts, args = getopt.getopt(sys.argv[1:],
SHORTOPTS
, LONGOPTS)
[
all
...]
Completed in 258 milliseconds