Home
last modified time | relevance | path

Searched refs:tb (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/dns/nameser/
Dns_samedomain.c200 char ta[NS_MAXDNAME], tb[NS_MAXDNAME]; in ns_samename() local
203 ns_makecanon(b, tb, sizeof tb) < 0) in ns_samename()
205 if (strcasecmp(ta, tb) == 0) in ns_samename()
/bionic/libc/bionic/
Dndk_cruft.cpp299 int ftime(struct timeb* tb) { in ftime() argument
306 tb->time = tv.tv_sec; in ftime()
307 tb->millitm = (tv.tv_usec + 500) / 1000; in ftime()
309 if (tb->millitm == 1000) { in ftime()
310 ++tb->time; in ftime()
311 tb->millitm = 0; in ftime()
314 tb->timezone = tz.tz_minuteswest; in ftime()
315 tb->dstflag = tz.tz_dsttime; in ftime()