Searched defs:kstrdup (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/sys/sys/ | ||
H A D | malloc.h | 262 #define kstrdup(str, type) \ macro |
/dflybsd-src/usr.sbin/makefs/hammer2/ | ||
H A D | hammer2_compat.h | 72 #define kstrdup(str, type) strdup(str) macro |