Searched refs:time_t (Results 26 - 50 of 1089) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/sys/
H A Dtimeb.h48 typedef __time_t time_t; typedef
54 time_t time; /* seconds since the Epoch */
H A Dmsg.h56 typedef __time_t time_t; typedef
71 time_t msg_stime; /* time of last msgsnd() */
73 time_t msg_rtime; /* time of last msgrcv() */
75 time_t msg_ctime; /* time of last msgctl() */
96 time_t msg_stime; /* time of last msgsnd() */
97 time_t msg_rtime; /* time of last msgrcv() */
98 time_t msg_ctime; /* time of last msgctl() */
/freebsd-10-stable/include/
H A Dtime.h65 typedef __time_t time_t; typedef
146 char *ctime(const time_t *);
147 double difftime(time_t, time_t);
149 struct tm *gmtime(const time_t *);
150 struct tm *localtime(const time_t *);
151 time_t mktime(struct tm *);
154 time_t time(time_t *);
182 char *ctime_r(const time_t *, cha
[all...]
/freebsd-10-stable/bin/pax/
H A Dtables.h78 time_t mtime; /* files last modification time */
146 time_t mtime; /* access and mod time to reset to */
147 time_t atime;
166 time_t mtime; /* mtime to set */
167 time_t atime; /* atime to set */
H A Dsel_subs.h61 time_t low_time; /* lower inclusive time limit */
62 time_t high_time; /* higher inclusive time limit */
/freebsd-10-stable/contrib/unbound/validator/
H A Dautotrust.h74 time_t last_change;
103 time_t last_queried;
105 time_t last_success;
107 time_t next_probe_time;
110 time_t query_interval;
112 time_t retry_time;
157 time_t autr_probe_timer(struct module_env* env);
H A Dval_kentry.h78 time_t ttl;
172 uint8_t* name, size_t namelen, uint16_t dclass, time_t ttl,
173 time_t now);
188 struct ub_packed_rrset_key* rrset, uint8_t* sigalg, time_t now);
201 uint8_t* name, size_t namelen, uint16_t dclass, time_t ttl,
202 time_t now);
/freebsd-10-stable/usr.sbin/fifolog/lib/
H A Dfifolog_write.h54 time_t last;
63 time_t starttime;
64 time_t lastwrite;
65 time_t lastsync;
70 int fifolog_write_record(struct fifolog_writer *f, uint32_t id, time_t now, const void *ptr, ssize_t len);
71 int fifolog_write_poll(struct fifolog_writer *f, time_t now);
72 int fifolog_write_record_poll(struct fifolog_writer *f, uint32_t id, time_t now, const void *ptr, ssize_t len);
/freebsd-10-stable/contrib/file/src/
H A Dctime_r.c12 ctime_r(const time_t *t, char *dst)
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dgettimeofday.c27 if (time (&tp->tv_sec) == (time_t) -1)
/freebsd-10-stable/contrib/ipfilter/ipsd/
H A Dipsd.h12 time_t sh_date;
/freebsd-10-stable/contrib/ldns/compat/
H A Dctime_r.c9 char *ctime_r(const time_t *timep, char *buf)
H A Dgmtime_r.c9 struct tm *gmtime_r(const time_t *timep, struct tm *result)
H A Dlocaltime_r.c9 struct tm *localtime_r(const time_t *timep, struct tm *result)
H A Dtimegm.c13 time_t
15 time_t ret;
/freebsd-10-stable/contrib/sendmail/src/
H A Dsfsasl.h20 extern int tls_retry __P((SSL *, int, int, time_t, int, int,
/freebsd-10-stable/sys/boot/pc98/libpc98/
H A Dtime.c66 time_t
67 time(time_t *t)
69 static time_t lasttime;
70 time_t now;
/freebsd-10-stable/sys/dev/twa/
H A Dtw_osl_types.h59 typedef time_t TW_TIME;
/freebsd-10-stable/usr.sbin/rpc.umntall/
H A Dmounttab.h34 time_t mtab_time;
/freebsd-10-stable/crypto/openssl/crypto/
H A Do_time.h65 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
/freebsd-10-stable/crypto/heimdal/kdc/
H A Dhprop.h65 time_t exp_date;
66 time_t mod_date;
/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dder-private.h57 time_t /*t*/,
78 time_t /*t*/,
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dlocaltime_r.c43 localtime_r(const time_t *timer, struct tm *result)
52 tm = localtime((time_t *)timer);
H A Dtm2time.c46 ROKEN_LIB_FUNCTION time_t ROKEN_LIB_CALL
49 time_t t;
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.h198 extern int/*BOOL*/ leapsec_expired(uint32_t when, const time_t * pivot);
204 extern int32_t leapsec_daystolive(uint32_t when, const time_t * pivot);
219 const time_t * pivot);
235 const time_t * pivot);
245 const time_t * pivot);
251 const time_t * pivot);
271 const time_t * pivot);

Completed in 154 milliseconds

1234567891011>>