Home
last modified time | relevance | path

Searched refs:tdir (Results 1 – 7 of 7) sorted by relevance

/freebsd/cddl/usr.sbin/dtrace/tests/tools/
H A Dgenmakefiles.sh29 local tdir=${CONTRIB_TESTDIR}/${class}/${group}
30 local tfiles=$(find $tdir -type f -a \
32 local tcfiles=$(find $tdir -type f -a -name \*.c | sort | fmtflist)
33 local texes=$(find $tdir -type f -a -name \*.exe | sort | fmtflist)
/freebsd/contrib/unbound/contrib/
H A Dupdate-anchor.sh136 tdir="$2"
138 for x in $tdir/*.anchor; do
/freebsd/contrib/tcsh/
H A Dtw.parse.c1942 Char *tdir; in expand_dir() local
1944 tdir = dollar(dir); in expand_dir()
1945 cleanup_push(tdir, xfree); in expand_dir()
1946 if (tdir == NULL || in expand_dir()
1947 (tilde(edir, tdir) != 0) || in expand_dir()
1953 cleanup_until(tdir); in expand_dir()
1960 xprintf("\n%S %s\n", edir->len ? edir->s : (tdir ? tdir : dir), in expand_dir()
1965 cleanup_until(tdir); in expand_dir()
1968 cleanup_until(tdir); in expand_dir()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/
H A Dprojectquota.cfg40 export PRJDIR=$TESTDIR/tdir
/freebsd/tests/sys/cddl/zfs/tests/acl/cifs/
H A Dcifs_attr_003_pos.ksh577 TESTDIR=tdir
/freebsd/contrib/unbound/doc/
H A DChangelog63 - Attempt to further fix doh_downstream_buffer_size.tdir flakiness.
208 - Cleanup ede.tdir test.
243 - Add RPZ tag tests in acl_interface.tdir.
328 - Merge #1080: AddressSanitizer detection in tdir tests and memory leak
385 - Remove testdata/remote-threaded.tdir. testdata/09-unbound-control.tdir
397 - Add missing common functions to tdir tests.
777 - Update testdata/ipset.tdir test for ipset fix.
1313 - Make ede.tdir test more predictable by using static data.
1331 - Fix test tdir skip report printout.
1337 - Better output for skipped tdir tests.
[all …]
/freebsd/contrib/unbound/
H A DMakefile.in364 …dir testcode testdata; cp -R $(srcdir)/testdata/*.sh $(srcdir)/testdata/*.tdir $(srcdir)/testdata/…