Searched defs:_os_strchr (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | pltfm_ops_linux.h | 60 #define _os_strchr(s, c) strchr(s, c) macro 62 static inline char*_os_strchr(const char *s, int c) in _os_strchr() function
|
| H A D | pltfm_ops_macos.h | 42 static __inline char *_os_strchr(const char *s, int c) in _os_strchr() function
|
| H A D | pltfm_ops_windows.h | 102 static __inline char *_os_strchr(const char *s, int c) in _os_strchr() function
|
| H A D | pltfm_ops_none.h | 82 static __inline char *_os_strchr(const char *s, int c) in _os_strchr() function
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | pltfm_ops_linux.h | 64 #define _os_strchr(s, c) strchr(s, c) macro 66 static inline char*_os_strchr(const char *s, int c) in _os_strchr() function
|
| H A D | pltfm_ops_macos.h | 42 static __inline char *_os_strchr(const char *s, int c) in _os_strchr() function
|
| H A D | pltfm_ops_windows.h | 102 static __inline char *_os_strchr(const char *s, int c) in _os_strchr() function
|
| H A D | pltfm_ops_none.h | 82 static __inline char *_os_strchr(const char *s, int c) in _os_strchr() function
|