HomeSort by: relevance | last modified time | path
    Searched refs:tt_sec (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
util.c 469 if ( ( cp->begin_date.tt_sec > 0 && cp->begin_date.tt_sec > now ) ||
470 ( cp->end_date.tt_sec > 0 && cp->end_date.tt_sec < now ) ) {
492 if ( ( cp->begin_lock_date.tt_sec > 0 &&
493 cp->begin_lock_date.tt_sec < now ) &&
494 ( cp->end_lock_date.tt_sec > 0 &&
495 cp->end_lock_date.tt_sec > now ) ) {
  /src/external/bsd/openldap/dist/libraries/liblutil/
utils.c 172 tt->tt_sec = 0;
179 tt->tt_sec = tm->tm_year - 70;
180 tt->tt_sec *= 365L;
183 tt->tt_sec += ((tm->tm_year -69) >> 2);
186 tt->tt_sec += moffset[tm->tm_mon];
190 tt->tt_sec ++;
194 tt->tt_sec += (tm->tm_mday - 1);
198 tt->tt_sec *= 675;
201 tt->tt_gsec = tt->tt_sec >> 25;
202 tt->tt_sec -= tt->tt_gsec << 25
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/lastbind/
lastbind.c 104 ret = tt.tt_sec;
  /src/external/bsd/openldap/dist/include/
lutil.h 182 unsigned int tt_sec; /* seconds since epoch, 0000 or 1970 */ member in struct:lutil_timet
  /src/external/bsd/openldap/dist/servers/slapd/
schema_init.c 5863 tmp[4] = tt.tt_sec & 0xff;
5864 tt.tt_sec >>= 8;
5865 tmp[3] = tt.tt_sec & 0xff;
5866 tt.tt_sec >>= 8;
5867 tmp[2] = tt.tt_sec & 0xff;
5868 tt.tt_sec >>= 8;
5869 tmp[1] = tt.tt_sec & 0xff;
5910 tmp[4] = tt.tt_sec & 0xff;
5911 tt.tt_sec >>= 8;
5912 tmp[3] = tt.tt_sec & 0xff
    [all...]
bind.c 435 bindtime = tt.tt_sec;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/
slapd-totp.c 458 told = tt.tt_sec / TIME_STEP;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/
smbk5pwd.c 295 lutil_tm2time( &tm, &tt ) == 0 && tt.tt_sec < op->o_time ) {
  /src/external/bsd/openldap/dist/tests/progs/
slapd-watcher.c 440 c->tvs[j].tv_sec = tt.tt_sec;
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
dds.c 922 ttl = tt.tt_sec - op->o_time;
ppolicy.c 642 ret = tt.tt_sec;
1571 now = now_usec.tt_sec;

Completed in 48 milliseconds