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

1234567891011>>

/macosx-10.10/shell_cmds-179/date/
H A Dextern.h33 int netsettime(time_t);
/macosx-10.10/postfix-255/postfix/src/util/
H A Dtimecmp.h10 /* compare two time_t values
15 /* time_t t1;
16 /* time_t t2;
22 extern int timecmp(time_t, time_t);
H A Dsane_time.h22 extern time_t sane_time(void);
H A Dtimecmp.c5 /* compare two time_t values
10 /* time_t t1;
11 /* time_t t2;
34 /* timecmp - wrap-safe time_t comparison */
36 int timecmp(time_t t1, time_t t2)
38 time_t delta = t1 - t2;
49 switch (UNSIGNED(time_t) ? 0 : 1) {
53 return ((delta > (time_t) 0) ? 1 : -1);
73 time_t no
[all...]
/macosx-10.10/system_cmds-643.1.1/at.tproj/
H A Dparsetime.h26 time_t parsetime(int argc, char **argv);
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dpower_mgmt.h6 extern time_t slept_at;
7 extern time_t woke_at;
8 extern time_t swept_at;
/macosx-10.10/tcpdump-61/tcpdump/
H A Dgmt2local.h26 int32_t gmt2local(time_t);
/macosx-10.10/xnu-2782.1.97/bsd/sys/_types/
H A D_time_t.h30 typedef __darwin_time_t time_t; typedef
/macosx-10.10/BerkeleyDB-21/db/test/scr031/src/
H A Dhtimestampxa.h8 time_t Sec;
9 time_t Usec;
/macosx-10.10/Libc-1044.1.2/include/
H A Dtimeconv.h52 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.h65 time_t actime; /* Access time */
66 time_t modtime; /* Modification time */
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_tstamp.h1 EXTERN void exp_timestamp _ANSI_ARGS_((Tcl_Interp *,time_t *,
/macosx-10.10/gpatch-3/patch/
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));
/macosx-10.10/Libc-1044.1.2/stdtime/FreeBSD/
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...]
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...]
/macosx-10.10/shell_cmds-179/w/
H A Dextern.h42 void pr_attime(time_t *, time_t *);
43 int pr_idle(time_t);
/macosx-10.10/ksh-23/ksh/src/lib/libast/tm/
H A Dtmleap.c37 time_t
38 tmleap(register time_t* clock)
H A Dtmdate.c33 * parse date expression in s and return time_t value
37 time_t
38 tmdate(const char* s, char** e, time_t* clock)
/macosx-10.10/sudo-73/src/emul/
H A Dutime.h21 time_t actime; /* access time */
22 time_t modtime; /* mod time */
H A Dtimespec.h21 time_t tv_sec;
/macosx-10.10/postfix-255/postfix/src/global/
H A Dmail_date.h22 extern const char *mail_date(time_t);
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dtimegm.c16 * Anyway, no portable and correct implementation of UTC to time_t
20 static time_t
24 time_t t;
38 return (time_t) -1;
40 return (time_t) -1;
45 t = ((((time_t) (tm->tm_year - (EPOCH_YEAR - TM_YEAR_BASE)) * 365 +
49 return (t < 0 ? (time_t) -1 : t);
52 time_t
55 time_t t, t2;
60 if ((t = sub_mkgmt(tm)) == (time_t)
[all...]
/macosx-10.10/BerkeleyDB-21/db/os_brew/
H A Dos_clock.c29 (time_t)GETTIMESECONDS() + BREW_EPOCH_OFFSET;
31 (time_t)GETUTCSECONDS() + BREW_EPOCH_OFFSET;
/macosx-10.10/emacs-93/emacs/mac/inc/
H A Dutime.h32 time_t actime; /* access time (ignored on the Mac) */
33 time_t modtime; /* modification time */
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dtimes.h27 * -last clock_t,time_t interface definitions plus
50 extern int touch(const char*, time_t, time_t, int);

Completed in 303 milliseconds

1234567891011>>