Searched refs:OPTIONS (Results 1 – 4 of 4) sorted by relevance
31 where=OPTIONS42 where=OPTIONS57 where=OPTIONS60 OPTIONS="-d -e -s -p"64 OPTIONS|OPT_SERIAL|OPT_PATH)65 COMPREPLY=( $(compgen -W "$OPTIONS $COMMAND" -- "$cur") )115 where=OPTIONS120 where=OPTIONS130 if [[ $where == OPTIONS ]]; then331 where=OPTIONS[all …]
31 where=OPTIONS42 where=OPTIONS59 where=OPTIONS62 …OPTIONS="-a -c --disable-verification --disable-verity -h --help -s --set-active --skip-secondary …66 OPTIONS|OPT_SERIAL)67 COMPREPLY=( $(compgen -W "$OPTIONS $COMMAND" -- "$cur") )
48 static const struct option OPTIONS[] = { in handleCommandLineArgments() local55 while ((opt = getopt_long(argc, argv, OPTSTR, OPTIONS, &option_index)) >= 0) { in handleCommandLineArgments()
786 OPTIONS=`getopt ${GETOPTS} "?a:cCdDf:hs:t" ${*}` ||789 set -- ${OPTIONS}