HomeSort by: relevance | last modified time | path
    Searched refs:WRAPPER (Results 1 - 7 of 7) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
configure 4 WRAPPER="$0"; export WRAPPER; exec "`"$dir/autosetup-find-tclsh"`" "$dir/autosetup" "$@"
  /src/external/public-domain/sqlite/dist/tea/
configure 18 WRAPPER="$0"; export WRAPPER; exec "`"$dirA/autosetup-find-tclsh"`" \
  /src/usr.bin/make/unit-tests/
meta-cmd-cmp.mk 40 WRAPPER?= ccache
50 @echo ${WRAPPER} cc -c foo.c > $@
71 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} WRAPPER= ${filter_tests}
76 WRAPPER=distcc ${filter_tests}
81 WRAPPER=icecc ${filter_tests}
  /src/external/bsd/openldap/dist/tests/scripts/
defines.sh 213 if [ -n "$WRAPPER" ]; then
216 WRAPPER="$ABS_SRCDIR/scripts/grandchild_wrapper.py gdb -nx -x $ABS_SRCDIR/scripts/gdb.py -batch-silent -return-child-result --args"
218 WRAPPER="valgrind --log-file=$TESTDIR/valgrind.%p.log --fullpath-after=`dirname $ABS_SRCDIR` --keep-debuginfo=yes --leak-check=full"
220 WRAPPER="valgrind --log-file=$TESTDIR/valgrind.%p.log --vgdb=yes --vgdb-error=1"
222 WRAPPER="valgrind --log-file=$TESTDIR/valgrind.%p.log --vgdb=yes --vgdb-error=0"
225 if [ -n "$WRAPPER" ]; then
226 SLAPD_WRAPPER="$LIBTOOL --mode=execute env $WRAPPER"
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelLowering.h 35 /// A wrapper node for TargetConstantPool,
37 WRAPPER,
AVRISelLowering.cpp 245 NODE(WRAPPER);
481 return DAG.getNode(AVRISD::WRAPPER, SDLoc(Op), getPointerTy(DL), Result);
491 return DAG.getNode(AVRISD::WRAPPER, SDLoc(Op), getPointerTy(DL), Result);
  /src/external/public-domain/sqlite/dist/autosetup/
autosetup 32 # have been run via the configure wrapper ([getenv WRAPPER] is set)
37 # b. auto.def is in the directory containing the configure wrapper,
51 set autosetup(exe) [getenv WRAPPER $autosetup(prog)]
60 if {[getenv WRAPPER ""] eq ""} {
64 # Invoked via the configure wrapper
213 configlog "Invoked as: [getenv WRAPPER $::argv0] [quote-argv $autosetup(argv)]"
1928 WRAPPER="$0"; export WRAPPER; "autosetup" "$@"
1935 WRAPPER="$0"; export WRAPPER; exec "`"$dir/autosetup-find-tclsh"`" "$dir/autosetup" "$@
    [all...]

Completed in 27 milliseconds