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

/freebsd-9.3-release/lib/libstand/
H A Dtftp.c148 char *wtail; local
158 wtail = wbuf.t.th_msg;
159 bcopy(msg, wtail, len);
160 wtail[len] = '\0';
161 wtail += len + 1;
163 sendudp(h->iodesc, &wbuf.t, wtail - (char *) &wbuf.t);
173 char *wtail; local
176 wtail = (char *) &wbuf.t.th_block;
178 wtail += 2;
180 sendudp(h->iodesc, &wbuf.t, wtail
276 char *wtail; local
356 char *wtail; local
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dmdoc2man.awk42 function wtail() { function
147 date=wtail()
150 id=wtail()
159 add(".TH " id " \"" date "\" \"" wtail() "\"")
199 if(match(words[w],"^%A$")) { refauthors[nrefauthors++]=wtail() }
201 reftitle=wtail()
205 if(match(words[w],"^%N$")) { refissue=wtail() }
206 if(match(words[w],"^%D$")) { refdate=wtail() }
207 if(match(words[w],"^%O$")) { refopt=wtail() }
208 if(match(words[w],"^%R$")) { refreport=wtail() }
[all...]
/freebsd-9.3-release/usr.bin/finger/
H A Dfinger.h50 struct where *whead, *wtail; /* list of where user is or has been */ member in struct:person
H A Dutil.c230 pn->whead = pn->wtail = w;
232 pn->wtail->next = w;
233 pn->wtail = w;

Completed in 74 milliseconds