Home
last modified time | relevance | path

Searched refs:catbuf (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Dpfmt_print.c65 char catbuf[DB_NAME_LEN]; in __pfmt_print() local
77 catbuf[i] = c; in __pfmt_print()
80 catbuf[i] = '\0'; in __pfmt_print()
90 format = __gtxt(catbuf, txtmsgnum, ptr); in __pfmt_print()
/titanic_41/usr/src/lib/libpp/common/
H A Dppdata.c61 static char catbuf[MAXTOKEN+1]; /* catenation buffer */ variable
167 &catbuf[0], /* catbuf */
H A Dpplib.h290 char* catbuf; /* catenation buffer */ \
509 #define INC_TEST ((struct ppsymbol*)pp.catbuf)
H A Dpplex.c1016 pp.token = pp.catbuf; in ppcpp()
1041 *pp.catbuf = ' '; in ppcpp()