OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LONGOPTS
(Results
1 - 3
of
3
) sorted by null
/external/iptables/iptables/
iptables-apply
58
LONGOPTS
="timeout:,version,help";
60
OPTS=$(getopt -s bash -o "$SHORTOPTS" -l "$
LONGOPTS
" -n "$PROGNAME" -- "$@") || exit $?
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
gensuitemodule.py
50
LONGOPTS
= ("resource", "base=", "output=", "edit=", "creator=", "dump", "verbose")
52
opts, args = getopt.getopt(sys.argv[1:], SHORTOPTS,
LONGOPTS
)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py
50
LONGOPTS
= ("resource", "base=", "output=", "edit=", "creator=", "dump", "verbose")
52
opts, args = getopt.getopt(sys.argv[1:], SHORTOPTS,
LONGOPTS
)
[
all
...]
Completed in 73 milliseconds