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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprenv.h44 #define PR_GetEnv VBoxNsprPR_GetEnv macro
57 ** PR_GetEnv() -- Retrieve value of environment variable
60 ** PR_GetEnv() is modeled on Unix getenv().
83 ** PR_GetEnv(), PR_SetEnv() provide a consistent behavior
91 ** mean the same as a return of NULL from PR_GetEnv().
101 ** null-string from PR_GetEnv(), use the following code
104 ** char *val = PR_GetEnv("foo");
128 NSPR_API(char*) PR_GetEnv(const char *var);
147 ** PR_GetEnv() in this header file.
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprenv.c75 PR_IMPLEMENT(char*) PR_GetEnv(const char *var) function

Completed in 1043 milliseconds