HomeSort by relevance Sort by last modified time
    Searched refs:SHORTOPTS (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 177 #define SHORTOPTS "bsnrRuEe:f:l:i::V:"
179 #define SHORTOPTS "bsnruEe:f:l:i::V:"
241 while ((opt = getopt_long(argc, argv, SHORTOPTS, longopts, NULL)) != EOF)
  /external/iptables/iptables/
iptables-apply 58 SHORTOPTS="t:Vh";
61 OPTS=$(getopt -s bash -o "$SHORTOPTS" -l "$LONGOPTS" -n "$PROGNAME" -- "$@") || exit $?

Completed in 737 milliseconds