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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprenv.h45 #define PR_SetEnv VBoxNsprPR_SetEnv macro
83 ** PR_GetEnv(), PR_SetEnv() provide a consistent behavior
93 ** A call to PR_SetEnv() where the parameter is of the form
95 ** unchanged. A call to PR_SetEnv() where the parameter is
110 ** to PR_SetEnv() is persistent. That is: The string should
112 ** on return from the function calling PR_SetEnv().
113 ** Similarly, the string passed to PR_SetEnv() must not be
131 ** PR_SetEnv() -- set, unset or change an environment variable
134 ** PR_SetEnv() is modeled on the Unix putenv() function.
151 NSPR_API(PRStatus) PR_SetEnv(cons
[all...]

Completed in 48 milliseconds