Searched refs:OPTIONS (Results 1 – 3 of 3) sorted by relevance
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()
816 OPTIONS=`getopt ${GETOPTS} "?a:cCdDf:hs:t" ${*}` ||819 set -- ${OPTIONS}