Searched refs:test_tempdir (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/apr/file_io/unix/
H A Dtempdir.c24 static int test_tempdir(const char *temp_dir, apr_pool_t *p) function
74 if (len && (len < APR_PATH_MAX) && test_tempdir(value, p)) {
83 if (test_tempdir("C:\\TEMP", p)) {
90 if (test_tempdir("SYS:/TMP", p)) {
98 if (test_tempdir(try_dirs[i], p)) {
109 if (test_tempdir(P_tmpdir, p)) {
117 if (test_tempdir(cwd, p)) {

Completed in 74 milliseconds