Home
last modified time | relevance | path

Searched refs:custr_cstr (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/libcustr/
H A Dcustr_trunc.c28 if (strcmp(custr_cstr(cu), str) == 0) in expect()
34 var, str, custr_cstr(cu), str); in expect()
H A Dcustr_remove.c27 if (strcmp(custr_cstr(cu), str) == 0) in expect()
33 var, str, custr_cstr(cu), str); in expect()
/illumos-gate/usr/src/cmd/demangle/
H A Ddemangle.c143 if (do_demangle(custr_cstr(word), lang, out) < 0) in do_input()
165 if (custr_len(word) > 0 && do_demangle(custr_cstr(word), lang, out) < 0) in do_input()
/illumos-gate/usr/src/lib/lib9p/common/sbuf/
H A Dsbuf.h48 #define sbuf_data(s) custr_cstr((s)->s_custr)
/illumos-gate/usr/src/lib/libcustr/common/
H A Dlibcustr.h195 const char *custr_cstr(custr_t *str);
H A Dmapfile-vers42 custr_cstr;
H A Dcustr.c170 custr_cstr(custr_t *cus) in custr_cstr() function
/illumos-gate/usr/src/lib/json_nvlist/
H A Djson_nvlist.c314 str = custr_cstr(s->s_collect); in hdlr_bareword()
366 t = atoi(custr_cstr(s->s_collect)); in collect_number()
611 if ((s->s_top->pf_key = strdup(custr_cstr(s->s_collect))) == NULL) { in hdlr_key_string()
699 if ((s->s_top->pf_value = strdup(custr_cstr(s->s_collect))) == NULL) { in hdlr_string()
/illumos-gate/usr/src/lib/varpd/files/common/
H A Dlibvarpd_files_json.c314 str = custr_cstr(s->s_collect); in hdlr_bareword()
366 t = atoi(custr_cstr(s->s_collect)); in collect_number()
611 if ((s->s_top->pf_key = strdup(custr_cstr(s->s_collect))) == NULL) { in hdlr_key_string()
699 if ((s->s_top->pf_value = strdup(custr_cstr(s->s_collect))) == NULL) { in hdlr_string()
/illumos-gate/usr/src/cmd/mailx/
H A Dreceipt.c84 custr_cstr(hl->hl_date)); in receipt()
H A Dhead.c143 if (strcmp(custr_cstr(hl->hl_from), "From") != 0) { in parse_headline()
H A Dcmd1.c315 custr_cstr(hl->hl_date), mp->m_lines, mp->m_size, in printhead()
318 printf("%16.16s binary/%-5ld %-.25s\n", custr_cstr(hl->hl_date), in printhead()
/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust.c410 out = xstrdup(ops, custr_cstr(st.rs_demangled)); in rust_demangle()
415 custr_cstr(st.rs_demangled)); in rust_demangle()
H A Drust-v0.c46 custr_cstr((_st)->rs_demangled) + (_len)
/illumos-gate/usr/src/tools/find_elf/
H A Dfind_elf.c717 while (len > 1 && custr_cstr(p->p_name)[len - 1] == '/') { in path_init()
740 return (custr_cstr(p->p_name) + p->p_pfxidx); in path_name()
746 return (custr_cstr(p->p_name)); in path_fullpath()
/illumos-gate/usr/src/cmd/cron/
H A Dparse.c227 *ret = xstrdup(custr_cstr(cs)); in next_field()
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dmapfile-vers52 custr_cstr { TYPE = FUNCTION; FILTER = libcustr.so.1 };
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Drdn_parser.c749 if ((*string = strdup(custr_cstr(str))) == NULL) in kmf_dn_to_string()
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c438 st->st_prog = custr_cstr(st_custr); in mkprog()