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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.h129 atf_error_t atf_fs_mkstemp(atf_fs_path_t *, int *);
H A Dfs_test.c85 atf_error_t err = atf_fs_mkstemp(p, &fd);
940 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_mkstemp function, "
952 RE(atf_fs_mkstemp(&p1, &fd1));
953 RE(atf_fs_mkstemp(&p2, &fd2));
998 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_mkstemp function, "
1013 err = atf_fs_mkstemp(&p, &fd);
1029 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_mkstemp function "
H A Dfs.c825 atf_fs_mkstemp(atf_fs_path_t *p, int *fdout) function

Completed in 25 milliseconds