Home
last modified time | relevance | path

Searched defs:os_memset (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos_none.c153 void * os_memset(void *s, int c, size_t n) in os_memset() function
Dos.h510 #define os_memset(s, c, n) memset(s, c, n) macro
Dos_internal.c312 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/
Dos_none.c153 void * os_memset(void *s, int c, size_t n) in os_memset() function
Dos.h510 #define os_memset(s, c, n) memset(s, c, n) macro
Dos_internal.c318 void * os_memset(void *s, int c, size_t n) in os_memset() function