Searched refs:tlbuf (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dgcc_compat.c132 char tlbuf[TLLEN], *tw; local
160 snprintf(tlbuf, TLLEN, TS, lineno);
161 tw = &tlbuf[strlen(tlbuf)];
162 while (tw > tlbuf)
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dgcc_compat.c230 char tlbuf[TLLEN], *tw; local
261 snprintf(tlbuf, TLLEN, TS, lineno);
262 tw = &tlbuf[strlen(tlbuf)];
263 while (tw > tlbuf)

Completed in 216 milliseconds