OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTS
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/contrib/
e2croncheck
28
OPTS
="-Fttv -C0"
29
#
OPTS
="-Fttv -E fragcheck"
34
if nice logsave -as $TMPFILE e2fsck -p $
OPTS
"/dev/${VG}/${VOLUME}-snap" && \
35
nice logsave -as $TMPFILE e2fsck -fy $
OPTS
"/dev/${VG}/${VOLUME}-snap" ; then
/external/icu4c/
runConfigureICU
9
OPTS
=
73
OPTS
="$
OPTS
--enable-debug"
77
OPTS
="$
OPTS
--disable-release"
383
echo "Running ./configure $
OPTS
$@ for $THE_OS using $THE_COMP compiler"
385
if $configure $
OPTS
$@
/external/iptables/iptables/
iptables-apply
61
OPTS
=$(getopt -s bash -o "$SHORTOPTS" -l "$LONGOPTS" -n "$PROGNAME" -- "$@") || exit $?
62
for opt in $
OPTS
; do
Completed in 591 milliseconds