Home
last modified time | relevance | path

Searched refs:testpath (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/gmake/dist/tests/
H A Dtest_driver.pl422 $testpath = "$workpath$pathsep$testname";
436 $log_filename = "$testpath.$logext";
437 $diff_filename = "$testpath.$diffext";
438 $base_filename = "$testpath.$baseext";
439 $tmp_filename = "$testpath.$tmpfilesuffix";
/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Dschema_inttest.cpp457 const fs::path testpath("test.db"); in ATF_TEST_CASE_BODY() local
460 testpath, sqlite::open_readwrite | sqlite::open_create); in ATF_TEST_CASE_BODY()
465 store::backend backend = store::backend::open_ro(testpath); in ATF_TEST_CASE_BODY()
482 const fs::path testpath("test.db"); in ATF_TEST_CASE_BODY() local
485 testpath, sqlite::open_readwrite | sqlite::open_create); in ATF_TEST_CASE_BODY()
492 store::backend backend = store::backend::open_ro(testpath); in ATF_TEST_CASE_BODY()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dconfig.c694 char *ptr, *testpath; in mdb_cf_gen() local
698 testpath = ch_malloc( len + STRLENOF(LDAP_DIRSEP) + STRLENOF("DUMMY") + 1 ); in mdb_cf_gen()
699 ptr = lutil_strcopy( testpath, c->value_string ); in mdb_cf_gen()
702 f = fopen( testpath, "w" ); in mdb_cf_gen()
705 unlink( testpath ); in mdb_cf_gen()
707 ch_free( testpath ); in mdb_cf_gen()