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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_crypto.c1080 struct value vtemp; local
1125 memset(&vtemp, 0, sizeof(vtemp));
1126 vtemp.tstamp = ep->tstamp;
1127 vtemp.fstamp = ep->fstamp;
1128 vtemp.vallen = ep->vallen;
1129 vtemp.ptr = (u_char *)ep->pkt;
1130 len = crypto_send(fp, &vtemp, start);
1221 if ((rval = crypto_alice(peer, &vtemp)) == XEVNT_OK) {
1222 len = crypto_send(fp, &vtemp, star
[all...]
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dvar.c25 static struct tbl vtemp; variable in typeref:struct:tbl
189 vp = &vtemp;
269 vp = &vtemp;
421 register struct tbl *vp = &vtemp;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Ddisplay.c1126 char *vtemp = visible_line; local
1130 invisible_line = vtemp;
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dgencode.c5174 bpf_int32 vtemp; local
5176 vtemp = v1;
5178 v2 = vtemp;
5277 bpf_int32 vtemp; local
5279 vtemp = v1;
5281 v2 = vtemp;

Completed in 92 milliseconds