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

1234567891011>>

/freebsd-10-stable/usr.bin/w/
H A Dextern.h36 int pr_attime(time_t *, time_t *);
37 int pr_idle(time_t);
/freebsd-10-stable/bin/date/
H A Dextern.h35 int netsettime(time_t);
/freebsd-10-stable/usr.bin/at/
H A Dparsetime.h26 time_t parsetime(int argc, char **argv);
/freebsd-10-stable/include/
H A Dtimeconv.h48 typedef __time_t time_t; typedef
52 time_t _time32_to_time(__int32_t t32);
53 __int32_t _time_to_time32(time_t t);
54 time_t _time64_to_time(__int64_t t64);
55 __int64_t _time_to_time64(time_t t);
56 long _time_to_long(time_t t);
57 time_t _long_to_time(long tlong);
58 int _time_to_int(time_t t);
59 time_t _int_to_time(int tint);
H A Dutime.h40 typedef __time_t time_t; typedef
45 time_t actime; /* Access time */
46 time_t modtime; /* Modification time */
/freebsd-10-stable/contrib/tcpdump/
H A Dgmt2local.h26 int32_t gmt2local(time_t);
/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_time.h37 time_t actime;
38 time_t modtime;
/freebsd-10-stable/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-10-stable/gnu/usr.bin/rcs/lib/
H A Dmaketime.h1 /* Yield time_t from struct partime yielded by partime. */
35 struct tm *time2tm __MAKETIME_P((time_t,int));
36 time_t difftm __MAKETIME_P((struct tm const *, struct tm const *));
37 time_t str2time __MAKETIME_P((char const *, time_t, long));
38 time_t tm2time __MAKETIME_P((struct tm *, int));
/freebsd-10-stable/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
21 * Convert a 32 bit representation of time_t into time_t. XXX needs to
24 time_t
27 return((time_t)t32);
31 * Convert time_t to a 32 bit representation. If time_t is 64 bits we can
33 * converted back to a temporally local 64 bit time_t using time32_to_time.
36 _time_to_time32(time_t
[all...]
/freebsd-10-stable/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(ldns_duration_type* duration);
/freebsd-10-stable/sys/sys/
H A D_timespec.h40 typedef __time_t time_t; typedef
45 time_t tv_sec; /* seconds */
H A D_timeval.h40 typedef __time_t time_t; typedef
48 time_t tv_sec; /* seconds */
/freebsd-10-stable/contrib/tzcode/stdtime/
H A Ddifftime.c17 #include "private.h" /* for time_t, TYPE_INTEGRAL, and TYPE_SIGNED */
22 const time_t time1;
23 const time_t time0;
26 ** If (sizeof (double) > sizeof (time_t)) simply convert and subtract
30 if (sizeof (double) > sizeof (time_t))
32 if (!TYPE_INTEGRAL(time_t)) {
34 ** time_t is floating.
38 if (!TYPE_SIGNED(time_t)) {
40 ** time_t is integral and unsigned.
49 ** time_t i
[all...]
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_getdate.h37 time_t __archive_get_date(time_t now, const char *);
/freebsd-10-stable/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-10-stable/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-10-stable/lib/libc/gen/
H A Dtime.c39 time_t
40 time(time_t *t)
43 time_t retval;
/freebsd-10-stable/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-10-stable/sys/boot/ofw/libofw/
H A Dofw_time.c33 time_t
34 time(time_t *tloc)
47 time_t n = 0;
/freebsd-10-stable/lib/libc/include/isc/
H A Dplatform.h30 #include <time.h> /* For time_t */
32 time_t tv_sec; /* seconds */
/freebsd-10-stable/usr.bin/finger/
H A Dfinger.h48 time_t mailread; /* last time mail was read */
49 time_t mailrecv; /* last time mail was received */
59 time_t loginat; /* time of (last) login */
60 time_t idletime; /* how long idle (if logged in) */
/freebsd-10-stable/crypto/openssh/
H A Dsshlogin.h18 time_t get_last_login_time(uid_t, const char *, char *, size_t);
/freebsd-10-stable/sbin/dump/
H A Dunctime.c46 time_t
53 return ((time_t)-1);
/freebsd-10-stable/sys/boot/uboot/lib/
H A Dtime.c38 time_t
39 time(time_t *tloc)

Completed in 159 milliseconds

1234567891011>>