Searched defs:mkstemp_discard_fd (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs_test.c79 mkstemp_discard_fd(atf_fs_path_t *p) function
1035 do_umask_check(mkstemp_discard_fd, &p, 00100, "00100", "regular file");
1036 do_umask_check(mkstemp_discard_fd, &p, 00200, "00200", "regular file");
1037 do_umask_check(mkstemp_discard_fd, &p, 00400, "00400", "regular file");

Completed in 1399 milliseconds