Searched refs:strdup_flags (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/libkern/
H A Dstrdup.c43 strdup_flags(const char *string, struct malloc_type *type, int flags) function
60 return (strdup_flags(string, type, M_WAITOK));
/freebsd-13-stable/sys/sys/
H A Dlibkern.h178 char *strdup_flags(const char *__restrict, struct malloc_type *, int);
/freebsd-13-stable/sys/contrib/libnv/
H A Dnv_impl.h61 #define nv_strdup(buf) strdup_flags((buf), M_NVLIST, M_NOWAIT)
/freebsd-13-stable/sys/gnu/gcov/
H A Dgcov_fs.c481 copy = strdup_flags(path, M_GCOV, M_NOWAIT);
717 filename = strdup_flags(gcov_info_filename(info), M_GCOV, M_NOWAIT);
H A Dgcc_4_7.c305 dup->filename = strdup_flags(info->filename, M_GCOV, M_NOWAIT);
/freebsd-13-stable/sys/compat/lindebugfs/
H A Dlindebugfs.c252 data = strdup_flags(dest, M_DFSINT, M_NOWAIT);

Completed in 79 milliseconds