Searched defs:os_memset (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | os_none.c | 153 void * os_memset(void *s, int c, size_t n) in os_memset() function
|
D | os.h | 510 #define os_memset(s, c, n) memset(s, c, n) macro
|
D | os_internal.c | 312 void * os_memset(void *s, int c, size_t n) in os_memset() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | os_none.c | 153 void * os_memset(void *s, int c, size_t n) in os_memset() function
|
D | os.h | 510 #define os_memset(s, c, n) memset(s, c, n) macro
|
D | os_internal.c | 318 void * os_memset(void *s, int c, size_t n) in os_memset() function
|