Searched defs:_os_vsnprintf (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | pltfm_ops_windows.h | 108 #define _os_vsnprintf(str, size, fmt, args) RtlStringCbVPrintfA(str, size, fmt, args) macro
|
| H A D | pltfm_ops_linux.h | 70 #define _os_vsnprintf(str, size, fmt, args) vsnprintf(str, size, fmt, args) macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | pltfm_ops_windows.h | 108 #define _os_vsnprintf(str, size, fmt, args) RtlStringCbVPrintfA(str, size, fmt, args) macro
|
| H A D | pltfm_ops_linux.h | 74 #define _os_vsnprintf(str, size, fmt, args) vsnprintf(str, size, fmt, args) macro
|