Searched refs:TESTDIR (Results 1 - 25 of 199) sorted by relevance

12345678

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-dnssrv.conf17 pidfile @TESTDIR@/slapd.pid
18 argsfile @TESTDIR@/slapd.args
H A Dslapd-config-undo.conf12 #~null~#directory @TESTDIR@/db.1.a
21 include @TESTDIR@/configpw.conf
H A Dslapd-2db.conf21 pidfile @TESTDIR@/slapd.1.pid
22 argsfile @TESTDIR@/slapd.1.args
36 #~null~#directory @TESTDIR@/db.1.a
46 #~null~#directory @TESTDIR@/db.1.b
H A Dslapd-cache-master.conf22 pidfile @TESTDIR@/slapd.1.pid
23 argsfile @TESTDIR@/slapd.1.args
38 #~null~#directory @TESTDIR@/db.1.a
H A Dslapd-dn.conf24 pidfile @TESTDIR@/slapd.1.pid
25 argsfile @TESTDIR@/slapd.1.args
40 #~null~#directory @TESTDIR@/db.1.a
H A Dslapd-master.conf24 pidfile @TESTDIR@/slapd.1.pid
25 argsfile @TESTDIR@/slapd.1.args
40 #~null~#directory @TESTDIR@/db.1.a
H A Dslapd-passwd.conf21 pidfile @TESTDIR@/slapd.pid
22 argsfile @TESTDIR@/slapd.args
H A Dslapd-ref-slave.conf22 pidfile @TESTDIR@/slapd.2.pid
23 argsfile @TESTDIR@/slapd.2.args
43 #~null~#directory @TESTDIR@/db.2.a
H A Dslapd-referrals.conf21 pidfile @TESTDIR@/slapd.pid
22 argsfile @TESTDIR@/slapd.args
37 #~null~#directory @TESTDIR@/db.1.a
H A Dslapd-refint.conf23 pidfile @TESTDIR@/slapd.1.pid
24 argsfile @TESTDIR@/slapd.1.args
41 #~null~#directory @TESTDIR@/db.1.a
H A Dslapd-syncrepl-master.conf22 pidfile @TESTDIR@/slapd.1.pid
23 argsfile @TESTDIR@/slapd.1.args
40 #~null~#directory @TESTDIR@/db.1.a
H A Dslapd-translucent-remote.conf23 pidfile @TESTDIR@/slapd.1.pid
24 argsfile @TESTDIR@/slapd.1.args
42 #~null~#directory @TESTDIR@/db.1.a
H A Dslapd.conf24 pidfile @TESTDIR@/slapd.1.pid
25 argsfile @TESTDIR@/slapd.1.args
44 #~null~#directory @TESTDIR@/db.1.a
H A Dslapd2.conf22 pidfile @TESTDIR@/slapd.2.pid
23 argsfile @TESTDIR@/slapd.2.args
38 #~null~#directory @TESTDIR@/db.2.a
H A Dslapd-dynlist.conf25 pidfile @TESTDIR@/slapd.1.pid
26 argsfile @TESTDIR@/slapd.1.args
45 #~null~#directory @TESTDIR@/db.1.a
56 include @TESTDIR@/configpw.conf
H A Dslapd-translucent-local.conf24 pidfile @TESTDIR@/slapd.2.pid
25 argsfile @TESTDIR@/slapd.2.args
47 #~null~#directory @TESTDIR@/db.2.a
65 include @TESTDIR@/configpw.conf
H A Dslapd-unique.conf23 pidfile @TESTDIR@/slapd.1.pid
24 argsfile @TESTDIR@/slapd.1.args
41 #~null~#directory @TESTDIR@/db.1.a
58 include @TESTDIR@/configpw.conf
H A Dslapd-valsort.conf22 pidfile @TESTDIR@/slapd.1.pid
23 argsfile @TESTDIR@/slapd.1.args
39 #~null~#directory @TESTDIR@/db.1.a
53 include @TESTDIR@/configpw.conf
H A Dslapd-config-naked.conf14 include @TESTDIR@/configpw.conf
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dinclude.tcl8 set rpc_testdir $rpc_path/TESTDIR
15 set testdir ./TESTDIR
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/regressions/its4336/
H A Dslapd.conf24 pidfile @TESTDIR@/slapd.2.pid
25 argsfile @TESTDIR@/slapd.2.args
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/regressions/its4337/
H A Dslapd.conf24 pidfile @TESTDIR@/slapd.2.pid
25 argsfile @TESTDIR@/slapd.2.args
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Ddirent-test.c46 #define TESTDIR "dirent-test-dir" macro
119 fprintf(stderr, "Creating test directory %s ...\n", TESTDIR);
121 if (_mkdir(TESTDIR))
122 fail_test("Can't create test directory \"" TESTDIR "\"");
124 if (_chdir(TESTDIR))
147 (len = strlen(dirname)) > sizeof(TESTDIR)/sizeof(char) &&
149 !strcmp(dirname + len + 1 - sizeof(TESTDIR)/sizeof(char), TESTDIR)) {
156 if (!_rmdir( TESTDIR )) {
161 if (_chdir(TESTDIR)) {
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Ddefines.sh55 TESTDIR=${USER_TESTDIR-$TESTWD/testrun}
62 DBDIR1A=$TESTDIR/db.1.a
63 DBDIR1B=$TESTDIR/db.1.b
64 DBDIR1C=$TESTDIR/db.1.c
66 DBDIR2A=$TESTDIR/db.2.a
67 DBDIR2B=$TESTDIR/db.2.b
68 DBDIR2C=$TESTDIR/db.2.c
70 DBDIR3=$TESTDIR/db.3.a
71 DBDIR4=$TESTDIR/db.4.a
72 DBDIR5=$TESTDIR/d
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/build_windows/
H A Dinclude.tcl11 set testdir ./TESTDIR

Completed in 375 milliseconds

12345678