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

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs.h123 atf_error_t atf_fs_mkdtemp(atf_fs_path_t *);
H A Dfs_test.c815 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_mkdtemp function, "
825 RE(atf_fs_mkdtemp(&p1));
826 RE(atf_fs_mkdtemp(&p2));
864 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_mkdtemp function, "
877 err = atf_fs_mkdtemp(&p);
916 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_mkdtemp function "
925 do_umask_check(atf_fs_mkdtemp, &p, 00100, "00100", "directory");
926 do_umask_check(atf_fs_mkdtemp, &p, 00200, "00200", "directory");
927 do_umask_check(atf_fs_mkdtemp, &p, 00400, "00400", "directory");
928 do_umask_check(atf_fs_mkdtemp,
[all...]
H A Dfs.c793 atf_fs_mkdtemp(atf_fs_path_t *p) function
/bind-9.11.3/unit/atf-src/atf-c/
H A Dcheck.c63 err = atf_fs_mkdtemp(dir);

Completed in 104 milliseconds