Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mailx/
H A Dhead.c105 if (custr_alloc(&t->hl_from) != 0 || custr_alloc(&t->hl_tty) != 0 || in headline_alloc()
106 custr_alloc(&t->hl_date) != 0) { in headline_alloc()
/titanic_44/usr/src/lib/libcustr/common/
H A Dcustr.c159 custr_alloc(custr_t **cus) in custr_alloc() function
182 if ((ret = custr_alloc(cus)) != 0) in custr_alloc_buf()
H A Dlibcustr.h34 int custr_alloc(custr_t **);
H A Dmapfile-vers34 custr_alloc;
/titanic_44/usr/src/lib/libcmdutils/common/
H A Dmapfile-vers46 custr_alloc { TYPE = FUNCTION; FILTER = libcustr.so.1 };
/titanic_44/usr/src/lib/json_nvlist/
H A Djson_nvlist.c835 if (custr_alloc(&s.s_collect) != 0) { in nvlist_parse_json()
/titanic_44/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c1012 if (custr_alloc(&st_custr) == -1) { in main()