Home
last modified time | relevance | path

Searched refs:custr_alloc_buf (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libcustr/common/
H A Dlibcustr.h107 int custr_alloc_buf(custr_t **, void *, size_t);
H A Dmapfile-vers35 custr_alloc_buf;
H A Dcustr.c348 custr_alloc_buf(custr_t **cus, void *buf, size_t buflen) in custr_alloc_buf() function
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dmapfile-vers47 custr_alloc_buf { TYPE = FUNCTION; FILTER = libcustr.so.1 };
/illumos-gate/usr/src/lib/varpd/files/common/
H A Dlibvarpd_files_json.c847 if (custr_alloc_buf(&s.s_errstr, errout->nje_message, in nvlist_parse_json()
/illumos-gate/usr/src/lib/json_nvlist/
H A Djson_nvlist.c847 if (custr_alloc_buf(&s.s_errstr, errout->nje_message, in nvlist_parse_json()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c10272 if (custr_alloc_buf(&cus, buf, bufsize) != 0) { in print_overlay_targ_cb()