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

  /src/usr.bin/lock/
lock.c 91 static struct timeval zerotime; variable in typeref:struct:timeval
243 ntimer.it_interval = zerotime;
  /src/external/bsd/openldap/dist/servers/slapd/
syncrepl.c 7011 static const struct berval zerotime = BER_BVC("00000101000000Z"); variable in typeref:struct:berval
7072 AC_MEMCPY( a->a_vals[0].bv_val, zerotime.bv_val, zerotime.bv_len );
7188 attr_merge_normalize_one( e, ad_olmNextConnect, (struct berval *)&zerotime, NULL );
7189 attr_merge_normalize_one( e, ad_olmLastConnect, (struct berval *)&zerotime, NULL );
7190 attr_merge_normalize_one( e, ad_olmLastContact, (struct berval *)&zerotime, NULL );

Completed in 53 milliseconds