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

/vbox/src/VBox/Runtime/r3/posix/
H A Denv-posix.cpp125 RTDECL(int) RTEnvUnsetBad(const char *pszVar) function
160 return RTEnvUnsetBad(pszVar);
/vbox/src/VBox/Runtime/r3/win/
H A Denv-win.cpp204 RTDECL(int) RTEnvUnsetBad(const char *pszVar) function
240 return RTEnvUnsetBad(pszVar);
/vbox/include/iprt/
H A Dmangling.h536 # define RTEnvUnsetBad RT_MANGLER(RTEnvUnsetBad) macro

Completed in 109 milliseconds