Searched defs:wine_dbgstr_wn (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/
H A Ddebug.c394 /* default implementation of wine_dbgstr_wn */
492 const char *wine_dbgstr_wn( const WCHAR *s, int n ) function
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/
H A Ddebug.c380 /* default implementation of wine_dbgstr_wn */
478 const char *wine_dbgstr_wn( const WCHAR *s, int n ) function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/
H A Ddebug.c380 /* default implementation of wine_dbgstr_wn */
478 const char *wine_dbgstr_wn( const WCHAR *s, int n ) function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Ddebug.c334 /* default implementation of wine_dbgstr_wn */
431 const char *wine_dbgstr_wn( const WCHAR *s, int n ) function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/
H A Ddebug.c380 /* default implementation of wine_dbgstr_wn */
478 const char *wine_dbgstr_wn( const WCHAR *s, int n ) function
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dtest.h76 extern const char *wine_dbgstr_wn( const WCHAR *str, int n );
77 static inline const char *wine_dbgstr_w( const WCHAR *s ) { return wine_dbgstr_wn( s, -1 ); }
479 const char *wine_dbgstr_wn( const WCHAR *str, int n ) function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dtest.h74 extern const char *wine_dbgstr_wn( const WCHAR *str, int n );
75 static inline const char *wine_dbgstr_w( const WCHAR *s ) { return wine_dbgstr_wn( s, -1 ); }
466 const char *wine_dbgstr_wn( const WCHAR *str, int n ) function

Completed in 43 milliseconds