Searched refs:RTEnvUnset (Results 1 - 7 of 7) sorted by relevance

/vbox/include/iprt/
H A Denv.h233 RTDECL(int) RTEnvUnset(const char *pszVar);
H A Dmangling.h535 # define RTEnvUnset RT_MANGLER(RTEnvUnset) macro
/vbox/src/VBox/Runtime/r3/posix/
H A Denv-posix.cpp158 RTDECL(int) RTEnvUnset(const char *pszVar) function
/vbox/src/VBox/Runtime/r3/win/
H A Denv-win.cpp238 RTDECL(int) RTEnvUnset(const char *pszVar) function
H A Dprocess-win.cpp650 rc = RTEnvUnset(pszEntry);
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp813 RTEnvUnset("NSPR_INHERIT_FDS");
/vbox/src/VBox/Runtime/generic/
H A Denv-generic.cpp480 * Since RTEnvUnset isn't UTF-8 clean and actually expects the strings
488 rc = RTEnvUnset(pszVarOtherCP);

Completed in 87 milliseconds