Home
last modified time | relevance | path

Searched refs:SRCDIR (Results 1 – 25 of 159) sorted by relevance

1234567

/freebsd/usr.bin/xargs/tests/
H A Dxargs_test.sh8 SRCDIR=$(atf_get_srcdir)
13 atf_check -o file:${SRCDIR}/regress.normal.out \
14 xargs echo The <${SRCDIR}/regress.in
20 atf_check -o file:${SRCDIR}/regress.I.out \
21 xargs -I% echo The % % % %% % % <${SRCDIR}/regress.in
27 atf_check -o file:${SRCDIR}/regress.J.out \
28 xargs -J% echo The % again. <${SRCDIR}/regress.in
34 atf_check -o file:${SRCDIR}/regress.L.out \
35 xargs -L3 echo <${SRCDIR}/regress.in
41 atf_check -o file:${SRCDIR}/regress.P1.out \
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A DNTMakefile68 $(PYTHON) $(SRCDIR)\gen-map.py $(SRCDIR)\rfc3454.txt $(OBJ)
69 cd $(SRCDIR)
73 $(PYTHON) $(SRCDIR)\gen-errorlist.py $(SRCDIR)\rfc3454.txt $(OBJ)
74 cd $(SRCDIR)
78 …$(PYTHON) $(SRCDIR)\gen-normalize.py $(SRCDIR)\UnicodeData.txt $(SRCDIR)\CompositionExclusions-3.2…
79 cd $(SRCDIR)
83 $(PYTHON) $(SRCDIR)\gen-combining.py $(SRCDIR)\UnicodeData.txt $(OBJ)
84 cd $(SRCDIR)
88 $(PYTHON) $(SRCDIR)\gen-bidi.py $(SRCDIR)\rfc3454.txt $(OBJ)
89 cd $(SRCDIR)
[all …]
/freebsd/lib/libpam/modules/pam_krb5/
H A DMakefile29 SRCDIR= ${SRCTOP}/contrib/pam-krb5 macro
30 .PATH: ${SRCDIR}/module \
31 ${SRCDIR}/portable \
32 ${SRCDIR}/pam-util \
33 ${SRCDIR}/docs \
34 ${SRCDIR}
64 CFLAGS= -I${SRCDIR} \
75 cp ${SRCDIR}/pam-util/options.c pam-util_options.c
78 cp ${SRCDIR}/module/options.c module_options.c
/freebsd/usr.sbin/makefs/
H A DMakefile1 SRCDIR:=${.PARSEDIR:tA} macro
7 CFLAGS+=-I${SRCDIR}
21 CFLAGS+=-I${SRCDIR}/zfs \
27 .include "${SRCDIR}/zfs/Makefile.inc"
30 .include "${SRCDIR}/cd9660/Makefile.inc"
31 .include "${SRCDIR}/ffs/Makefile.inc"
32 .include "${SRCDIR}/msdos/Makefile.inc"
/freebsd/usr.bin/awk/tests/bugs-fixed/
H A Dbug_fix_test.sh29 SRCDIR=$(atf_get_srcdir)
38 local out_file="${SRCDIR}/${tc}.ok"
40 local err_file="${SRCDIR}/${tc}.err"
42 local in_file="${SRCDIR}/${tc}.in"
45 (cd ${SRCDIR} ; atf_check ${out_flag} ${err_flag} ${awk} -f "${tc}.awk" ${in_flag})
72 for path in $(find -s "${SRCDIR}" -name '*.awk'); do
/freebsd/sys/teken/libteken/
H A DMakefile6 SRCDIR= ${.CURDIR}/.. macro
7 .PATH: ${SRCDIR}
30 teken_state.h: ${SRCDIR}/gensequences ${SRCDIR}/sequences
31 awk -f ${SRCDIR}/gensequences ${SRCDIR}/sequences > ${.TARGET}
/freebsd/usr.bin/file/tests/
H A DMakefile4 SRCDIR= ${SRCTOP}/contrib/file/tests macro
5 _files!= echo ${SRCDIR}/*.testfile ${SRCDIR}/*.flags ${SRCDIR}/*.result ${SRCDIR}/*.magic
/freebsd/sys/modules/zfs/
H A DMakefile1 SRCDIR=${SRCTOP}/sys/contrib/openzfs/module macro
5 .PATH: ${SRCDIR}/avl \
6 ${SRCDIR}/lua \
7 ${SRCDIR}/nvpair \
8 ${SRCDIR}/icp/algs/blake3 \
9 ${SRCDIR}/icp/algs/edonr \
10 ${SRCDIR}/icp/algs/sha2 \
11 ${SRCDIR}/icp/asm-aarch64/blake3 \
12 ${SRCDIR}/icp/asm-aarch64/sha2 \
13 ${SRCDIR}/icp/asm-arm/sha2 \
[all …]
/freebsd/usr.bin/vi/
H A DMakefile7 SRCDIR= ${SRCTOP}/contrib/nvi macro
24 MAN= ${SRCDIR}/man/vi.1
28 .PATH: ${SRCDIR}/common
29 .PATH: ${SRCDIR}/ex
30 .PATH: ${SRCDIR}/cl
31 .PATH: ${SRCDIR}/vi
32 .PATH: ${SRCDIR}/regex
34 CFLAGS+=-I${.CURDIR} -I${SRCDIR} -I${SRCDIR}/regex \
/freebsd/lib/libxo/tests/
H A Dfunctional_test.sh28 SRCDIR=$(atf_get_srcdir)
35 local err_file="${SRCDIR}/${tc}${xo_fmt:+.${xo_fmt}}.err"
37 local out_file="${SRCDIR}/${tc}${xo_fmt:+.${xo_fmt}}.out"
48 TZ="EST" "${SRCDIR}/${tc}" --libxo${libxo_options}\
72 for path in $(find -Es "${SRCDIR}" -name '*.out'); do
/freebsd/usr.bin/xo/tests/
H A Dfunctional_test.sh28 SRCDIR=$(atf_get_srcdir)
37 local err_file="${SRCDIR}/${tc}${xo_fmt:+.${xo_fmt}}.err"
39 local out_file="${SRCDIR}/${tc}${xo_fmt:+.${xo_fmt}}.out"
44 TZ="EST" "${SRCDIR}/${tc}" \
68 for path in $(find -Es "${SRCDIR}" -name '*.out'); do
/freebsd/usr.bin/sed/tests/
H A Dregress.sh65 REGRESSION_TEST(`icase1', `sed /SED/Id <${SRCDIR}/regress.in')
66 REGRESSION_TEST(`icase2', `sed s/SED/Foo/I <${SRCDIR}/regress.in')
67 REGRESSION_TEST(`icase3', `sed s/SED/Foo/ <${SRCDIR}/regress.in')
68 REGRESSION_TEST(`icase4', `sed s/SED/Foo/i <${SRCDIR}/regress.in')
70 REGRESSION_TEST(`hanoi', `echo ":abcd: : :" | sed -f ${SRCDIR}/hanoi.sed')
71 REGRESSION_TEST(`math', `echo "4+7*3+2^7/3" | sed -f ${SRCDIR}/math.sed')
H A Dlegacy_test.sh3 SRCDIR="$(dirname "${0}")"; export SRCDIR
5 m4 "${SRCDIR}/../regress.m4" "${SRCDIR}/regress.sh" | sh
/freebsd/usr.bin/ncal/tests/
H A Dlegacy_test.sh3 SRCDIR="$(dirname "${0}")"; export SRCDIR
5 m4 "${SRCDIR}/../regress.m4" "${SRCDIR}/regress.sh" | sh
/freebsd/usr.bin/printf/tests/
H A Dlegacy_test.sh3 SRCDIR="$(dirname "${0}")"; export SRCDIR
5 m4 "${SRCDIR}/../regress.m4" "${SRCDIR}/regress.sh" | sh
/freebsd/usr.bin/tr/tests/
H A Dlegacy_test.sh3 SRCDIR="$(dirname "${0}")"; export SRCDIR
5 m4 "${SRCDIR}/../regress.m4" "${SRCDIR}/regress.sh" | sh
/freebsd/usr.bin/comm/tests/
H A Dlegacy_test.sh3 SRCDIR="$(dirname "${0}")"; export SRCDIR
5 m4 "${SRCDIR}/../regress.m4" "${SRCDIR}/regress.sh" | sh
/freebsd/usr.bin/file2c/tests/
H A Dlegacy_test.sh3 SRCDIR="$(dirname "${0}")"; export SRCDIR
5 m4 "${SRCDIR}/../regress.m4" "${SRCDIR}/regress.sh" | sh
/freebsd/usr.bin/join/tests/
H A Dlegacy_test.sh3 SRCDIR="$(dirname "${0}")"; export SRCDIR
5 m4 "${SRCDIR}/../regress.m4" "${SRCDIR}/regress.sh" | sh
/freebsd/usr.bin/jot/tests/
H A Dlegacy_test.sh3 SRCDIR="$(dirname "${0}")"; export SRCDIR
5 m4 "${SRCDIR}/../regress.m4" "${SRCDIR}/regress.sh" | sh
/freebsd/usr.bin/calendar/tests/
H A Dcomment_test.sh3 SRCDIR="$(dirname "${0}")"; export SRCDIR
5 m4 "${SRCDIR}/../regress.m4" "${SRCDIR}/comment.sh" | sh
H A Dcond_test.sh3 SRCDIR="$(dirname "${0}")"; export SRCDIR
5 m4 "${SRCDIR}/../regress.m4" "${SRCDIR}/cond.sh" | sh
H A Dlegacy_test.sh3 SRCDIR="$(dirname "${0}")"; export SRCDIR
5 m4 "${SRCDIR}/../regress.m4" "${SRCDIR}/regress.sh" | sh
/freebsd/usr.bin/bintrans/tests/
H A Dlegacy_test.sh3 SRCDIR="$(dirname "${0}")"; export SRCDIR
5 m4 "${SRCDIR}/../regress.m4" "${SRCDIR}/regress.sh" | sh
/freebsd/usr.bin/apply/tests/
H A Dlegacy_test.sh3 SRCDIR="$(dirname "${0}")"; export SRCDIR
5 m4 "${SRCDIR}/../regress.m4" "${SRCDIR}/regress.sh" | sh

1234567