Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/scripts/
DBuildApplet.py78 SHORTOPTS = "o:r:ne:v?PR"
81 options, args = getopt.getopt(sys.argv[1:], SHORTOPTS, LONGOPTS)
/external/iptables/iptables/
Diptables-apply57 SHORTOPTS="t:Vh";
60 OPTS=$(getopt -s bash -o "$SHORTOPTS" -l "$LONGOPTS" -n "$PROGNAME" -- "$@") || exit $?
/external/python/cpython2/Lib/plat-mac/
Dgensuitemodule.py49 SHORTOPTS = "rb:o:e:c:dv"
52 opts, args = getopt.getopt(sys.argv[1:], SHORTOPTS, LONGOPTS)
/external/tcpdump/
Dtcpdump.c526 #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
1182 (op = getopt_long(argc, argv, SHORTOPTS, longopts, NULL)) != -1) in main()