Searched refs:custr_append (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/test/util-tests/tests/libcustr/ |
H A D | custr_remove.c | 50 VERIFY0(custr_append(cu, "12345")); in main() 63 VERIFY0(custr_append(cu, "456")); in main()
|
H A D | custr_trunc.c | 51 VERIFY0(custr_append(cu, "12345")); in main()
|
/illumos-gate/usr/src/lib/lib9p/common/sbuf/ |
H A D | sbuf.h | 45 #define sbuf_cat(s, str) custr_append((s)->s_custr, (str))
|
/illumos-gate/usr/src/lib/libcustr/common/ |
H A D | libcustr.h | 122 int custr_append(custr_t *, const char *);
|
H A D | mapfile-vers | 38 custr_append;
|
H A D | custr.c | 263 custr_append(custr_t *cus, const char *name) in custr_append() function
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | head.c | 160 if (custr_append(hl->hl_date, c) != 0) { in parse_headline()
|
H A D | cmd1.c | 263 if (custr_append(hl->hl_date, "<Unknown date>") != 0) { in printhead()
|
/illumos-gate/usr/src/lib/libcmdutils/common/ |
H A D | mapfile-vers | 48 custr_append { TYPE = FUNCTION; FILTER = libcustr.so.1 };
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | rdn_parser.c | 662 if (custr_append(str, attr) != 0) { in ava_to_string() 740 if (i > 0 && custr_append(str, ", ") != 0) { in kmf_dn_to_string()
|
/illumos-gate/usr/src/tools/find_elf/ |
H A D | find_elf.c | 711 if (name != NULL && custr_append(p->p_name, name) < 0) in path_init() 732 VERIFY0(custr_append(p->p_name, name)); in path_append()
|
/illumos-gate/usr/src/lib/libdemangle/common/ |
H A D | rust.c | 154 if (custr_append(cus, s) != 0) { in rust_append()
|
/illumos-gate/usr/src/lib/varpd/files/common/ |
H A D | libvarpd_files_json.c | 118 (void) custr_append(s->s_errstr, error); in posterror()
|
/illumos-gate/usr/src/lib/json_nvlist/ |
H A D | json_nvlist.c | 118 (void) custr_append(s->s_errstr, error); in posterror()
|
/illumos-gate/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 313 if (custr_append(st_custr, s) == -1) { in addprogstr()
|
/illumos-gate/usr/src/cmd/dladm/ |
H A D | dladm.c | 10277 (void) custr_append(cus, macbuf); in print_overlay_targ_cb() 10299 (void) custr_append(cus, ipbuf); in print_overlay_targ_cb()
|