Lines Matching defs:pbufT
99 long *pbufT;
106 while (!(pbufT = (long *) ALLOCATE_LOCAL(bufsize))) {
109 pbufT = tmpbuf;
122 to = pbufT;
134 (void) WriteToClient(client, nbytes, (char *) pbufT);
137 if (pbufT != tmpbuf)
138 DEALLOCATE_LOCAL((char *) pbufT);
148 short *pbufT;
156 while (!(pbufT = (short *) ALLOCATE_LOCAL(bufsize))) {
159 pbufT = tmpbuf;
173 to = pbufT;
185 (void) WriteToClient(client, nbytes, (char *) pbufT);
188 if (pbufT != tmpbuf)
189 DEALLOCATE_LOCAL((char *) pbufT);