Home
last modified time | relevance | path

Searched refs:line_to_buf (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c365 line_to_buf(char *dest, const char *src) in line_to_buf() function
553 *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()
H A Dextends.c330 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()
H A Dparser.h112 extern char *line_to_buf(char *, const char *);