Searched refs:strdup_flags (Results 1 – 2 of 2) sorted by relevance
43 strdup_flags(const char *string, struct malloc_type *type, int flags) in strdup_flags() function60 return (strdup_flags(string, type, M_WAITOK)); in strdup()
178 char *strdup_flags(const char *__restrict, struct malloc_type *, int);