Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libcustr/common/
H A Dlibcustr.h48 int custr_appendc(custr_t *, char);
H A Dmapfile-vers37 custr_appendc;
H A Dcustr.c134 custr_appendc(custr_t *cus, char newc) in custr_appendc() function
/titanic_44/usr/src/lib/json_nvlist/
H A Djson_nvlist.c229 if (custr_appendc(s->s_collect, res) != 0) { in collect_string_escape()
242 if (custr_appendc(s->s_collect, ep[1]) != 0) { in collect_string_escape()
283 if (custr_appendc(s->s_collect, c) != 0) { in collect_string()
302 if (custr_appendc(s->s_collect, popchar(s)) != 0) { in collect_bareword()
360 if (custr_appendc(s->s_collect, popchar(s)) != 0) { in collect_number()
/titanic_44/usr/src/cmd/mailx/
H A Dhead.c212 if (custr_appendc(word, *c) != 0) { in nextword()
/titanic_44/usr/src/lib/libcmdutils/common/
H A Dmapfile-vers49 custr_appendc { TYPE = FUNCTION; FILTER = libcustr.so.1 };
/titanic_44/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c300 if (custr_appendc(st_custr, c) == -1) { in addprogch()