Searched refs:getuid (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DStubFunctions.c44 getuid (void) function
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcConfig.cpp80 struct passwd *passStruct = getpwuid(getuid());
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dconfig.c211 const unsigned int uid = getuid();
250 struct passwd *pwd = getpwuid( getuid() );
259 sprintf( uid_str, "%lu", (unsigned long)getuid() );
298 if (st.st_uid != getuid()) fatal_error( "%s is not owned by you\n", config_dir );
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dunistd.h122 uid_t getuid(void);
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcdUnix.cpp135 if (st.st_uid != getuid() && st.st_uid != geteuid())
181 if (st.st_uid != getuid() && st.st_uid != geteuid())
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedMain.cpp1497 * (Hint: getuid gets the real user id, not the effective.)
1499 if (getuid() != 0)
1544 ruid = suid = getuid();
1555 ruid = suid = getuid();
1567 ruid = suid = getuid();
1863 g_uid = getuid();
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dauth.c295 seteuid(getuid());
1315 if ((pw = getpwuid(getuid())) != NULL && pw->pw_name != NULL)
1318 slprintf(struid, sizeof(struid), "%d", getuid());
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcConnectionUnix.cpp91 if (st.st_uid != getuid() && st.st_uid != geteuid()) {
107 if (st.st_uid != getuid() && st.st_uid != geteuid()) {
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h207 uid_t getuid (void);
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c392 uid_t getuid (void) function
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxscript_real.py134 sSubDir = '%s-%u' % (sSubDir, os.getuid()); # pylint: disable=E1101
270 utils.sudoProcessCall(['/usr/sbin/chown', str(os.getuid()), sMountPoint]); # pylint: disable=E1101
289 + ',uid=' + str(os.getuid()) # pylint: disable=E1101
314 + ',uid=' + str(os.getuid()) # pylint: disable=E1101
/vbox/src/VBox/Devices/Storage/
H A DDrvHostDVD.cpp668 struct passwd *pPass = getpwuid(getuid());
709 uid_t realID = getuid();
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dmount.vboxsf.c404 if (getuid())
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dfakedri_drv.c596 if (geteuid() == getuid()) {
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_module.c48 # define getuid() 0 macro
976 dt_idhash_lookup(dtp->dt_macros, "uid")->di_id = getuid();
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdesktop.c32 #include <unistd.h> /* read close getuid getgid getpid getppid gethostname */
1083 pw = getpwuid(getuid());
1377 r[1] = (getuid()) | (getgid() << 16);
/vbox/src/VBox/ValidationKit/common/
H A Dutils.py365 fIsRoot = os.getuid() == 0; # pylint: disable=E1101
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1769 || ObjInfo.Attr.u.Unix.uid == getuid();

Completed in 2312 milliseconds