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

123

/haiku/src/libs/compat/freebsd_network/
H A Dpriv.cpp21 if (geteuid() == 0)
/haiku/src/system/kernel/
H A Dshutdown.cpp43 if (geteuid() != 0)
H A Dreal_time_clock.cpp245 if (geteuid() != 0)
258 if (geteuid() != 0)
319 if (geteuid() != 0)
/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/system/libroot/posix/unistd/
H A Dusergroup.cpp47 geteuid(void) function
/haiku/src/bin/multiuser/
H A Dgroupadd.cpp74 if (geteuid() != 0) {
H A Dgroupdel.cpp72 if (geteuid() != 0) {
H A Duserdel.cpp72 if (geteuid() != 0) {
H A Dgroupmod.cpp96 if (geteuid() != 0) {
H A Dpasswd.cpp88 if (geteuid() != 0) {
H A Duseradd.cpp132 if (geteuid() != 0) {
H A Dlogin.cpp138 if (geteuid() != 0) {
/haiku/src/bin/
H A Dlogger.cpp133 struct passwd* passwd = getpwuid(geteuid());
H A Dsetarch.cpp242 struct passwd* pwd = getpwuid(geteuid());
H A Did.c256 eUID = geteuid ();
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNode.cpp54 fNode.uid = geteuid();
/haiku/src/add-ons/print/transports/lpr/
H A DLprTransport.cpp38 struct passwd *pwd = getpwuid(geteuid());
/haiku/src/system/libroot/posix/sys/
H A Dpriority.c149 uid_t euid = who == 0 ? geteuid() : (uid_t)who;
/haiku/src/add-ons/print/transports/ipp/
H A DIppTransport.cpp62 struct passwd *pwd = getpwuid(geteuid());
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolumeManager.cpp139 fMountUID = geteuid();
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNode.cpp162 uid_t uid = geteuid();
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c588 setuid(geteuid());
693 if (geteuid() != 0) {
/haiku/src/system/kernel/posix/
H A Drealtime_sem.cpp89 fUID = geteuid();
112 uid_t uid = geteuid();
/haiku/src/add-ons/kernel/network/stack/
H A Dlink.cpp146 if (address == NULL || geteuid() != 0)
479 if (geteuid() != 0)

Completed in 432 milliseconds

123