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

/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Duser.h44 uid_t atf_user_euid(void);
H A Duser.c43 atf_user_euid(void) function
H A Duser_test.c49 atf_tc_set_md_var(tc, "descr", "Tests the atf_user_euid function");
53 ATF_REQUIRE_EQ(atf_user_euid(), geteuid());
H A Dfs.c731 if (!ok && (atf_user_euid() == st.st_uid)) {
741 if (!ok && ((atf_user_euid() != st.st_uid) &&

Completed in 188 milliseconds