Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dmalloc.h262 #define kstrdup(str, type) \ macro
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h72 #define kstrdup(str, type) strdup(str) macro