HomeSort by: relevance | last modified time | path
    Searched refs:nv_strdup (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/libnv/dist/
nv_impl.h 70 # define nv_strdup(buf) strdup((buf), M_NVLIST) macro
73 extern char *nv_strdup(const char *);
86 extern char *nv_strdup(const char *);
96 char *nv_strdup(const char *);
nv_kern_netbsd.c 227 nv_strdup(const char *s1) function in typeref:typename:char *
nvpair.c 814 nvp->nvp_data = (uint64_t)(uintptr_t)nv_strdup((const char *)ptr);
1031 value[ii] = nv_strdup((const char *)ptr);
1263 data = nv_strdup(value);
1439 data[ii] = nv_strdup(value[ii]);
1995 str = nv_strdup(value);

Completed in 101 milliseconds