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

/vbox/src/VBox/Runtime/generic/
H A Denv-generic.cpp341 * properly and then pass the request on to RTEnvSetEx.
351 rc = RTEnvSetEx(Env, pszVar, pszValue);
358 RTDECL(int) RTEnvSetEx(RTENV Env, const char *pszVar, const char *pszValue)
465 RT_EXPORT_SYMBOL(RTEnvSetEx); variable
/vbox/include/iprt/
H A Dmangling.h534 # define RTEnvSetEx RT_MANGLER(RTEnvSetEx) macro

Completed in 96 milliseconds