Home
last modified time | relevance | path

Searched refs:test_tmpdir (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/libevent/build-aux/
H A Dinstall-sh354 test_tmpdir="$tmpdir/a"
355 ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
361 $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
362 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
/freebsd/contrib/openpam/
H A Dinstall-sh360 test_tmpdir="$tmpdir/a"
361 ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
367 $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
368 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
/freebsd/contrib/byacc/
H A Dinstall-sh360 test_tmpdir="$tmpdir/a"
361 ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
367 $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
368 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
/freebsd/crypto/openssh/
H A Dinstall-sh360 test_tmpdir="$tmpdir/a"
361 ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
367 $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
368 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
/freebsd/contrib/ldns/
H A Dinstall-sh360 test_tmpdir="$tmpdir/a"
361 ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
367 $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
368 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
/freebsd/contrib/ncurses/
H A Dinstall-sh360 test_tmpdir="$tmpdir/a"
361 ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
367 $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
368 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
/freebsd/contrib/tcpdump/
H A Dinstall-sh360 test_tmpdir="$tmpdir/a"
361 ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
367 $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
368 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
/freebsd/contrib/libpcap/
H A Dinstall-sh360 test_tmpdir="$tmpdir/a"
361 ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
367 $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
368 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
/freebsd/contrib/pam-krb5/tests/module/
H A Dtrace-t.c33 tmpdir = test_tmpdir(); in main()
H A Dpkinit-t.c74 tmpdir = test_tmpdir(); in main()
H A Drealm-t.c64 pwd.pw_dir = test_tmpdir(); in main()
H A Dcache-cleanup-t.c47 tmppath = test_tmpdir(); in main()
/freebsd/contrib/pam-krb5/tests/tap/
H A Dlibtap.sh238 test_tmpdir () { function
H A Dbasic.h164 char *test_tmpdir(void) __attribute__((__malloc__, __warn_unused_result__));
H A Dkerberos.c311 tmpdir_ticket = test_tmpdir(); in kerberos_setup()
446 tmpdir_conf = test_tmpdir(); in kerberos_generate_conf()
H A Dprocess.c421 process->tmpdir = test_tmpdir(); in process_start_internal()
H A Dbasic.c965 test_tmpdir(void) in test_tmpdir() function
/freebsd/contrib/pam-krb5/tests/tap/perl/Test/RRA/
H A DAutomake.pm287 sub test_tmpdir { subroutine
/freebsd/contrib/pam-krb5/tests/
H A DREADME84 supporting data files. They also support a test_tmpdir() function
/freebsd/contrib/pam-krb5/
H A DNEWS368 * Add test_tmpdir and test_tmpdir_free to TAP library.