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

1234567891011>>

/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dsnapshot.h40 int snap_open(char *, char *, time_t *, char **);
/netbsd-6-1-5-RELEASE/usr.bin/w/
H A Dextern.h37 void pr_attime(time_t *, time_t *);
38 void pr_idle(time_t);
/netbsd-6-1-5-RELEASE/bin/date/
H A Dextern.h37 int netsettime(time_t);
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dgmt2local.h26 int32_t gmt2local(time_t);
/netbsd-6-1-5-RELEASE/usr.bin/write/
H A Dterm_chk.h35 int term_chk(uid_t, const char *, int *, time_t *, int, gid_t);
36 char *check_sender(time_t *, uid_t, gid_t);
/netbsd-6-1-5-RELEASE/usr.bin/at/
H A Dparsetime.h33 time_t parsetime(int, char **);
H A Dstime.h51 time_t stime(char *);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dparse-duration.h42 that the final result must fit in a time_t value.
80 #define BAD_TIME ((time_t)~0)
82 extern time_t parse_duration(char const * in_pz);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dparse-duration.h44 that the final result must fit in a time_t value.
85 #define BAD_TIME ((time_t)~0)
90 extern time_t parse_duration (char const * in_pz);
/netbsd-6-1-5-RELEASE/usr.bin/quota/
H A Dprintquota.h4 const char *timeprt(char *, size_t, time_t, time_t);
5 const char *timepprt(char *, size_t, time_t, int);
6 int timeprd(const char *, time_t *);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D991213-2.c2 typedef __kernel_time_t time_t; typedef
4 void (* const (funcp)(time_t)),
8 time_t t;
11 t = (t < 0) ? 0 : ((time_t) 1 << bits);
13 (*funcp)((time_t)&t);
H A D930510-1.c1 typedef long time_t; typedef
6 static time_t
8 __const time_t janfirst;
14 register time_t value;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D991213-2.c2 typedef __kernel_time_t time_t; typedef
4 void (* const (funcp)(time_t)),
8 time_t t;
11 t = (t < 0) ? 0 : ((time_t) 1 << bits);
13 (*funcp)((time_t)&t);
H A D930510-1.c1 typedef long time_t; typedef
6 static time_t
8 __const time_t janfirst;
14 register time_t value;
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Dmaketime.h3 /* Yield time_t from struct partime yielded by partime. */
37 struct tm *time2tm __MAKETIME_P((time_t,int));
38 time_t difftm __MAKETIME_P((struct tm const *, struct tm const *));
39 time_t str2time __MAKETIME_P((char const *, time_t, long));
40 time_t tm2time __MAKETIME_P((struct tm *, int));
/netbsd-6-1-5-RELEASE/lib/libc/time/
H A Ddifftime.c19 #include "private.h" /* for time_t, TYPE_INTEGRAL, and TYPE_SIGNED */
23 const time_t time1;
24 const time_t time0;
27 ** If (sizeof (double) > sizeof (time_t)) simply convert and subtract
32 if (sizeof (double) > sizeof (time_t))
35 if (!TYPE_INTEGRAL(time_t)) {
37 ** time_t is floating.
42 if (!TYPE_SIGNED(time_t)) {
44 ** time_t is integral and unsigned.
53 ** time_t i
[all...]
/netbsd-6-1-5-RELEASE/sbin/mount_nfs/
H A Diodesc.h37 typedef time_t satime_t;
38 typedef time_t saseconds_t;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/cris/c/
H A Dtime2.c11 time_t x = (time_t) -1;
12 time_t t = time (&x);
14 if (t == (time_t) -1 || t != x)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_date.h24 extern const char *mail_date(time_t);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dsane_time.h24 extern time_t sane_time(void);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/nslint-2.1a3/lbl/
H A Dos-irix5.h40 time_t time(time_t *);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dpo-time.h32 extern char *po_strftime (const time_t *tp);
/netbsd-6-1-5-RELEASE/usr.bin/finger/
H A Dfinger.h52 time_t mailread; /* last time mail was read */
53 time_t mailrecv; /* last time mail was read */
63 time_t loginat; /* time of (last) login */
64 time_t idletime; /* how long idle (if logged in) */
/netbsd-6-1-5-RELEASE/sys/miscfs/syncfs/
H A Dsyncfs.h62 extern time_t syncdelay;
63 extern time_t filedelay;
64 extern time_t dirdelay;
65 extern time_t metadelay;
/netbsd-6-1-5-RELEASE/include/
H A Dutime.h40 typedef _BSD_TIME_T_ time_t; typedef
45 time_t actime; /* Access time */
46 time_t modtime; /* Modification time */

Completed in 362 milliseconds

1234567891011>>