OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTS
(Results
1 - 4
of
4
) 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runant.py
79
OPTS
= ""
81
OPTS
= '-Djikes.class.path=\"%s\"' % os.environ['JIKESPATH']
94
% (JAVACMD, ANT_OPTS, LOCALCLASSPATH, ANT_HOME,
OPTS
, ANT_ARGS, \
/external/icu4c/
runConfigureICU
9
OPTS
=
74
OPTS
="$
OPTS
--enable-debug"
78
OPTS
="$
OPTS
--disable-release"
391
echo "Running ./configure $
OPTS
$@ for $THE_OS using $THE_COMP compiler"
393
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 3201 milliseconds