Home
last modified time | relevance | path

Searched defs:os_strdup (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dos.h495 #define os_strdup(s) _strdup(s) macro
497 #define os_strdup(s) strdup(s) macro
H A Dos_none.c165 char * os_strdup(const char *s) in os_strdup() function
H A Dos_internal.c332 char * os_strdup(const char *s) in os_strdup() function
H A Dos_unix.c775 char * os_strdup(const char *s) in os_strdup() function