Searched refs:time_t (Results 51 - 75 of 1089) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/sys/
H A Dshm.h69 typedef __time_t time_t; typedef
86 time_t shm_atime; /* time of last shmat() */
87 time_t shm_dtime; /* time of last shmdt() */
88 time_t shm_ctime; /* time of last change by shmctl() */
99 time_t shm_atime; /* time of last shmat() */
100 time_t shm_dtime; /* time of last shmdt() */
101 time_t shm_ctime; /* time of last change by shmctl() */
H A Dsem.h26 typedef __time_t time_t; typedef
36 time_t sem_otime; /* last operation time */
38 time_t sem_ctime; /* last change time */
50 time_t sem_otime; /* last operation time */
51 time_t sem_ctime; /* last change time */
/freebsd-10-stable/usr.bin/find/
H A Dgetdate.y69 time_t get_date(char *);
72 #define HOUR(x) ((time_t)(x) * 60)
82 time_t value;
109 static time_t yyDayOrdinal;
110 static time_t yyDayNumber;
116 static time_t yyTimezone;
117 static time_t yyDay;
118 static time_t yyHour;
119 static time_t yyMinutes;
120 static time_t yyMont
[all...]
/freebsd-10-stable/contrib/unbound/services/cache/
H A Dinfra.h72 time_t ttl;
75 time_t probedelay;
160 time_t timestamp[RATE_WINDOW];
226 time_t timenow, int* edns_vs, uint8_t* edns_lame_known, int* to);
245 uint8_t* name, size_t namelen, time_t timenow, int dnsseclame,
265 int roundtrip, int orig_rtt, time_t timenow);
293 uint8_t* name, size_t namelen, int edns_version, time_t timenow);
316 int* lame, int* dnsseclame, int* reclame, int* rtt, time_t timenow);
336 size_t namelen, struct rtt_info* rtt, int* delay, time_t timenow,
350 size_t namelen, time_t timeno
[all...]
H A Drrset.h134 struct alloc_cache* alloc, time_t timenow);
152 uint32_t flags, time_t timenow, int wr);
166 int rrset_array_lock(struct rrset_ref* ref, size_t count, time_t timenow);
202 struct ub_packed_rrset_key* rrset, time_t now);
214 struct ub_packed_rrset_key* rrset, time_t now);
H A Ddns.h86 struct reply_info* rep, int is_referral, time_t leeway, int pside,
109 hashvalue_t hash, struct reply_info* rep, time_t leeway, int pside,
127 struct regional* region, struct dns_msg** msg, time_t timenow);
182 struct ub_packed_rrset_key* rrset, time_t now);
195 time_t adjust, uint16_t flags);
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/time/
H A Dt_mktime.c47 time_t x;
68 time_t t;
75 ATF_REQUIRE_ERRNO(0, t != (time_t)-1);
87 time_t t;
95 ATF_REQUIRE_ERRNO(0, t == (time_t)0);
104 ATF_REQUIRE_ERRNO(0, t == (time_t)1);
119 ATF_REQUIRE_ERRNO(0, t == (time_t)-1);
131 ATF_REQUIRE_ERRNO(0, t == (time_t)-1);
142 ATF_REQUIRE_ERRNO(0, t == (time_t)-2);
/freebsd-10-stable/sbin/restore/
H A Drestore.h59 extern time_t dumptime; /* time that this dump begins */
60 extern time_t dumpdate; /* time that this dump was made */
112 time_t atime_sec; /* access time seconds */
113 time_t mtime_sec; /* modified time seconds */
114 time_t birthtime_sec; /* creation time seconds */
/freebsd-10-stable/sys/boot/ia64/ski/
H A Dtime.c71 time_t
79 static time_t CumulativeDays[2][14] = {
109 time_t UTime;
166 time_t
167 time(time_t *tloc)
/freebsd-10-stable/usr.sbin/fifolog/lib/
H A Dgetdate.y34 #define HOUR(x) ((time_t)(x) * 60)
44 time_t value;
71 static time_t yyDayOrdinal;
72 static time_t yyDayNumber;
78 static time_t yyTimezone;
79 static time_t yyDay;
80 static time_t yyHour;
81 static time_t yyMinutes;
82 static time_t yyMonth;
83 static time_t yySecond
[all...]
/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dder.h87 time_t dt_sec;
92 time_t bt_sec;
103 int _heim_time2generalizedtime (time_t, heim_octet_string *, int);
H A Dder_locl.h58 time_t _der_timegm (struct tm *);
59 struct tm * _der_gmtime(time_t t, struct tm *);
/freebsd-10-stable/usr.sbin/newsyslog/
H A Dextern.h61 time_t _basetime, const char *_str);
67 time_t ptimeget_secs(const struct ptime_data *_ptime);
69 int ptimeset_time(struct ptime_data *_ptime, time_t _secs);
/freebsd-10-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_mtime_otrunc.c46 static time_t
64 time_t last_ts = 0;
74 time_t l = lock_it();
/freebsd-10-stable/sys/boot/efi/libefi/
H A Dtime.c61 time_t
69 static time_t CumulativeDays[2][14] = {
99 time_t UTime;
209 time_t
210 time(time_t *tloc)
220 time_t
/freebsd-10-stable/sys/amd64/vmm/io/
H A Dvrtc.h40 time_t vrtc_get_time(struct vm *vm);
41 int vrtc_set_time(struct vm *vm, time_t secs);
/freebsd-10-stable/contrib/ntp/libntp/
H A Dhumandate.c20 time_t cursec;
44 time_t cursec
H A Dmktime.c68 #error libntp supplied mktime()/timegm() do not support 64-bit time_t
104 ** It does a binary search of the time_t space. Since time_t's are
181 static time_t
192 time_t t;
221 ** Calculate the number of magnitude bits in a time_t
222 ** (this works regardless of whether time_t is
228 ** If time_t is signed, then 0 is the median value,
229 ** if time_t is unsigned, then 1 << bits is median.
231 t = (t < 0) ? 0 : ((time_t)
[all...]
/freebsd-10-stable/contrib/amd/amd/
H A Dclock.c57 void reschedule_timeouts(time_t now, time_t then);
64 time_t c_time; /* Time of call */
73 time_t next_softclock; /* Time of next call to softclock() */
124 time_t t = clocktime(NULL) + secs;
179 reschedule_timeouts(time_t now, time_t then)
200 time_t now;
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_calendar.h39 typedef time_t (*systime_func_ptr)(time_t *);
115 * Convert between 'time_t' and 'vint64'
117 extern vint64 time_to_vint64(const time_t *);
118 extern time_t vint64_to_time(const vint64 *);
130 * Convert a timestamp in NTP scale to a time_t value in the UN*X
135 ntpcal_ntp_to_time(uint32_t /* ntp */, const time_t * /* pivot */);
144 ntpcal_ntp_to_ntp(uint32_t /* ntp */, const time_t * /* pivot */);
325 const time_t * /* pivot */);
333 extern time_t
[all...]
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Dmaketime.c1 /* Convert struct partime into time_t. */
50 static time_t maketime P((struct partime const*,time_t));
54 * Make no assumptions about the time_t epoch or the range of time_t values.
89 time_t unixtime;
104 time_t
116 time_t difference_in_years = ay - by;
117 time_t difference_in_days = (
185 * Convert TM to time_t, usin
[all...]
/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Dparse-duration.c57 #define MAX_DURATION TYPE_MAXIMUM(time_t)
82 static time_t
83 scale_n_add (time_t base, time_t val, int scale)
109 static time_t
110 parse_hr_min_sec (time_t start, cch_t * pz)
146 static time_t
147 parse_scaled_value (time_t base, cch_t ** ppz, cch_t * endp, int scale)
150 time_t val;
173 static time_t
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/stat/common/
H A Dtimestamp.c31 * Print timestamp as decimal reprentation of time_t value (-T u was specified)
37 time_t t = time(NULL);
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/
H A DTimeValue.inc25 time_t OurTime = time_t(this->toEpochTime());
/freebsd-10-stable/contrib/sendmail/include/sendmail/
H A Dmailstats.h27 time_t stat_itime; /* file initialization time */

Completed in 306 milliseconds

1234567891011>>