Searched defs:getenv (Results 1 - 14 of 14) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprwin16.h112 void * (PR_CALLBACK *getenv)( const char *name); member in struct:PRMethodCallbackStr
/vbox/src/libs/libxml2-2.6.31/win32/wince/
H A Dwincecompat.c58 char *getenv( const char *varname ) function
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/
H A DDependencyRules.py23 from os import getenv namespace
273 WorkSP = getenv('WORKSPACE')
/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/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenInfFile.py18 from os import getenv namespace
282 WorkspaceDir = getenv('WORKSPACE')
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c267 char *getenv (const char *varname) function
270 // Null getenv() function implementation to satisfy the linker, since there is
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmdmac.c67 // undefine getenv, so that _MD_GetEnv can call the version in NSStdLib::nsEnvironment.cpp.
68 #undef getenv macro
208 return getenv(name);
258 /* library path, getenv() and PR_GetLibraryPath(). Take a look at PR_GetLibraryPath(). */
260 /* a call to getenv(). From then on, they have nothing in common. */
/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/internal/
H A Dglcore.h437 char *(CAPI *getenv)(__GLcontext *gc, const char *var); member in struct:__GLimportsRec
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_macos.h578 #define getenv PR_GetEnv macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h15 * 0.3 Feb 24 1997 handle getenv
267 #undef getenv macro
268 #define getenv(ccp) xf86getenv(ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h38 * 0.3 Feb 24 1997 handle getenv
305 #undef getenv macro
306 #define getenv(ccp) xf86getenv(ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h38 * 0.3 Feb 24 1997 handle getenv
305 #undef getenv macro
306 #define getenv(ccp) xf86getenv(ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h40 * 0.3 Feb 24 1997 handle getenv
311 #undef getenv macro
312 #define getenv(ccp) xf86getenv(ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h40 * 0.3 Feb 24 1997 handle getenv
311 #undef getenv macro
312 #define getenv(ccp) xf86getenv(ccp) macro

Completed in 95 milliseconds