Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c363 line_to_buf(char *dest, const char *src) in line_to_buf() function
551 *buffer = line_to_buf(*buffer, buf); /* append buf to buffer */ in readline()
557 *buffer = line_to_buf(*buffer, buf); in readline()
562 *buffer = line_to_buf(*buffer, buf); in readline()
H A Dextends.c328 buf2 = line_to_buf(buf2, buf); /* append buf to buf2 */ in arch_match()
333 buf2 = line_to_buf(buf2, buf); in arch_match()
337 buf2 = line_to_buf(buf2, buf); in arch_match()
H A Dparser.h110 extern char *line_to_buf(char *, const char *);