Searched refs:getenv (Results 1 - 25 of 115) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgethostname.c82 pHost = getenv ("HOSTNAME");
H A Dres_init.c215 if (issetugid() == 0 && (cp = getenv("LOCALDOMAIN")) != NULL)
217 if ((cp = getenv("LOCALDOMAIN")) != NULL)
430 else if ((cp = getenv("RES_OPTIONS")) != NULL)
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Denvironment.c33 return getenv( var );
/vbox/src/libs/libxml2-2.6.31/win32/wince/
H A Dwincecompat.c58 char *getenv( const char *varname ) function
H A Dwincecompat.h38 char *getenv( const char *varname );
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddrti.c102 if (getenv("DTRACE_DOF_INIT_DISABLE") != NULL)
105 if (getenv("DTRACE_DOF_INIT_DEBUG") != NULL)
144 if ((p = getenv("DTRACE_DOF_INIT_DEVNAME")) != NULL)
/vbox/src/VBox/Additions/common/VBoxService/testcase/
H A DtstUserInfo.cpp72 RTPrintf("APPDATA = %s\n", getenv("APPDATA"));
/vbox/src/VBox/HostServices/auth/pam/
H A DVBoxAuthPAM.c116 filename = getenv (VBOX_AUTH_DEBUG_FILENAME_ENV);
122 filename = getenv (VBOX_AUTH_DEBUG_FILENAME_ENV_OLD);
224 const char *service = getenv (VBOX_AUTH_PAM_SERVICE_NAME_ENV);
228 service = getenv (VBOX_AUTH_PAM_SERVICE_NAME_ENV_OLD);
366 getenv("VBOX_PAM_ALLOW_INACTIVE") != NULL)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dtempnam.c88 if ((tmp = getenv("TMPDIR")) != NULL &&
/vbox/src/VBox/RDP/client-1.8.3/
H A Dprintercache.c94 home = getenv("HOME");
134 home = getenv("HOME");
175 home = getenv("HOME");
212 home = getenv("HOME");
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16stdio.c153 ** _PL_W16CallBackGetenv() -- Wrapper for getenv()
158 return( getenv( name ));
H A Dw16callb.c191 ** PR_MD_getenv() -- exported as getenv()
197 return (*_pr_callback_funcs->getenv)( name );
201 } /* end getenv() */
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dwebservergluecgi.py75 return os.getenv('HTTP_USER_AGENT', '');
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPIGlue.c259 pszHome = getenv("VBOX_APP_HOME");
286 pszHome = getenv("ProgramFiles");
/vbox/src/VBox/Runtime/r3/posix/
H A Denv-posix.cpp64 const char *pszValue = getenv(pszVar);
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dunixgc.c68 if (getenv("NSPR_NO_MMAP")) {
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsDebugImpl.cpp57 /* for abort() and getenv() */
206 char* assertBehavior = getenv("XPCOM_DEBUG_BREAK");
262 char* assertBehavior = getenv("XPCOM_DEBUG_BREAK");
315 char *assertBehavior = getenv("XPCOM_DEBUG_BREAK");
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DTargetTxtClassObject.py169 Target = TargetTxtDict(os.getenv("WORKSPACE"))
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdlib.h35 char *getenv (const char *name);
253 /** The getenv function searches an environment list, provided by the host
260 @return The getenv function returns a pointer to a string associated with
263 call to the getenv function. If the specified name cannot be
266 char *getenv(const char *name);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DEnvirons.c164 /** The getenv function searches an environment list, provided by the host
169 @return The getenv function returns a pointer to a string associated with
172 call to the getenv function. If the specified name cannot be
175 char *getenv(const char *name) function
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dglx_ansic.h108 #define __glXGetenv(a) getenv(a)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dglx_ansic.h111 #define __glXGetenv(a) getenv(a)
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprwin16.h112 void * (PR_CALLBACK *getenv)( const char *name); member in struct:PRMethodCallbackStr
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dconfig.c244 const char *home = getenv( "HOME" );
246 const char *prefix = getenv( "WINEPREFIX" );
263 if (!(user = getenv( "USER" )))
528 if ((path = getenv( "PATH" )))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/
H A DDependencyRules.py23 from os import getenv namespace
273 WorkSP = getenv('WORKSPACE')

Completed in 84 milliseconds

12345