Searched refs:RTEnvSetBad (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Denv-posix.cpp91 RTDECL(int) RTEnvSetBad(const char *pszVar, const char *pszValue) function
122 return RTEnvSetBad(pszVar, pszValue);
/vbox/include/iprt/
H A Denv.h208 RTDECL(int) RTEnvSetBad(const char *pszVar, const char *pszValue);
H A Dmangling.h532 # define RTEnvSetBad RT_MANGLER(RTEnvSetBad) macro
/vbox/src/VBox/Runtime/r3/win/
H A Denv-win.cpp140 RTDECL(int) RTEnvSetBad(const char *pszVar, const char *pszValue) function
164 return RTEnvSetBad(pszVar, pszValue);

Completed in 79 milliseconds