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

Completed in 6 milliseconds