Lines Matching defs:cus
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()
263 custr_append(custr_t *cus, const char *name) in custr_append()
301 custr_xalloc(custr_t **cus, custr_alloc_t *cao) in custr_xalloc()
320 custr_alloc(custr_t **cus) in custr_alloc()
326 custr_xalloc_buf(custr_t **cus, void *buf, size_t buflen, custr_alloc_t *cao) in custr_xalloc_buf()
348 custr_alloc_buf(custr_t **cus, void *buf, size_t buflen) in custr_alloc_buf()
354 custr_free(custr_t *cus) in custr_free()