Searched refs:tlast (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dnet.c91 satime_t t, tlast; local
100 tlast = 0;
127 tlast = t;
138 tleft -= t - tlast;
139 tlast = t;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dbitstring.c87 unsigned int tlast; local
104 tlast = tbitpos + n;
111 REQUIRE(tlast <= target->size);
113 if (tlast > target->length)
114 target->length = tlast;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dbitstring.c87 unsigned int tlast; local
104 tlast = tbitpos + n;
111 REQUIRE(tlast <= target->size);
113 if (tlast > target->length)
114 target->length = tlast;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/parseutil/
H A Dtestdcf.c371 struct timeval t, tt, tlast; local
428 gettimeofday(&tlast, 0L);
434 t.tv_sec -= tlast.tv_sec;
435 t.tv_usec -= tlast.tv_usec;
513 tlast = tt;
H A Ddcfd.c1535 struct timeval t, tt, tlast; local
1677 gettimeofday(&tlast, 0L);
1691 timersub(&t, &tlast);
1860 tlast = tt;
/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dmain.c368 static unsigned int tlast; local
370 unsigned int t = tlast + 1;
384 tlast = 0;
393 tlast = t;
/netbsd-6-1-5-RELEASE/gnu/dist/gkermit/
H A Dgunixio.c198 static int tlast = 0; /* Last item in buffer */ variable
525 x = read(0,&tinbuf[tlast],TINBUFSIZ-tlast);
537 tlast += x;
548 tlast = 0;
638 if (tincnt > -1) tlast = tincnt;

Completed in 182 milliseconds