Home
last modified time | relevance | path

Searched refs:time_t (Results 51 – 75 of 710) sorted by relevance

12345678910>>...29

/dragonfly/usr.bin/at/
H A Dat.c112 static void writefile(time_t runtimer, char queue);
115 static time_t ttime(const char *arg);
116 static char * timer2str(time_t runtimer);
208 writefile(time_t runtimer, char queue) in writefile()
473 time_t runtimer; in list_jobs()
512 runtimer = 60*(time_t) ctm; in list_jobs()
619 static time_t
628 time_t now; in ttime()
690 timer2str(time_t runtimer) in timer2str()
743 time_t timer; in main()
/dragonfly/usr.bin/w/
H A Dw.c78 static time_t now; /* the current time of day */
79 static time_t then;
108 time_t idle; /* idle time of terminal in seconds */
115 static void pr_header(time_t *, int);
430 then = (time_t)ep->tv.tv_sec; in main()
440 pr_header(time_t *nowp, int nusers) in pr_header()
444 time_t uptime; in pr_header()
549 time_t touched; in process()
560 ep->idle = (time_t)-1; in process()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_entry.h238 __LA_DECL time_t archive_entry_atime(struct archive_entry *);
241 __LA_DECL time_t archive_entry_birthtime(struct archive_entry *);
244 __LA_DECL time_t archive_entry_ctime(struct archive_entry *);
267 __LA_DECL time_t archive_entry_mtime(struct archive_entry *);
304 __LA_DECL void archive_entry_set_atime(struct archive_entry *, time_t, long);
309 __LA_DECL void archive_entry_set_birthtime(struct archive_entry *, time_t, long);
311 __LA_DECL void archive_entry_set_ctime(struct archive_entry *, time_t, long);
344 __LA_DECL void archive_entry_set_mtime(struct archive_entry *, time_t, long);
H A Darchive_match.c68 time_t mtime_sec;
70 time_t ctime_sec;
108 time_t now;
110 time_t newer_mtime_sec;
179 time_t, long);
1068 time_t mtime_sec, long mtime_nsec, time_t ctime_sec, long ctime_nsec) in set_timefilter()
1104 time_t t; in set_timefilter_date()
1111 if (t == (time_t)-1) { in set_timefilter_date()
1123 time_t t; in set_timefilter_date_w()
1141 if (t == (time_t)-1) { in set_timefilter_date_w()
[all …]
/dragonfly/sys/sys/
H A Dsem.h28 typedef __time_t time_t; typedef
38 time_t sem_otime; /* last operation time */
40 time_t sem_ctime; /* last change time */
/dragonfly/contrib/tcsh-6/
H A Dtc.sched.c43 time_t t_when;
49 time_t
54 return ((time_t) - 1); in sched_next()
62 time_t cur_time; in dosched()
186 time_t cur_time; in sched_run()
/dragonfly/lib/libldns/ldns/
H A Dutil.h271 time_t ldns_mktime_from_utc(const struct tm *tm);
273 time_t mktime_from_utc(const struct tm *tm);
289 struct tm * ldns_serial_arithmetics_gmtime_r(int32_t time, time_t now, struct tm *result);
332 INLINE time_t ldns_time(time_t *t) { return time(t); } in ldns_time()
/dragonfly/lib/libutil/
H A Dlogin_times.c109 in_ltm(const login_time_t *ltm, struct tm *tt, time_t *ends) in in_ltm()
137 in_lt(const login_time_t *ltm, time_t *t) in in_lt()
144 in_ltms(const login_time_t *ltm, struct tm *tm, time_t *t) in in_ltms()
157 in_lts(const login_time_t *ltm, time_t *t) in in_lts()
/dragonfly/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c40 static char cd9660_compute_gm_offset(time_t);
149 cd9660_compute_gm_offset(time_t tim) in cd9660_compute_gm_offset()
169 cd9660_time_8426(unsigned char *buf, time_t tim) in cd9660_time_8426()
189 cd9660_time_915(unsigned char *buf, time_t tim) in cd9660_time_915()
/dragonfly/lib/libc/sysvipc/
H A Dsysvipc_msg.h57 time_t msg_stime; /* time of last msgsnd() */
59 time_t msg_rtime; /* time of last msgrcv() */
61 time_t msg_ctime; /* time of last msgctl() */
/dragonfly/usr.bin/top/
H A Ddisplay.h49 void i_uptime(time_t uptime);
50 void u_uptime(time_t uptime);
51 void i_timeofday(time_t *tod);
H A Dusername.c70 time_t expire;
89 time_t now; in username()
105 data->expire = (time_t)0; in username()
/dragonfly/usr.sbin/sensorsd/
H A Dsensorsd.c56 time_t astatus_changed;
57 time_t ustatus_changed;
81 static void check(time_t);
82 static void check_sdlim(struct sdlim_t *, time_t);
84 static void report(time_t);
85 static void report_sdlim(struct sdlim_t *, time_t);
109 time_t last_report = 0, this_check; in main()
248 check(time_t this_check) in check()
323 check_sdlim(struct sdlim_t *sdlim, time_t this_check) in check_sdlim()
407 report(time_t last_report) in report()
[all …]
/dragonfly/contrib/gdb-7/readline/
H A Dhistory.c227 time_t
232 time_t t;
239 t = (time_t) atol (ts + 1); /* XXX - should use strtol() here */
246 time_t t; in hist_inittime()
249 t = (time_t) time ((time_t *)0); in hist_inittime()
/dragonfly/crypto/libressl/tls/
H A Dtls_internal.h78 time_t time;
138 time_t notbefore;
139 time_t notafter;
156 time_t this_update;
157 time_t next_update;
158 time_t revocation_time;
/dragonfly/usr.bin/find/
H A Dls.c53 static void printtime(time_t);
78 printtime(time_t ftime) in printtime()
81 static time_t lnow; in printtime()
/dragonfly/usr.bin/ruptime/
H A Druptime.c59 static time_t now;
63 static char *interval(time_t, const char *);
166 interval((time_t)hsp->hs_wd->wd_sendtime - in main()
167 (time_t)hsp->hs_wd->wd_boottime, " up"), in main()
181 interval(time_t tval, const char *updown) in interval()
/dragonfly/include/
H A Dpwd.h55 typedef __time_t time_t; typedef
117 time_t pw_change; /* password change time */
122 time_t pw_expire; /* account expiration */
/dragonfly/sbin/hammer/
H A Dcmd_cleanup.c79 time_t *savep);
81 time_t savet);
160 time_t savet; in do_cleanup()
633 time_t t; in migrate_one_snapshot()
644 t = (time_t)-1; in migrate_one_snapshot()
762 time_t *savep) in check_period()
768 time_t baset, lastt; in check_period()
834 time_t savet) in save_period()
948 time_t t; in cleanup_softlinks()
949 time_t dt; in cleanup_softlinks()
[all …]
/dragonfly/contrib/lvm2/dist/lib/format_text/
H A Dimport-export.h53 time_t *when, char **desc);
72 time_t *when, char **desc);
80 time_t *when, char **desc);
/dragonfly/lib/libfetch/
H A Dfetch.h51 time_t ims_time;
57 time_t atime;
58 time_t mtime;
/dragonfly/usr.bin/chpass/
H A Dutil.c58 ttoa(time_t tval) in ttoa()
74 atot(char *p, time_t *store) in atot()
79 time_t tval; in atot()
/dragonfly/crypto/openssh/
H A Dsshlogin.c75 time_t
83 return (time_t)li.tv_sec; in get_last_login_time()
96 time_t last_login_time; in store_lastlog_message()
/dragonfly/usr.bin/rup/
H A Drup.c95 time_t tmp_time_t; in rstat_reply()
113 if (sizeof(time_t) == sizeof(host_stat->curtime.tv_sec)) { in rstat_reply()
114 tmp_time = localtime((time_t *)&host_stat->curtime.tv_sec); in rstat_reply()
119 tmp_time = gmtime((time_t *)&host_stat->curtime.tv_sec); in rstat_reply()
/dragonfly/crypto/libressl/include/
H A Dtls.h197 time_t tls_peer_cert_notbefore(struct tls *_ctx);
198 time_t tls_peer_cert_notafter(struct tls *_ctx);
215 time_t tls_peer_ocsp_next_update(struct tls *_ctx);
218 time_t tls_peer_ocsp_revocation_time(struct tls *_ctx);
219 time_t tls_peer_ocsp_this_update(struct tls *_ctx);

12345678910>>...29