Home
last modified time | relevance | path

Searched defs:strdup (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/libkern/
H A Dstrdup.c57 strdup(const char *string, struct malloc_type *type) in strdup() function
/f-stack/dpdk/lib/librte_eal/windows/include/
H A Drte_os.h33 #define strdup(str) _strdup(str) macro