OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHORTOPTS
(Results
1 - 4
of
4
) sorted by null
/external/iptables/iptables/
iptables-apply
57
SHORTOPTS
="t:Vh";
60
OPTS=$(getopt -s bash -o "$
SHORTOPTS
" -l "$LONGOPTS" -n "$PROGNAME" -- "$@") || exit $?
/external/tcpdump/
tcpdump.c
667
#define
SHORTOPTS
"aAb" B_FLAG "c:C:d" D_FLAG "eE:fF:G:hHi:" I_FLAG j_FLAG J_FLAG "KlLm:M:nNOpq" Q_FLAG "r:Rs:StT:u" U_FLAG "vV:w:W:xXy:Yz:Z:#"
1076
(op = getopt_long(argc, argv,
SHORTOPTS
, longopts, NULL)) != -1)
[
all
...]
/prebuilts/gdb/darwin-x86/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
...]
/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 5386 milliseconds