HomeSort by relevance Sort by last modified time
    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/python/cpython2/Mac/scripts/
BuildApplet.py 78 SHORTOPTS = "o:r:ne:v?PR"
81 options, args = getopt.getopt(sys.argv[1:], SHORTOPTS, LONGOPTS)
  /external/python/cpython2/Lib/plat-mac/
gensuitemodule.py 49 SHORTOPTS = "rb:o:e:c:dv"
52 opts, args = getopt.getopt(sys.argv[1:], SHORTOPTS, LONGOPTS)
    [all...]
  /external/tcpdump/
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_FLAG "r:s:StT:u" U_FLAG "vV:w:W:xXy:Yz:Z:#"
1173 (op = getopt_long(argc, argv, SHORTOPTS, longopts, NULL)) != -1)
    [all...]

Completed in 4793 milliseconds