Searched refs:tt_gsec (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/liblutil/
H A Dutils.c173 tt->tt_gsec = 0;
200 /* move high 7 bits into tt_gsec */
201 tt->tt_gsec = tt->tt_sec >> 25;
202 tt->tt_sec -= tt->tt_gsec << 25;
268 /* move high 7 bits into tt_gsec */
269 tt->tt_gsec = tmp >> 25;
270 tmp -= tt->tt_gsec << 25;
273 tt->tt_gsec &= 0x7f;
274 tt->tt_gsec ^= 0x40;
/netbsd-current/external/bsd/openldap/dist/include/
H A Dlutil.h183 int tt_gsec; /* seconds since epoch, high 7 bits, maybe sign-flipped */ member in struct:lutil_timet
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dschema_init.c5860 tmp[0] = tt.tt_gsec & 0xff;
5907 tmp[0] = tt.tt_gsec & 0xff;

Completed in 112 milliseconds