Home
last modified time | relevance | path

Searched refs:wtail (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/lib/libsa/
Dtftp.c159 char *wtail; in tftp_makereq() local
167 wtail = wbuf.t.th_stuff; in tftp_makereq()
169 bcopy(h->path, wtail, l + 1); in tftp_makereq()
170 wtail += l + 1; in tftp_makereq()
171 bcopy("octet", wtail, 6); in tftp_makereq()
172 wtail += 6; in tftp_makereq()
181 res = sendrecv(h->iodesc, sendudp, &wbuf.t, wtail - (char *) &wbuf.t, in tftp_makereq()
203 char *wtail; in tftp_getnextblock() local
211 wtail = (char *) &wbuf.t.th_data; in tftp_getnextblock()
217 res = sendrecv(h->iodesc, sendudp, &wbuf.t, wtail - (char *) &wbuf.t, in tftp_getnextblock()
[all …]
/openbsd/src/usr.bin/finger/
Dutil.c317 pn->whead = pn->wtail = w; in walloc()
319 pn->wtail->next = w; in walloc()
320 pn->wtail = w; in walloc()
Dfinger.h62 struct where *whead, *wtail; /* list of where he is or has been */ member