Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnisdb/
H A Ddb_vers.cc53 vers_high = vers_low = time_sec = time_usec = 0; in assign()
55 time_sec = other->time_sec; in assign()
84 newvers->time_sec = (unsigned int) mt.tv_sec; in nextminor()
118 newvers->time_sec = (unsigned int) mt.tv_sec; in nextmajor()
166 thetime = ctime((long *) (&(time_sec))); in print()
182 vers_high = vers_low = time_sec = time_usec = 0; in zero()
192 time_sec == other->time_sec && in equal()
H A Ddb_vers_c.x49 u_int time_sec; member
61 % unsigned int time_sec; /* time stamp */
67 % vers_high = vers_low = time_sec = time_usec = 0;
76 % vers_high = high; vers_low = low; time_sec = time_usec = 0;