Lines Matching defs:buf
58 struct Buf *buf_print_strings(struct Buf * buf, FILE* out) in buf_print_strings()
74 struct Buf *buf_prints (struct Buf *buf, const char *fmt, const char *s) in buf_prints()
95 struct Buf *buf_linedir (struct Buf *buf, const char* filename, int lineno) in buf_linedir()
136 struct Buf *buf_strnappend (struct Buf *buf, const char *str, int n) in buf_strnappend()
147 struct Buf *buf_strappend (struct Buf *buf, const char *str) in buf_strappend()
153 struct Buf *buf_strdefine (struct Buf *buf, const char *str, const char *def) in buf_strdefine()
170 struct Buf *buf_m4_define (struct Buf *buf, const char* def, const char* val) in buf_m4_define()
192 struct Buf *buf_m4_undefine (struct Buf *buf, const char* def) in buf_m4_undefine()
209 void buf_init (struct Buf *buf, size_t elem_size) in buf_init()
218 void buf_destroy (struct Buf *buf) in buf_destroy()
233 struct Buf *buf_append (struct Buf *buf, const void *ptr, int n_elem) in buf_append()