Searched defs:_os_snprintf (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | pltfm_ops_linux.h | 69 #define _os_snprintf(s, sz, fmt, ...) snprintf(s, sz, fmt, ##__VA_ARGS__) macro 72 static int _os_snprintf(char *str, size_t size, const char *fmt, ...) in _os_snprintf() function
|
| H A D | pltfm_ops_macos.h | 49 static __inline int _os_snprintf(char *str, size_t size, const char *format, ...) in _os_snprintf() function
|
| H A D | pltfm_ops_windows.h | 107 #define _os_snprintf(s, sz, fmt, ...) _snprintf(s, sz, fmt, ##__VA_ARGS__) macro
|
| H A D | pltfm_ops_none.h | 89 static __inline int _os_snprintf(char *str, size_t size, const char *format, ...) in _os_snprintf() function
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | pltfm_ops_linux.h | 73 #define _os_snprintf(s, sz, fmt, ...) snprintf(s, sz, fmt, ##__VA_ARGS__) macro 76 static int _os_snprintf(char *str, size_t size, const char *fmt, ...) in _os_snprintf() function
|
| H A D | pltfm_ops_macos.h | 49 static __inline int _os_snprintf(char *str, size_t size, const char *format, ...) in _os_snprintf() function
|
| H A D | pltfm_ops_windows.h | 107 #define _os_snprintf(s, sz, fmt, ...) _snprintf(s, sz, fmt, ##__VA_ARGS__) macro
|
| H A D | pltfm_ops_none.h | 89 static __inline int _os_snprintf(char *str, size_t size, const char *format, ...) in _os_snprintf() function
|