Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcustr/common/
H A Dlibcustr.h30 typedef struct custr_alloc custr_alloc_t;
43 struct custr_alloc { struct
99 int custr_alloc(custr_t **);
H A Dmapfile-vers34 custr_alloc;
H A Dcustr.c320 custr_alloc(custr_t **cus) in custr_alloc() function
/illumos-gate/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()
/illumos-gate/usr/src/lib/lib9p/common/sbuf/
H A Dsbuf.c40 if (custr_alloc(&s->s_custr) != 0) { in sbuf_new_auto()
/illumos-gate/usr/src/test/util-tests/tests/libcustr/
H A Dcustr_trunc.c49 VERIFY0(custr_alloc(&cu)); in main()
H A Dcustr_remove.c48 VERIFY0(custr_alloc(&cu)); in main()
/illumos-gate/usr/src/lib/libdemangle/common/
H A Ddemangle_int.h101 struct custr_alloc;
/illumos-gate/usr/src/cmd/demangle/
H A Ddemangle.c112 if (custr_alloc(&word) != 0) in do_input()
/illumos-gate/usr/src/cmd/cron/
H A Dparse.c206 if (custr_alloc(&cs) != 0) { in next_field()
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dmapfile-vers46 custr_alloc { TYPE = FUNCTION; FILTER = libcustr.so.1 };
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Drdn_parser.c734 if (custr_alloc(&str) != 0) in kmf_dn_to_string()
/illumos-gate/usr/src/lib/varpd/files/common/
H A Dlibvarpd_files_json.c831 if (custr_alloc(&s.s_collect) != 0) { in nvlist_parse_json()
/illumos-gate/usr/src/tools/find_elf/
H A Dfind_elf.c707 if (custr_alloc(&p->p_name) < 0) { in path_init()
/illumos-gate/usr/src/lib/json_nvlist/
H A Djson_nvlist.c831 if (custr_alloc(&s.s_collect) != 0) { in nvlist_parse_json()
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c1039 if (custr_alloc(&st_custr) == -1) { in main()