Home
last modified time | relevance | path

Searched refs:nv_strdup (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/libnv/
H A Dnv_impl.h61 #define nv_strdup(buf) strdup((buf), M_NVLIST) macro
76 #define nv_strdup(buf) strdup((buf)) macro
H A Dbsd_nvpair.c792 nvp->nvp_data = (uint64_t)(uintptr_t)nv_strdup((const char *)ptr); in nvpair_unpack_string()
1005 value[ii] = nv_strdup((const char *)ptr); in nvpair_unpack_string_array()
1235 data = nv_strdup(value); in nvpair_create_string()
1406 data[ii] = nv_strdup(value[ii]); in nvpair_create_string_array()
1957 str = nv_strdup(value); in nvpair_append_string_array()