Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_vers.cc51 vers_high = vers_low = time_sec = time_usec = 0; in assign()
53 time_sec = other->time_sec; in assign()
82 newvers->time_sec = (unsigned int) mt.tv_sec; in nextminor()
116 newvers->time_sec = (unsigned int) mt.tv_sec; in nextmajor()
164 thetime = ctime((long *) (&(time_sec))); in print()
180 vers_high = vers_low = time_sec = time_usec = 0; in zero()
190 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;