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

/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Duser.h40 uid_t atf_user_euid(void);
H A Duser.c40 atf_user_euid(void) function
H A Duser_test.c46 atf_tc_set_md_var(tc, "descr", "Tests the atf_user_euid function");
50 ATF_REQUIRE_EQ(atf_user_euid(), geteuid());
H A Dfs.c726 if (!ok && (atf_user_euid() == st.st_uid)) {
736 if (!ok && ((atf_user_euid() != st.st_uid) &&

Completed in 49 milliseconds