/illumos-gate/usr/src/test/util-tests/tests/libcustr/ |
H A D | custr_trunc.c | 28 if (strcmp(custr_cstr(cu), str) == 0) in expect() 34 var, str, custr_cstr(cu), str); in expect()
|
H A D | custr_remove.c | 27 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 D | demangle.c | 143 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 D | sbuf.h | 48 #define sbuf_data(s) custr_cstr((s)->s_custr)
|
/illumos-gate/usr/src/lib/varpd/files/common/ |
H A D | libvarpd_files_json.c | 314 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/json_nvlist/ |
H A D | json_nvlist.c | 314 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/libcustr/common/ |
H A D | libcustr.h | 195 const char *custr_cstr(custr_t *str);
|
H A D | mapfile-vers | 42 custr_cstr;
|
H A D | custr.c | 170 custr_cstr(custr_t *cus) in custr_cstr() function
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | receipt.c | 84 custr_cstr(hl->hl_date)); in receipt()
|
H A D | head.c | 143 if (strcmp(custr_cstr(hl->hl_from), "From") != 0) { in parse_headline()
|
H A D | cmd1.c | 315 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 D | rust.c | 410 out = xstrdup(ops, custr_cstr(st.rs_demangled)); in rust_demangle() 415 custr_cstr(st.rs_demangled)); in rust_demangle()
|
H A D | rust-v0.c | 46 custr_cstr((_st)->rs_demangled) + (_len)
|
/illumos-gate/usr/src/tools/find_elf/ |
H A D | find_elf.c | 717 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 D | parse.c | 227 *ret = xstrdup(custr_cstr(cs)); in next_field()
|
/illumos-gate/usr/src/lib/libcmdutils/common/ |
H A D | mapfile-vers | 52 custr_cstr { TYPE = FUNCTION; FILTER = libcustr.so.1 };
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | rdn_parser.c | 749 if ((*string = strdup(custr_cstr(str))) == NULL) in kmf_dn_to_string()
|
/illumos-gate/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 442 st->st_prog = custr_cstr(st_custr); in mkprog()
|