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

/vbox/src/VBox/Runtime/r3/posix/
H A Denv-posix.cpp49 RTDECL(bool) RTEnvExistsBad(const char *pszVar) function
57 return RTEnvExistsBad(pszVar);
/vbox/src/VBox/Runtime/r3/win/
H A Denv-win.cpp42 RTDECL(bool) RTEnvExistsBad(const char *pszVar) function
50 return RTEnvExistsBad(pszVar);
/vbox/include/iprt/
H A Dmangling.h516 # define RTEnvExistsBad RT_MANGLER(RTEnvExistsBad) macro

Completed in 75 milliseconds