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

/vbox/src/VBox/Runtime/r3/posix/
H A Denv-posix.cpp51 return RTEnvGetBad(pszVar) != NULL;
61 RTDECL(const char *) RTEnvGetBad(const char *pszVar) function
72 return RTEnvGetBad(pszVar);
/vbox/src/VBox/Runtime/r3/win/
H A Denv-win.cpp44 return RTEnvGetBad(pszVar) != NULL;
65 RTDECL(const char *) RTEnvGetBad(const char *pszVar) function
73 return RTEnvGetBad(pszVar);
/vbox/include/iprt/
H A Dmangling.h521 # define RTEnvGetBad RT_MANGLER(RTEnvGetBad) macro

Completed in 78 milliseconds