Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dtftp.c148 char *wtail; in tftp_senderr() local
158 wtail = wbuf.t.th_msg; in tftp_senderr()
159 bcopy(msg, wtail, len); in tftp_senderr()
160 wtail[len] = '\0'; in tftp_senderr()
161 wtail += len + 1; in tftp_senderr()
163 sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t); in tftp_senderr()
173 char *wtail; in tftp_sendack() local
176 wtail = (char *)&wbuf.t.th_block; in tftp_sendack()
178 wtail += 2; in tftp_sendack()
180 sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t); in tftp_sendack()
[all …]
/freebsd/usr.bin/finger/
H A Dutil.c223 pn->whead = pn->wtail = w; in walloc()
225 pn->wtail->next = w; in walloc()
226 pn->wtail = w; in walloc()
H A Dfinger.h49 struct where *whead, *wtail; /* list of where user is or has been */ member
/freebsd/crypto/openssh/
H A Dmdoc2man.awk40 function wtail() { function