Searched defs:wine_dbgstr_wn (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/ |
H A D | debug.c | 394 /* 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 D | debug.c | 380 /* 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 D | debug.c | 380 /* 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 D | debug.c | 334 /* 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 D | debug.c | 380 /* 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 D | test.h | 76 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 D | test.h | 74 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 59 milliseconds