Home
last modified time | relevance | path

Searched refs:custr_t (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libcustr/common/
H A Dlibcustr.h28 typedef struct custr custr_t; typedef
99 int custr_alloc(custr_t **);
100 int custr_xalloc(custr_t **, custr_alloc_t *);
101 void custr_free(custr_t *);
107 int custr_alloc_buf(custr_t **, void *, size_t);
114 int custr_xalloc_buf(custr_t **, void *, size_t, custr_alloc_t *);
121 int custr_appendc(custr_t *, char);
122 int custr_append(custr_t *, const char *);
129 int custr_append_printf(custr_t *, const char *, ...);
130 int custr_append_vprintf(custr_t *, const char *, va_list);
[all …]
H A Dcustr.c79 custr_reset(custr_t *cus) in custr_reset()
89 custr_remove(custr_t *cus, size_t idx, size_t len) in custr_remove()
121 custr_rremove(custr_t *cus, size_t ridx, size_t len) in custr_rremove()
135 custr_trunc(custr_t *cus, size_t idx) in custr_trunc()
148 custr_rtrunc(custr_t *cus, size_t ridx) in custr_rtrunc()
164 custr_len(custr_t *cus) in custr_len()
170 custr_cstr(custr_t *cus) in custr_cstr()
186 custr_append_vprintf(custr_t *cus, const char *fmt, va_list ap) in custr_append_vprintf()
244 custr_appendc(custr_t *cus, char newc) in custr_appendc()
250 custr_append_printf(custr_t *cus, const char *fmt, ...) in custr_append_printf()
[all …]
/illumos-gate/usr/src/cmd/demangle/
H A Ddemangle.c32 static void appendc(custr_t *, char);
107 custr_t *word = NULL; in do_input()
199 appendc(custr_t *cus, char c) in appendc()
/illumos-gate/usr/src/test/util-tests/tests/libcustr/
H A Dcustr_trunc.c25 expect(const char *var, custr_t *cu, const char *str, const char *file, in expect()
47 custr_t *cu; in main()
H A Dcustr_remove.c24 expect(const char *var, custr_t *cu, const char *str, const char *file, in expect()
46 custr_t *cu; in main()
/illumos-gate/usr/src/cmd/mailx/
H A Dhead.c57 static int nextword(const char *, custr_t *, const char **);
177 nextword(const char *input, custr_t *word, const char **nextword) in nextword()
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Drdn_parser.c545 binvalue_to_string(KMF_DATA *data, custr_t *str) in binvalue_to_string()
573 value_to_string(KMF_DATA *data, custr_t *str) in value_to_string()
638 ava_to_string(KMF_X509_TYPE_VALUE_PAIR *tvp, custr_t *str) in ava_to_string()
700 rdn_to_string(KMF_X509_RDN *rdn, custr_t *str) in rdn_to_string()
725 custr_t *str = NULL; in kmf_dn_to_string()
/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust.c49 custr_t *cus = st->rs_demangled; in rust_appendc()
95 custr_t *cus = st->rs_demangled; in rust_append_utf8_c()
146 custr_t *cus = st->rs_demangled; in rust_append()
H A Drust.h37 custr_t *rs_demangled;
/illumos-gate/usr/src/lib/lib9p/common/sbuf/
H A Dsbuf.h37 custr_t *s_custr;
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h214 custr_t *hl_from; /* The name of the sender */
215 custr_t *hl_tty; /* Its tty string (if any) */
216 custr_t *hl_date; /* The entire date string */
/illumos-gate/usr/src/cmd/cron/
H A Dparse.c204 custr_t *cs = NULL; in next_field()
/illumos-gate/usr/src/lib/varpd/files/common/
H A Dlibvarpd_files_json.c81 custr_t *s_collect;
84 custr_t *s_errstr;
/illumos-gate/usr/src/lib/json_nvlist/
H A Djson_nvlist.c81 custr_t *s_collect;
84 custr_t *s_errstr;
/illumos-gate/usr/src/tools/find_elf/
H A Dfind_elf.c54 custr_t *p_name;
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c295 static custr_t *st_custr;
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c10219 custr_t *cus; in print_overlay_targ_cb()