Home | Sort by: relevance | last modified time | path |
/src/usr.bin/finger/ | |
finger.h | 54 struct where *whead, *wtail; /* list of where user is or has been */ member in struct:person |
/src/sys/lib/libsa/ | |
tftp.c | 160 char *wtail; local in function:tftp_makereq 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; local in function:tftp_getnextblock 208 wtail = (char *)&wbuf.t.th_data; 214 res = sendrecv(h->iodesc, sendudp, &wbuf.t, wtail - (char *)&wbuf.t 235 char *wtail; local in function:tftp_terminate [all...] |