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

/opensolaris-onvv-gate/usr/src/cmd/lp/lib/lp/
H A Dtidbit.c133 *tiebuf, member in struct:tidb
276 if (pt->tiebuf)
277 Free(pt->tiebuf);
278 if (!(pt->tiebuf = Malloc(statbuf.st_size))) {
283 n = Read(tfd, pt->tiebuf, statbuf.st_size);
285 if (n <= 0 || n >= 4096 || _Getsh(pt->tiebuf) != 0432) {
286 Free(pt->tiebuf);
287 pt->tiebuf = 0;
295 Free(pt->tiebuf);
296 pt->tiebuf
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dsetupterm.c232 char tiebuf[4096]; local
313 n = (int)read(tfd, tiebuf, sizeof (tiebuf));
321 if (n == sizeof (tiebuf)) {
326 ip = tiebuf;

Completed in 73 milliseconds