Searched refs:custr_t (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libcustr/common/ |
H A D | libcustr.h | 28 typedef struct custr custr_t; typedef 34 int custr_alloc(custr_t **); 35 void custr_free(custr_t *); 41 int custr_alloc_buf(custr_t **, void *, size_t); 48 int custr_appendc(custr_t *, char); 49 int custr_append(custr_t *, const char *); 56 int custr_append_printf(custr_t *, const char *, ...); 57 int custr_append_vprintf(custr_t *, const char *, va_list); 63 size_t custr_len(custr_t *); 69 void custr_reset(custr_t *); [all …]
|
H A D | custr.c | 44 custr_reset(custr_t *cus) in custr_reset() 54 custr_len(custr_t *cus) in custr_len() 60 custr_cstr(custr_t *cus) in custr_cstr() 76 custr_append_vprintf(custr_t *cus, const char *fmt, va_list ap) in custr_append_vprintf() 134 custr_appendc(custr_t *cus, char newc) in custr_appendc() 140 custr_append_printf(custr_t *cus, const char *fmt, ...) in custr_append_printf() 153 custr_append(custr_t *cus, const char *name) in custr_append() 159 custr_alloc(custr_t **cus) in custr_alloc() 161 custr_t *t; in custr_alloc() 173 custr_alloc_buf(custr_t **cus, void *buf, size_t buflen) in custr_alloc_buf() [all …]
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 213 custr_t *hl_from; /* The name of the sender */ 214 custr_t *hl_tty; /* His tty string (if any) */ 215 custr_t *hl_date; /* The entire date string */
|
/titanic_50/usr/src/lib/json_nvlist/ |
H A D | json_nvlist.c | 85 custr_t *s_collect; 88 custr_t *s_errstr;
|
/titanic_50/usr/src/test/libc-tests/tests/symbols/ |
H A D | symbols_test.c | 295 static custr_t *st_custr;
|