Searched refs:custr_appendc (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | rdn_parser.c | 550 if (custr_appendc(str, '#') != 0) in binvalue_to_string() 555 if (custr_appendc(str, hexdigits[(c >> 4) & 0xf]) != 0 || in binvalue_to_string() 556 custr_appendc(str, hexdigits[(c & 0xf)]) != 0) { in binvalue_to_string() 622 if (custr_appendc(str, '\\') != 0) in value_to_string() 626 if (custr_appendc(str, c) != 0) in value_to_string() 666 if (custr_appendc(str, '=') != 0) { in ava_to_string() 706 if (i > 0 && custr_appendc(str, '+') != 0) in rdn_to_string()
|
/illumos-gate/usr/src/lib/varpd/files/common/ |
H A D | libvarpd_files_json.c | 225 if (custr_appendc(s->s_collect, res) != 0) { in collect_string_escape() 238 if (custr_appendc(s->s_collect, ep[1]) != 0) { in collect_string_escape() 279 if (custr_appendc(s->s_collect, c) != 0) { in collect_string() 298 if (custr_appendc(s->s_collect, popchar(s)) != 0) { in collect_bareword() 356 if (custr_appendc(s->s_collect, popchar(s)) != 0) { in collect_number()
|
/illumos-gate/usr/src/lib/json_nvlist/ |
H A D | json_nvlist.c | 225 if (custr_appendc(s->s_collect, res) != 0) { in collect_string_escape() 238 if (custr_appendc(s->s_collect, ep[1]) != 0) { in collect_string_escape() 279 if (custr_appendc(s->s_collect, c) != 0) { in collect_string() 298 if (custr_appendc(s->s_collect, popchar(s)) != 0) { in collect_bareword() 356 if (custr_appendc(s->s_collect, popchar(s)) != 0) { in collect_number()
|
/illumos-gate/usr/src/lib/libcustr/common/ |
H A D | libcustr.h | 121 int custr_appendc(custr_t *, char);
|
H A D | mapfile-vers | 39 custr_appendc;
|
H A D | custr.c | 244 custr_appendc(custr_t *cus, char newc) in custr_appendc() function
|
/illumos-gate/usr/src/lib/libdemangle/common/ |
H A D | rust.c | 79 if (custr_appendc(cus, c) != 0) { in rust_appendc() 134 if (custr_appendc(cus, c[i]) != 0) { in rust_append_utf8_c()
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | head.c | 212 if (custr_appendc(word, *c) != 0) { in nextword()
|
/illumos-gate/usr/src/cmd/demangle/ |
H A D | demangle.c | 201 if (custr_appendc(cus, c) == 0) in appendc()
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | parse.c | 213 if (custr_appendc(cs, ',') != 0) { in next_field()
|
/illumos-gate/usr/src/lib/libcmdutils/common/ |
H A D | mapfile-vers | 49 custr_appendc { TYPE = FUNCTION; FILTER = libcustr.so.1 };
|
/illumos-gate/usr/src/tools/find_elf/ |
H A D | find_elf.c | 731 VERIFY0(custr_appendc(p->p_name, '/')); in path_append()
|
/illumos-gate/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 304 if (custr_appendc(st_custr, c) == -1) { in addprogch()
|
/illumos-gate/usr/src/cmd/dladm/ |
H A D | dladm.c | 10298 (void) custr_appendc(cus, ','); in print_overlay_targ_cb() 10304 (void) custr_appendc(cus, ':'); in print_overlay_targ_cb() 10306 (void) custr_appendc(cus, ','); in print_overlay_targ_cb()
|