Home
last modified time | relevance | path

Searched refs:SHORTOPTS (Results 1 – 2 of 2) sorted by relevance

/external/iptables/iptables/
Diptables-apply57 SHORTOPTS="t:Vh";
60 OPTS=$(getopt -s bash -o "$SHORTOPTS" -l "$LONGOPTS" -n "$PROGNAME" -- "$@") || exit $?
/external/tcpdump/
Dtcpdump.c667 #define SHORTOPTS "aAb" B_FLAG "c:C:d" D_FLAG "eE:fF:G:hHi:" I_FLAG j_FLAG J_FLAG "KlLm:M:nNOpq" Q_… macro
1076 (op = getopt_long(argc, argv, SHORTOPTS, longopts, NULL)) != -1) in main()