Searched refs:time_t (Results 1 - 25 of 1292) sorted by relevance

1234567891011>>

/freebsd-current/usr.bin/w/
H A Dextern.h35 int pr_attime(time_t *, time_t *);
36 int pr_idle(time_t);
/freebsd-current/usr.bin/at/
H A Dparsetime.h29 time_t parsetime(int argc, char **argv);
/freebsd-current/include/
H A Dtimeconv.h47 typedef __time_t time_t; typedef
51 time_t _time32_to_time(__int32_t t32);
52 __int32_t _time_to_time32(time_t t);
53 time_t _time64_to_time(__int64_t t64);
54 __int64_t _time_to_time64(time_t t);
55 long _time_to_long(time_t t);
56 time_t _long_to_time(long tlong);
57 int _time_to_int(time_t t);
58 time_t _int_to_time(int tint);
H A Dutime.h39 typedef __time_t time_t; typedef
44 time_t actime; /* Access time */
45 time_t modtime; /* Modification time */
H A Dtime.h65 typedef __time_t time_t; typedef
119 char *ctime(const time_t *);
121 double difftime(time_t, time_t);
124 struct tm *gmtime(const time_t *);
125 struct tm *localtime(const time_t *);
126 time_t mktime(struct tm *);
129 time_t time(time_t *);
157 char *ctime_r(const time_t *, cha
[all...]
/freebsd-current/stand/libsa/
H A Dtime.c32 volatile time_t time_second = 1;
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dparse-duration.h42 that the final result must fit in a time_t value.
83 #define BAD_TIME ((time_t)~0)
88 extern time_t parse_duration (char const * in_pz);
/freebsd-current/lib/libc/stdtime/
H A Dtime32.c5 * These routines are for converting time_t to fixed-bit representations
7 * representation of time_t these routines are expected to assume temporal
18 * Convert a 32 bit representation of time_t into time_t. XXX needs to
21 time_t
24 return((time_t)t32);
28 * Convert time_t to a 32 bit representation. If time_t is 64 bits we can
30 * converted back to a temporally local 64 bit time_t using time32_to_time.
33 _time_to_time32(time_t
[all...]
/freebsd-current/contrib/ldns/ldns/
H A Dduration.h53 time_t years;
54 time_t months;
55 time_t weeks;
56 time_t days;
57 time_t hours;
58 time_t minutes;
59 time_t seconds;
97 * \return time_t time-format duration
100 time_t ldns_duration2time(const ldns_duration_type* duration);
/freebsd-current/sys/sys/
H A D_timespec.h38 typedef __time_t time_t; typedef
43 time_t tv_sec; /* seconds */
H A D_timeval.h40 typedef __time_t time_t; typedef
48 time_t tv_sec; /* seconds */
/freebsd-current/stand/libofw/
H A Dofw_time.c30 time_t
31 time(time_t *tloc)
41 time_t
44 time_t n = 0;
/freebsd-current/sbin/dump/
H A Dunctime.c40 time_t
47 return ((time_t)-1);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_getdate.h35 time_t __archive_get_date(time_t now, const char *);
/freebsd-current/usr.sbin/fifolog/lib/
H A Dlibfifolog.h40 typedef void fifolog_reader_render_t(void *priv, time_t when, unsigned flag, const unsigned char *p, unsigned l);
43 off_t fifolog_reader_seek(const struct fifolog_reader *fl, time_t t0);
44 void fifolog_reader_process(struct fifolog_reader *fl, off_t from, fifolog_reader_render_t *func, void *priv, time_t end);
47 time_t get_date(char *p);
/freebsd-current/stand/efi/libefi/
H A Dtime_arm64.c53 time_t
54 time(time_t *tloc)
56 time_t t;
65 time_t
H A Dtime_event.c63 time_t
64 time(time_t *tloc)
66 time_t t;
75 time_t
/freebsd-current/usr.sbin/pw/
H A Dpsdate.h37 time_t parse_date(time_t dt, char const * str);
38 void print_date(char *buf, time_t t, int dotime);
/freebsd-current/lib/libc/gen/
H A Dtime.c35 time_t
36 time(time_t *t)
39 time_t retval;
/freebsd-current/stand/uboot/
H A Dtime.c34 time_t
35 time(time_t *tloc)
46 time_t
/freebsd-current/contrib/tzcode/
H A Ddifftime.c11 #include "private.h" /* for time_t and TYPE_SIGNED */
22 difftime(time_t time1, time_t time0)
28 if (sizeof(time_t) < sizeof(double)) {
37 if (!TYPE_SIGNED(time_t))
41 if (sizeof(time_t) <= sizeof(uintmax_t)) {
/freebsd-current/sbin/camcontrol/
H A Dprogress.h47 time_t start; /* time we started this */
48 time_t now; /* time now */
49 time_t eta; /* estimated # of secs until completion */
/freebsd-current/lib/libc/include/isc/
H A Dplatform.h31 #include <time.h> /* For time_t */
33 time_t tv_sec; /* seconds */
/freebsd-current/usr.sbin/makefs/ffs/
H A Dnewfs_extern.h31 struct fs *ffs_mkfs(const char *, const fsinfo_t *, time_t);
/freebsd-current/usr.bin/finger/
H A Dfinger.h47 time_t mailread; /* last time mail was read */
48 time_t mailrecv; /* last time mail was received */
58 time_t loginat; /* time of (last) login */
59 time_t idletime; /* how long idle (if logged in) */

Completed in 281 milliseconds

1234567891011>>