HomeSort by: relevance | last modified time | path
    Searched refs:starttime (Results 1 - 25 of 82) sorted by relevancy

1 2 3 4

  /src/external/mpl/bind/dist/bin/tests/system/eddsa/ns2/
sign.sh 21 starttime=20150729220000
37 $SIGNER -P -z -s "$starttime" -e "$endtime" -o "$zone" "$zonefile" >/dev/null 2>signer.err || cat signer.err
  /src/external/mpl/bind/dist/bin/tests/system/eddsa/ns3/
sign.sh 21 starttime=20150729220000
36 $SIGNER -P -z -s "$starttime" -e "$endtime" -o "$zone" "$zonefile" >/dev/null 2>signer.err || cat signer.err
  /src/external/ibm-public/postfix/dist/src/local/
maildir.c 95 struct timeval starttime; local
97 GETTIMEOFDAY(&starttime);
143 * use starttime.pid_count.host, where starttime is the time that your
187 (unsigned long) starttime.tv_sec, var_pid, get_hostname());
206 (unsigned long) starttime.tv_sec,
209 (unsigned long) starttime.tv_usec,
  /src/external/ibm-public/postfix/dist/src/virtual/
maildir.c 90 struct timeval starttime; local
92 GETTIMEOFDAY(&starttime);
137 * use starttime.pid_count.host, where starttime is the time that your
181 (unsigned long) starttime.tv_sec, var_pid, get_hostname());
200 (unsigned long) starttime.tv_sec,
203 (unsigned long) starttime.tv_usec,
  /src/external/gpl3/gdb/dist/gdb/nat/
linux-procfs.c 290 ULONGEST starttime = strtoulst (field->c_str (), &trailer, 10); local
291 if (starttime == ULONGEST_MAX && errno == ERANGE)
297 return starttime;
372 identified by their PID and starttime to detect PID reuse. */
394 std::optional<ULONGEST> starttime local
397 if (starttime.has_value ())
399 std::pair<unsigned long, ULONGEST> key (lwp, *starttime);
  /src/external/gpl3/gdb.old/dist/gdb/nat/
linux-procfs.c 290 ULONGEST starttime = strtoulst (field->c_str (), &trailer, 10); local
291 if (starttime == ULONGEST_MAX && errno == ERANGE)
297 return starttime;
372 identified by their PID and starttime to detect PID reuse. */
394 std::optional<ULONGEST> starttime local
397 if (starttime.has_value ())
399 std::pair<unsigned long, ULONGEST> key (lwp, *starttime);
  /src/sys/arch/evbarm/ifpga/
ifpga_clock.c 346 u_int starttime; local
351 starttime = getclock();
358 delta = curtime - starttime;
359 if (curtime < starttime)
361 starttime = curtime;
  /src/sys/external/bsd/drm2/linux/
linux_wait_bit.c 187 unsigned starttime, endtime; local
194 starttime = getticks();
222 timeout -= MIN(timeout, (endtime - starttime));
  /src/external/bsd/libevent/dist/test/
regress_thread.c 541 struct timeval starttime, endtime; local
551 evutil_gettimeofday(&starttime, NULL);
560 evutil_timersub(&times[i], &starttime, &diff);
564 test_timeval_diff_eq(&starttime, &times[0], 100);
565 test_timeval_diff_eq(&starttime, &times[1], 200);
566 test_timeval_diff_eq(&starttime, &times[2], 400);
567 test_timeval_diff_eq(&starttime, &times[3], 450);
568 test_timeval_diff_eq(&starttime, &times[4], 500);
569 test_timeval_diff_eq(&starttime, &endtime, 500);
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_thread.c 535 struct timeval starttime, endtime; local
545 evutil_gettimeofday(&starttime, NULL);
554 evutil_timersub(&times[i], &starttime, &diff);
558 test_timeval_diff_eq(&starttime, &times[0], 100);
559 test_timeval_diff_eq(&starttime, &times[1], 200);
560 test_timeval_diff_eq(&starttime, &times[2], 400);
561 test_timeval_diff_eq(&starttime, &times[3], 450);
562 test_timeval_diff_eq(&starttime, &times[4], 500);
563 test_timeval_diff_eq(&starttime, &endtime, 500);
  /src/external/bsd/tcpdump/dist/
print-mpcp.c 66 nd_uint32_t starttime; member in struct:mpcp_grant_t
172 GET_BE_U_4(mpcp_grant->starttime),
  /src/sys/dev/raidframe/
rf_reconstruct.h 173 struct timeval starttime; /* recon start time */ member in struct:RF_ReconCtrl_s
  /src/sys/kern/
kern_lock.c 271 u_int starttime; local
333 starttime = getticks();
338 (getticks() - starttime) > 10*hz) {
  /src/games/boggle/boggle/
mach.c 86 static void starttime(void);
223 starttime();
242 starttime();
302 starttime(void) function
609 starttime();
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
ticket.c 826 if (rep->enc_part.starttime) {
827 tmp_time = *rep->enc_part.starttime;
831 if (creds->times.starttime == 0
841 if (creds->times.starttime != 0
842 && tmp_time != creds->times.starttime) {
848 creds->times.starttime = tmp_time;
rd_cred.c 290 if (kci->starttime)
291 creds->times.starttime = *kci->starttime;
creds.c 175 return a->starttime == b->starttime &&
get_for_creds.c 375 ALLOC(krb_cred_info->starttime, 1);
376 *krb_cred_info->starttime = out_creds->times.starttime;
krb5_ccapi.h 114 cc_time_t starttime; member in struct:cc_credentials_v5_t
  /src/external/bsd/openldap/dist/servers/slapd/
schema.c 141 slap_timestamp( &starttime, vals );
  /src/crypto/external/bsd/heimdal/dist/kdc/
krb5tgs.c 404 if(!tgt->flags.invalid || tgt->starttime == NULL){
409 if(*tgt->starttime > kdc_time){
477 *et->starttime = *b->from;
504 if(tgt->starttime)
505 old_life -= *tgt->starttime;
508 et->endtime = *et->starttime + old_life;
804 ALLOC(et.starttime);
805 *et.starttime = kdc_time;
870 life = et.endtime - *et.starttime;
875 et.endtime = *et.starttime + life
    [all...]
  /src/external/gpl3/gdb/dist/sim/erc32/
sis.c 74 sregs->starttime = get_time();
130 sregs->tottime += get_time() - sregs->starttime;
sis.h 112 double starttime; member in struct:pstate
  /src/external/gpl3/gdb.old/dist/sim/erc32/
sis.c 74 sregs->starttime = get_time();
130 sregs->tottime += get_time() - sregs->starttime;
  /src/crypto/external/bsd/heimdal/dist/kuser/
klist.c 87 if(cred->times.starttime)
89 printable_time(cred->times.starttime));
198 if(cred->times.authtime != cred->times.starttime)
200 printable_time_long(cred->times.starttime));

Completed in 50 milliseconds

1 2 3 4