Searched defs:holdtbuf (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrindefs.c115 char *holdtbuf = tbuf; local
143 l = p - holdtbuf + strlen(q);
150 tbuf = holdtbuf;
/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtermcap.c159 char *holdtbuf = tbuf; local
189 l = p - holdtbuf + strlen(q);
195 tbuf = holdtbuf;
/illumos-gate/usr/src/cmd/captoinfo/
H A Dotermcap.c211 char *holdtbuf = tbuf; local
243 l = p - holdtbuf + strlen(q);
247 q[TBUFSIZE - (p - holdtbuf)] = 0;
250 tbuf = holdtbuf;
/illumos-gate/usr/src/cmd/tip/
H A Dremcap.c224 char *holdtbuf = tbuf; local
254 l = p - holdtbuf + strlen(q);
257 q[BUFSIZ - (p-holdtbuf)] = 0;
260 tbuf = holdtbuf;

Completed in 46 milliseconds