Searched refs:RTEnvGetBad (Results 1 - 4 of 4) 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/include/iprt/
H A Denv.h152 RTDECL(const char *) RTEnvGetBad(const char *pszVar);
H A Dmangling.h521 # define RTEnvGetBad RT_MANGLER(RTEnvGetBad) macro
/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);

Completed in 79 milliseconds