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

/bind-9.11.3/unit/atf-src/tools/
H A Dmisc_helpers.cpp197 ATF_TEST_CASE(umask); variable
198 ATF_TEST_CASE_HEAD(umask)
202 ATF_TEST_CASE_BODY(umask)
204 mode_t m = ::umask(0);
205 std::cout << "umask: " << std::setw(4) << std::setfill('0')
207 (void)::umask(m);
420 if (which == "umask")
421 ATF_ADD_TEST_CASE(tcs, umask);
H A Dtest-program.cpp261 ::umask(S_IWGRP | S_IWOTH);
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs.c81 /* The umask that caused the error. */
97 "umask %05o", stat_type_to_string(data->m_type),
196 const mode_t current = umask(0);
197 (void)umask(current);
H A Dfs_test.c899 printf("Creating temporary %s with umask %s\n", exp_name, str_mask);
901 old_umask = umask(test_mask);
903 (void)umask(old_umask);
917 "causing an error due to a too strict umask");
1027 "causing an error due to a too strict umask");
/bind-9.11.3/unit/atf-src/atf-c/
H A Dcheck_test.c461 "correctly reports an error if the umask is too "
475 umask(0222);

Completed in 42 milliseconds