Searched refs:line_to_buf (Results 1 – 3 of 3) sorted by relevance
365 line_to_buf(char *dest, const char *src) in line_to_buf() function553 *buffer = line_to_buf(*buffer, buf); /* append buf to buffer */ in readline()559 *buffer = line_to_buf(*buffer, buf); in readline()564 *buffer = line_to_buf(*buffer, buf); in readline()
330 buf2 = line_to_buf(buf2, buf); /* append buf to buf2 */ in arch_match()335 buf2 = line_to_buf(buf2, buf); in arch_match()339 buf2 = line_to_buf(buf2, buf); in arch_match()
112 extern char *line_to_buf(char *, const char *);