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

1234567891011>>

/macosx-10.9.5/shell_cmds-175/date/
H A Dextern.h33 int netsettime(time_t);
/macosx-10.9.5/system_cmds-597.90.1/at.tproj/
H A Dparsetime.h26 time_t parsetime(int argc, char **argv);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/at.tproj/
H A Dparsetime.h26 time_t parsetime(int argc, char **argv);
/macosx-10.9.5/ipsec-258.100.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.9.5/tcpdump-56/tcpdump/
H A Dgmt2local.h26 int32_t gmt2local(time_t);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/_types/
H A D_time_t.h30 typedef __darwin_time_t time_t; typedef
/macosx-10.9.5/BerkeleyDB-21/db/test/scr031/src/
H A Dhtimestampxa.h8 time_t Sec;
9 time_t Usec;
/macosx-10.9.5/Libc-997.90.3/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.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_tstamp.h1 EXTERN void exp_timestamp _ANSI_ARGS_((Tcl_Interp *,time_t *,
/macosx-10.9.5/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.9.5/Libc-997.90.3/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.9.5/shell_cmds-175/w/
H A Dextern.h42 void pr_attime(time_t *, time_t *);
43 int pr_idle(time_t);
/macosx-10.9.5/ksh-20/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.9.5/sudo-72/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.9.5/postfix-252/postfix/src/global/
H A Dmail_date.h22 extern const char *mail_date(time_t);
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dsane_time.h22 extern time_t sane_time(void);
/macosx-10.9.5/lukemftp-13.92.1/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.9.5/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.9.5/emacs-92/emacs/mac/inc/
H A Dutime.h32 time_t actime; /* access time (ignored on the Mac) */
33 time_t modtime; /* modification time */
/macosx-10.9.5/ksh-20/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);
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dtime.c13 extern time_t time ();
30 return (long) time ((time_t *) NULL);

Completed in 231 milliseconds

1234567891011>>