Lines Matching defs:buf
55 struct Buf *buf_print_strings(struct Buf * buf, FILE* out) in buf_print_strings()
71 struct Buf *buf_prints (struct Buf *buf, const char *fmt, const char *s) in buf_prints()
92 struct Buf *buf_linedir (struct Buf *buf, const char* filename, int lineno) in buf_linedir()
133 struct Buf *buf_strnappend (struct Buf *buf, const char *str, int n) in buf_strnappend()
144 struct Buf *buf_strappend (struct Buf *buf, const char *str) in buf_strappend()
150 struct Buf *buf_strdefine (struct Buf *buf, const char *str, const char *def) in buf_strdefine()
167 struct Buf *buf_m4_define (struct Buf *buf, const char* def, const char* val) in buf_m4_define()
189 struct Buf *buf_m4_undefine (struct Buf *buf, const char* def) in buf_m4_undefine()
206 void buf_init (struct Buf *buf, size_t elem_size) in buf_init()
215 void buf_destroy (struct Buf *buf) in buf_destroy()
230 struct Buf *buf_append (struct Buf *buf, const void *ptr, int n_elem) in buf_append()