Searched refs:putenv (Results 1 - 24 of 24) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Denvironment.c24 putenv( buf );
/vbox/src/VBox/Runtime/r3/posix/
H A Denv-posix.cpp78 /** @todo putenv is a source memory leaks. deal with this on a per system basis. */
79 if (!putenv((char *)pszVarEqualValue))
94 /* make a local copy and feed it to putenv. */
104 pszTmp[cchVar + 1] = ' '; /* wrong, but putenv will remove it otherwise. */
108 if (!putenv(pszTmp))
139 /* Use putenv(var=) since Windows does not have unsetenv(). */
146 if (!putenv(pszBuf))
150 /* This is the preferred function as putenv() like used above does neither work on Solaris nor on Darwin. */
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16stdio.c163 ** _PL_W16CallBackPutenv() -- Wrapper for putenv()
168 return( putenv( assoc ));
H A Dw16callb.c217 ** PR_MD_putenv() -- exported as putenv()
223 return (*_pr_callback_funcs->putenv)(assoc);
H A Dntmisc.c57 return(putenv(name));
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXw32defs.h42 # define putenv _putenv macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A Dsunos4.h126 extern int putenv(const char *);
H A D_beos.h226 #define _MD_PUT_ENV putenv
H A D_macos.h579 #define putenv _MD_PutEnv macro
H A D_unixos.h303 #define _MD_PUT_ENV putenv
/vbox/src/VBox/Runtime/r3/win/
H A Denv-win.cpp110 /** @todo putenv is a source memory leaks. deal with this on a per system basis. */
111 if (!putenv((char *)pszVarEqualValue))
142 /* make a local copy and feed it to putenv. */
152 pszTmp[cchVar + 1] = ' '; /* wrong, but putenv will remove it otherwise. */
156 if (!putenv(pszTmp))
218 /* Use putenv(var=) since Windows does not have unsetenv(). */
225 if (!putenv(pszBuf))
229 /* This is the preferred function as putenv() like used above does neither work on Solaris nor on Darwin. */
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprwin16.h113 int (PR_CALLBACK *putenv)( const char *assoc); member in struct:PRMethodCallbackStr
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dconfig.h54 #define setenv putenv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dconfig.h55 #define setenv putenv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dconfig.h55 #define setenv putenv
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Danonfm.c209 putenv( envBuf );
/vbox/src/VBox/Storage/testcase/
H A Dvditool.cpp379 putenv((char*)"VBOX_LOG_DEST=stdout");
380 putenv((char*)"VBOX_LOG_FLAGS=");
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdlib.h251 static inline int putenv(const char* str) { return _putenv(str); } function
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsGREDirServiceProvider.cpp263 // We do this py putenv()ing the default value into the environment. Note that
268 putenv("VBOX_XPCOM_HOME=" MOZ_DEFAULT_VBOX_XPCOM_HOME);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdlib.h272 static inline int putenv(const char* str) { return _putenv(str); } function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2misc.c59 return putenv(name);
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dnamespace.h451 #define putenv _putenv
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsDirectoryService.cpp328 // We do this py putenv()ing the default value into the environment. Note that
333 putenv("VBOX_XPCOM_HOME=" MOZ_DEFAULT_VBOX_XPCOM_HOME);
/vbox/src/libs/libxml2-2.6.31/
H A Dtestapi.c17 #include <stdlib.h> /* for putenv() */
131 putenv((char *) "http_proxy=");
[all...]

Completed in 229 milliseconds