| /freebsd-10-stable/contrib/ntp/clockstuff/ |
| D | chutest.c | 80 void chufilter(struct chucode *chuc, l_fp *rtime); 535 l_fp *rtime in chufilter() argument 636 if (date_ui < (rtime->l_ui + CLOCK_WAYTOOBIG) in chufilter() 637 && date_ui > (rtime->l_ui - CLOCK_WAYTOOBIG)) in chufilter() 644 date_ui = calyearstart(rtime->l_ui, NULL); in chufilter() 649 date_ui, rtime->l_ui, (long)date_ui-(long)rtime->l_ui); in chufilter() 650 if (date_ui < (rtime->l_ui + CLOCK_WAYTOOBIG) in chufilter() 651 && date_ui > (rtime->l_ui - CLOCK_WAYTOOBIG)) in chufilter() 658 printf("received %s\n", prettydate(rtime)); in chufilter() 669 if ((rtime->l_ui - yearstart) < CLOCK_WAYTOOBIG) { in chufilter() [all …]
|
| /freebsd-10-stable/sys/kern/ |
| D | tty_info.c | 216 struct timeval rtime, utime, stime; in tty_info() local 298 microuptime(&rtime); in tty_info() 299 timevalsub(&rtime, &p->p_stats->p_start); in tty_info() 309 (long)rtime.tv_sec, rtime.tv_usec / 10000, in tty_info()
|
| /freebsd-10-stable/contrib/ntp/ntpd/ |
| D | refclock_gpsdjson.c | 368 const l_fp * const rtime); 1421 const l_fp * const rtime) in process_watch() argument 1447 const l_fp * const rtime) in process_version() argument 1535 const l_fp * const rtime) in process_tpv() argument 1584 up->sti_local = *rtime; in process_tpv() 1585 up->sti_recvt = *rtime; in process_tpv() 1616 const l_fp * const rtime) in process_pps() argument 1631 up->pps_local = *rtime; in process_pps() 1697 const l_fp * const rtime) in process_toff() argument 1718 up->sti_local = *rtime; in process_toff() [all …]
|
| /freebsd-10-stable/contrib/libarchive/libarchive/ |
| D | archive_write_set_format_warc.c | 93 time_t rtime; member 200 wi.rtime = w->now; in _warc_header() 241 rh.rtime = w->now; in _warc_header() 399 xstrftime(tgt, "WARC-Date: %Y-%m-%dT%H:%M:%SZ\r\n", hdr.rtime); in _popul_ehdr()
|
| D | archive_read_support_format_warc.c | 226 time_t rtime; in _warc_rdhdr() local 281 rtime = _warc_rdrtm(buf, eoh - buf); in _warc_rdhdr() 282 if (rtime == (time_t)-1) { in _warc_rdhdr() 337 mtime = rtime; in _warc_rdhdr() 367 archive_entry_set_ctime(entry, rtime, 0L); in _warc_rdhdr()
|
| /freebsd-10-stable/contrib/unbound/dnstap/ |
| D | dnstap.c | 381 struct timeval rtime; in dt_msg_send_client_response() local 383 gettimeofday(&rtime, NULL); in dt_msg_send_client_response() 389 dt_fill_timeval(&rtime, in dt_msg_send_client_response() 461 const struct timeval *rtime, in dt_msg_send_outside_response() argument 493 dt_fill_timeval(rtime, in dt_msg_send_outside_response()
|
| D | dnstap.h | 183 const struct timeval *rtime,
|
| /freebsd-10-stable/usr.sbin/fwcontrol/ |
| D | fwdv.c | 269 double rtime; in dvsend() local 414 rtime = end.tv_sec - start.tv_sec in dvsend() 417 frames, rtime, frames/rtime); in dvsend()
|
| /freebsd-10-stable/contrib/tnftp/src/ |
| D | util.c | 703 time_t rtime; in remotemodtime() local 707 rtime = -1; in remotemodtime() 759 rtime = timegm(&timebuf); in remotemodtime() 760 if (rtime == -1) { in remotemodtime() 768 timestr, (LLT)rtime, in remotemodtime() 769 rfc2822time(localtime(&rtime))); in remotemodtime() 781 if (rtime == -1) in remotemodtime() 783 return (rtime); in remotemodtime()
|
| /freebsd-10-stable/usr.sbin/timed/timed/ |
| D | readmsg.c | 51 struct timeval rtime, rwait, rtout; variable 171 (void)gettimeofday(&rtime, NULL); in readmsg() 172 timevalsub(&rwait, &rtout, &rtime); in readmsg()
|
| /freebsd-10-stable/cddl/usr.sbin/dtrace/tests/common/docsExamples/ |
| D | Makefile | 16 rtime.d \
|
| /freebsd-10-stable/sbin/routed/ |
| D | output.c | 821 struct timeval rtime; in rip_bcast() local 825 intvl_random(&rtime, MIN_WAITTIME, MAX_WAITTIME); in rip_bcast() 826 no_flash = rtime; in rip_bcast() 834 rtime.tv_sec + ((float)rtime.tv_usec)/1000000.0); in rip_bcast()
|
| /freebsd-10-stable/crypto/heimdal/lib/krb5/ |
| D | get_in_tkt.c | 201 a->req_body.rtime = malloc(sizeof(*a->req_body.rtime)); in init_as_req() 202 if (a->req_body.rtime == NULL) { in init_as_req() 207 *a->req_body.rtime = creds->times.renew_till; in init_as_req()
|
| D | init_creds_pw.c | 665 a->req_body.rtime = malloc(sizeof(*a->req_body.rtime)); in init_as_req() 666 if (a->req_body.rtime == NULL) { in init_as_req() 671 *a->req_body.rtime = creds->times.renew_till; in init_as_req()
|
| /freebsd-10-stable/include/rpc/ |
| D | auth_des.h | 119 extern int rtime(dev_t, struct netbuf *, int, struct timeval *,
|
| /freebsd-10-stable/sys/ofed/include/rdma/ |
| D | ib_mad.h | 282 static inline void ib_set_rmpp_resptime(struct ib_rmpp_hdr *rmpp_hdr, u8 rtime) in ib_set_rmpp_resptime() argument 284 rmpp_hdr->rmpp_rtime_flags = ib_get_rmpp_flags(rmpp_hdr) | (rtime << 3); in ib_set_rmpp_resptime()
|
| /freebsd-10-stable/lib/libc/rpc/ |
| D | Makefile.inc | 24 SRCS+= rtime.c 51 rtime.3
|
| D | rtime.c | 70 rtime(struct sockaddr_in *addrp, struct timeval *timep, in rtime() function
|
| D | Symbol.map | 195 rtime;
|
| /freebsd-10-stable/crypto/heimdal/kdc/ |
| D | kerberos5.c | 1573 if(b->rtime == NULL){ in _kdc_as_rep() 1574 ALLOC(b->rtime); in _kdc_as_rep() 1575 *b->rtime = 0; in _kdc_as_rep() 1577 if(*b->rtime < *b->till) in _kdc_as_rep() 1578 *b->rtime = *b->till; in _kdc_as_rep() 1580 if(f.renewable && b->rtime){ in _kdc_as_rep() 1581 t = *b->rtime; in _kdc_as_rep()
|
| D | krb5tgs.c | 470 _kdc_fix_time(&b->rtime); in check_tgs_flags() 471 *et->renew_till = *b->rtime; in check_tgs_flags()
|
| /freebsd-10-stable/contrib/ntp/scripts/monitoring/ |
| D | ntploopwatch | 1642 local($rtime) = &timelocal($sec,$min,$hour,$mday,$mon,$year, 0,0, 0); 1644 ;# $rtime may be off if daylight savings time is in effect at given date 1645 return $rtime + ($sec - int($sec)) 1646 if $hour == (localtime($rtime))[$[+2];
|
| /freebsd-10-stable/contrib/apr-util/memcache/ |
| D | apr_memcache.c | 1627 else mc_do_stat(rusage_user, rtime) in update_stats() 1628 else mc_do_stat(rusage_system, rtime) in update_stats()
|
| /freebsd-10-stable/crypto/heimdal/lib/asn1/ |
| D | krb5.asn1 | 456 rtime[6] KerberosTime OPTIONAL,
|
| /freebsd-10-stable/crypto/heimdal/ |
| D | ChangeLog.1998 | 428 * kdc/kerberos5.c (check_tgs_flags): make sure kdc-req-body->rtime
|