Searched refs:SHORTOPTS (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Mac/scripts/ |
D | BuildApplet.py | 78 SHORTOPTS = "o:r:ne:v?PR" 81 options, args = getopt.getopt(sys.argv[1:], SHORTOPTS, LONGOPTS)
|
/external/iptables/iptables/ |
D | iptables-apply | 57 SHORTOPTS="t:Vh"; 60 OPTS=$(getopt -s bash -o "$SHORTOPTS" -l "$LONGOPTS" -n "$PROGNAME" -- "$@") || exit $?
|
/external/python/cpython2/Lib/plat-mac/ |
D | gensuitemodule.py | 49 SHORTOPTS = "rb:o:e:c:dv" 52 opts, args = getopt.getopt(sys.argv[1:], SHORTOPTS, LONGOPTS)
|
/external/tcpdump/ |
D | tcpdump.c | 517 #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 1173 (op = getopt_long(argc, argv, SHORTOPTS, longopts, NULL)) != -1) in main()
|