Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/detail/
H A Duser.h40 uid_t atf_user_euid(void);
H A Duser.c40 atf_user_euid(void) in atf_user_euid() function
H A Duser_test.c50 ATF_REQUIRE_EQ(atf_user_euid(), geteuid()); in ATF_TC_BODY()
H A Dfs.c726 if (!ok && (atf_user_euid() == st.st_uid)) { in atf_fs_eaccess()
736 if (!ok && ((atf_user_euid() != st.st_uid) && in atf_fs_eaccess()