Searched refs:geteuid (Results 1 - 25 of 64) sorted by path

123

/haiku/src/add-ons/kernel/drivers/misc/
H A Dmem.c118 if (getuid() != 0 && geteuid() != 0) {
145 if (getuid() != 0 && geteuid() != 0) {
H A Dpoke.cpp102 if (getuid() != 0 && geteuid() != 0)
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolumeManager.cpp139 fMountUID = geteuid();
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.cpp452 status_t result = fMetaCache.GetAccess(geteuid(), &allowed);
457 fMetaCache.SetAccess(geteuid(), allowed);
/haiku/src/add-ons/print/transports/lpr/
H A DLprTransport.cpp38 struct passwd *pwd = getpwuid(geteuid());
/haiku/src/bin/
H A Dlogger.cpp133 struct passwd* passwd = getpwuid(geteuid());
H A Dsetarch.cpp242 struct passwd* pwd = getpwuid(geteuid());
/haiku/src/bin/multiuser/
H A Dgroupadd.cpp74 if (geteuid() != 0) {
H A Dgroupdel.cpp72 if (geteuid() != 0) {
H A Dgroupmod.cpp96 if (geteuid() != 0) {
H A Dlogin.cpp138 if (geteuid() != 0) {
H A Dpasswd.cpp88 if (geteuid() != 0) {
H A Duseradd.cpp132 if (geteuid() != 0) {
H A Duserdel.cpp72 if (geteuid() != 0) {
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c588 setuid(geteuid());
693 if (geteuid() != 0) {
/haiku/src/build/libroot/
H A Dfs_darwin.cpp58 uid_t uid = geteuid();
/haiku/src/system/kernel/
H A DUserTimer.cpp1277 uid_t uid = geteuid();
1632 if (geteuid() != 0)
H A Dshutdown.cpp43 if (geteuid() != 0)
/haiku/src/system/libroot/posix/sys/
H A Dpriority.c149 uid_t euid = who == 0 ? geteuid() : (uid_t)who;
/haiku/src/system/libroot/posix/unistd/
H A Dusergroup.cpp47 geteuid(void) function
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNode.cpp54 fNode.uid = geteuid();
/haiku/headers/posix/
H A Dunistd.h449 extern uid_t geteuid(void);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1698 #define geteuid fssh_geteuid macro
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp2738 node->uid = HOST_ENDIAN_TO_BFS_INT32(geteuid());
H A Dkernel_interface.cpp882 uid_t uid = geteuid();
2183 if (geteuid() != 0)
2209 if (geteuid() != 0)

Completed in 220 milliseconds

123