Home
last modified time | relevance | path

Searched refs:z_strdup (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/port/
Dos_xtensa.c63 char *z_strdup(const char *s) { in z_strdup() function
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h32 char *z_strdup(const char *s);
248 #define os_strdup(s) z_strdup(s)