Searched refs:RTMsgWarningV (Results 1 - 3 of 3) sorted by relevance

/vbox/include/iprt/
H A Dmessage.h163 RTDECL(int) RTMsgWarningV(const char *pszFormat, va_list va);
H A Dmangling.h996 # define RTMsgWarningV RT_MANGLER(RTMsgWarningV) macro
/vbox/src/VBox/Runtime/common/misc/
H A Dmessage.cpp187 int rc = RTMsgWarningV(pszFormat, va);
194 RTDECL(int) RTMsgWarningV(const char *pszFormat, va_list va) function
198 RT_EXPORT_SYMBOL(RTMsgWarningV); variable

Completed in 2514 milliseconds