Home | History | Annotate | Download | only in libsa

Lines Matching defs:wtail

160 	char           *wtail;
166 wtail = wbuf.t.th_stuff;
168 (void)memcpy(wtail, h->path, l + 1);
169 wtail += l + 1;
170 (void)memcpy(wtail, "octet", 6);
171 wtail += 6;
180 res = sendrecv(h->iodesc, sendudp, &wbuf.t, wtail - (char *)&wbuf.t,
202 char *wtail;
208 wtail = (char *)&wbuf.t.th_data;
214 res = sendrecv(h->iodesc, sendudp, &wbuf.t, wtail - (char *)&wbuf.t,
235 char *wtail;
237 wtail = (char *)&wbuf.t.th_data;
244 *wtail++ = '\0'; /* empty error string */
247 (void)sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t);