/illumos-gate/usr/src/lib/libcustr/common/ |
H A D | libcustr.h | 28 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 D | custr.c | 79 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 D | demangle.c | 32 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 D | custr_trunc.c | 25 expect(const char *var, custr_t *cu, const char *str, const char *file, in expect() 47 custr_t *cu; in main()
|
H A D | custr_remove.c | 24 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 D | head.c | 57 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 D | rdn_parser.c | 545 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 D | rust.c | 49 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 D | rust.h | 37 custr_t *rs_demangled;
|
/illumos-gate/usr/src/lib/lib9p/common/sbuf/ |
H A D | sbuf.h | 37 custr_t *s_custr;
|
/illumos-gate/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 214 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 D | parse.c | 204 custr_t *cs = NULL; in next_field()
|
/illumos-gate/usr/src/lib/varpd/files/common/ |
H A D | libvarpd_files_json.c | 81 custr_t *s_collect; 84 custr_t *s_errstr;
|
/illumos-gate/usr/src/lib/json_nvlist/ |
H A D | json_nvlist.c | 81 custr_t *s_collect; 84 custr_t *s_errstr;
|
/illumos-gate/usr/src/tools/find_elf/ |
H A D | find_elf.c | 54 custr_t *p_name;
|
/illumos-gate/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 299 static custr_t *st_custr;
|
/illumos-gate/usr/src/cmd/dladm/ |
H A D | dladm.c | 10248 custr_t *cus; in print_overlay_targ_cb()
|