| /openbsd/src/usr.sbin/nsd/ |
| D | xfrd.h | 47 time_t xfrd_start_time; 64 time_t current_time; 83 time_t reload_cmd_last_sent; 84 time_t reload_cmd_first_sent; 171 time_t soa_nsd_acquired; 173 time_t soa_disk_acquired; 175 time_t soa_notified_acquired; 238 time_t acquired; /* time xfr was acquired */ 281 static inline time_t 282 within_refresh_bounds(xfrd_zone_type* zone, time_t refresh) in within_refresh_bounds() [all …]
|
| /openbsd/src/usr.bin/cvs/ |
| D | date.y | 25 #define HOUR(x) ((time_t)(x) * 60) 33 time_t value; 56 static time_t yyDayOrdinal; 57 static time_t yyDayNumber; 63 static time_t yyTimezone; 64 static time_t yyDay; 65 static time_t yyHour; 66 static time_t yyMinutes; 67 static time_t yyMonth; 68 static time_t yySeconds; [all …]
|
| /openbsd/src/include/ |
| D | time.h | 56 typedef __time_t time_t; typedef 115 char *ctime(const time_t *); 116 double difftime(time_t, time_t); 117 struct tm *gmtime(const time_t *); 118 struct tm *localtime(const time_t *); 119 time_t mktime(struct tm *); 123 time_t time(time_t *); 137 char *ctime_r(const time_t *, char *) 139 struct tm *gmtime_r(const time_t *__restrict, struct tm *__restrict); 140 struct tm *localtime_r(const time_t *__restrict, struct tm *__restrict); [all …]
|
| /openbsd/src/gnu/usr.bin/cvs/lib/ |
| D | getdate.y | 88 #define HOUR(x) ((time_t)(x) * 60) 98 time_t value; 125 static time_t yyDayOrdinal; 126 static time_t yyDayNumber; 132 static time_t yyTimezone; 133 static time_t yyDay; 134 static time_t yyHour; 135 static time_t yyMinutes; 136 static time_t yyMonth; 137 static time_t yySeconds; [all …]
|
| D | getdate.c | 109 #define HOUR(x) ((time_t)(x) * 60) 119 time_t value; 146 static time_t yyDayOrdinal; 147 static time_t yyDayNumber; 153 static time_t yyTimezone; 154 static time_t yyDay; 155 static time_t yyHour; 156 static time_t yyMinutes; 157 static time_t yyMonth; 158 static time_t yySeconds; [all …]
|
| /openbsd/src/usr.sbin/rpki-client/ |
| D | extern.h | 142 time_t notbefore; /* cert's Not Before */ 143 time_t notafter; /* cert's Not After */ 144 time_t expires; /* when the signature path expires */ 216 time_t signtime; /* CMS signing-time attribute */ 217 time_t thisupdate; /* from the eContent */ 218 time_t nextupdate; /* from the eContent */ 219 time_t expires; /* when the signature path expires */ 254 time_t signtime; /* CMS signing-time attribute */ 255 time_t notbefore; /* EE cert's Not Before */ 256 time_t notafter; /* EE cert's Not After */ [all …]
|
| /openbsd/src/usr.bin/rcs/ |
| D | date.y | 26 #define HOUR(x) ((time_t)(x) * 60) 34 time_t value; 57 static time_t yyDayOrdinal; 58 static time_t yyDayNumber; 64 static time_t yyTimezone; 65 static time_t yyDay; 66 static time_t yyHour; 67 static time_t yyMinutes; 68 static time_t yyMonth; 69 static time_t yySeconds; [all …]
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | timecheck.c | 14 time_t pt, pt_max, pt_min; 17 char *hex (time_t t) in hex() 26 void gm_check (time_t t, int min_year, int max_year) in gm_check() 51 time_t x = pt | ((time_t)1 << i); in check_gm_max() 66 time_t x = pt - ((time_t)1 << i); in check_gm_min() 75 void lt_check (time_t t, int min_year, int max_year) in lt_check() 77 if (sizeof (time_t) > 4 && t > 0x7ffffffffffff000LL) in lt_check() 103 time_t x = pt | ((time_t)1 << i); in check_lt_max() 118 time_t x = pt - ((time_t)1 << i); in check_lt_min() 129 time_t gm_max, gm_min, lt_max, lt_min; in main() [all …]
|
| D | timecheck2.c | 9 time_t Time_Zero = 0; 12 double my_difftime(time_t left, time_t right) { in my_difftime() 17 void check_date_max( struct tm * (*date_func)(const time_t *), char *func_name ) { in check_date_max() argument 19 time_t time = 0; in check_date_max() 20 time_t last_time = 0; in check_date_max() 21 time_t time_change; in check_date_max() 62 void check_date_min( struct tm * (*date_func)(const time_t *), char *func_name ) { in check_date_min() argument 64 time_t time = -1; in check_date_min() 65 time_t last_time = 0; in check_date_min() 66 time_t time_change; in check_date_min()
|
| /openbsd/src/usr.sbin/ntpd/ |
| D | ntpd.h | 154 time_t rcvd; 168 time_t next; 169 time_t deadline; 170 time_t poll; 184 time_t next; 185 time_t last; 206 time_t last; 207 time_t constraint; 249 time_t constraint_last; 250 time_t constraint_median; [all …]
|
| /openbsd/src/sbin/unwind/libunbound/services/cache/ |
| D | infra.h | 77 time_t ttl; 80 time_t probedelay; 190 time_t timestamp[RATE_WINDOW]; 270 time_t timenow, int* edns_vs, uint8_t* edns_lame_known, int* to); 289 uint8_t* name, size_t namelen, time_t timenow, int dnsseclame, 309 int roundtrip, int orig_rtt, time_t timenow); 337 uint8_t* name, size_t namelen, int edns_version, time_t timenow); 360 int* lame, int* dnsseclame, int* reclame, int* rtt, time_t timenow); 380 size_t namelen, struct rtt_info* rtt, int* delay, time_t timenow, 397 size_t namelen, time_t timenow, int backoff, struct query_info* qinfo, [all …]
|
| D | dns.h | 96 struct reply_info* rep, int is_referral, time_t leeway, int pside, 97 struct regional* region, uint32_t flags, time_t qstarttime); 122 hashvalue_type hash, struct reply_info* rep, time_t leeway, int pside, 124 time_t qstarttime); 147 struct regional* region, struct dns_msg** msg, time_t timenow, 164 struct reply_info* r, struct regional* region, time_t now, 234 struct ub_packed_rrset_key* rrset, time_t now); 246 struct ub_packed_rrset_key* rrset, time_t now); 259 time_t adjust, uint16_t flags); 265 uint16_t flags, time_t now, int wr);
|
| D | rrset.h | 134 struct alloc_cache* alloc, time_t timenow); 152 struct alloc_cache* alloc, time_t timenow); 170 uint32_t flags, time_t timenow, int wr); 184 int rrset_array_lock(struct rrset_ref* ref, size_t count, time_t timenow); 220 struct ub_packed_rrset_key* rrset, time_t now); 232 struct ub_packed_rrset_key* rrset, time_t now); 246 size_t* qnamelen, uint16_t searchtype, uint16_t qclass, time_t now, 262 size_t* qnamelen, uint16_t searchtype, uint16_t qclass, time_t now,
|
| /openbsd/src/usr.sbin/unbound/services/cache/ |
| D | infra.h | 77 time_t ttl; 80 time_t probedelay; 190 time_t timestamp[RATE_WINDOW]; 270 time_t timenow, int* edns_vs, uint8_t* edns_lame_known, int* to); 289 uint8_t* name, size_t namelen, time_t timenow, int dnsseclame, 309 int roundtrip, int orig_rtt, time_t timenow); 337 uint8_t* name, size_t namelen, int edns_version, time_t timenow); 360 int* lame, int* dnsseclame, int* reclame, int* rtt, time_t timenow); 380 size_t namelen, struct rtt_info* rtt, int* delay, time_t timenow, 397 size_t namelen, time_t timenow, int backoff, struct query_info* qinfo, [all …]
|
| D | dns.h | 96 struct reply_info* rep, int is_referral, time_t leeway, int pside, 97 struct regional* region, uint32_t flags, time_t qstarttime); 122 hashvalue_type hash, struct reply_info* rep, time_t leeway, int pside, 124 time_t qstarttime); 147 struct regional* region, struct dns_msg** msg, time_t timenow, 164 struct reply_info* r, struct regional* region, time_t now, 234 struct ub_packed_rrset_key* rrset, time_t now); 246 struct ub_packed_rrset_key* rrset, time_t now); 259 time_t adjust, uint16_t flags); 265 uint16_t flags, time_t now, int wr);
|
| D | rrset.h | 134 struct alloc_cache* alloc, time_t timenow); 152 struct alloc_cache* alloc, time_t timenow); 170 uint32_t flags, time_t timenow, int wr); 184 int rrset_array_lock(struct rrset_ref* ref, size_t count, time_t timenow); 220 struct ub_packed_rrset_key* rrset, time_t now); 232 struct ub_packed_rrset_key* rrset, time_t now); 246 size_t* qnamelen, uint16_t searchtype, uint16_t qclass, time_t now, 262 size_t* qnamelen, uint16_t searchtype, uint16_t qclass, time_t now,
|
| /openbsd/src/lib/libc/time/ |
| D | localtime.c | 85 time_t ls_trans; /* transition time */ 105 time_t ats[TZ_MAX_TIMES]; 130 static time_t detzcode64(const char * codep); 131 static int differ_by_repeat(time_t t1, time_t t0); 140 static struct tm * gmtsub(const time_t * timep, long offset, 142 static struct tm * localsub(const time_t * timep, long offset, 152 static time_t time1(struct tm * tmp, 153 struct tm * (*funcp)(const time_t *, 156 static time_t time2(struct tm *tmp, 157 struct tm * (*funcp)(const time_t *, [all …]
|
| /openbsd/src/usr.sbin/dvmrpd/ |
| D | dvmrpd.h | 143 time_t uptime; 180 time_t uptime; 273 time_t probe_timer; 274 time_t query_timer; 275 time_t querier_present_timer; 276 time_t uptime; 313 time_t dead_timer; 314 time_t v1_host_timer; 315 time_t retrans_timer; 316 time_t uptime; [all …]
|
| /openbsd/src/usr.sbin/amd/amd/ |
| D | info_nis.c | 167 nis_search(mnt_map *m, char *map, char *key, char **val, time_t *tp) in nis_search() 180 if ((time_t) order > *tp) { in nis_search() 181 *tp = (time_t) order; in nis_search() 190 if ((time_t)order - *tp > am_timeo) { in nis_search() 191 *tp = (time_t)order; in nis_search() 203 if ((time_t) order > *tp) { in nis_search() 204 *tp = (time_t) order; in nis_search() 213 if ((time_t)order - *tp > am_timeo) { in nis_search() 214 *tp = (time_t)order; in nis_search() 241 nis_init(char *map, time_t *tp) in nis_init() [all …]
|
| D | mapc.c | 93 typedef int init_fn(char *, time_t *); 94 typedef int search_fn(mnt_map *, char *, char *, char **, time_t *); 96 typedef int mtime_fn(char *, time_t *); 128 time_t modify; /* Modify time of map */ 153 static int root_init(char *, time_t *); 156 extern int file_init(char *, time_t *); 158 extern int file_search(mnt_map *, char *, char *, char **, time_t *); 159 extern int file_mtime(char *, time_t *); 162 extern int nis_init(char *, time_t *); 164 extern int nis_search(mnt_map *, char *, char *, char **, time_t *); [all …]
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | ctime | 29 time_t 34 double difftime(time_t time1, time_t time0); 35 time_t mktime(tm* timeptr); 36 time_t time(time_t* timer); 38 char* ctime(const time_t* timer); 39 tm* gmtime(const time_t* timer); 40 tm* localtime(const time_t* timer); 67 using ::time_t _LIBCPP_USING_IF_EXISTS;
|
| /openbsd/src/sbin/unwind/libunbound/validator/ |
| D | autotrust.h | 75 time_t last_change; 104 time_t last_queried; 106 time_t last_success; 108 time_t next_probe_time; 111 time_t query_interval; 113 time_t retry_time; 158 time_t autr_probe_timer(struct module_env* env);
|
| /openbsd/src/usr.sbin/unbound/validator/ |
| D | autotrust.h | 75 time_t last_change; 104 time_t last_queried; 106 time_t last_success; 108 time_t next_probe_time; 111 time_t query_interval; 113 time_t retry_time; 158 time_t autr_probe_timer(struct module_env* env);
|
| /openbsd/src/sbin/unwind/libunbound/util/data/ |
| D | packed_rrset.h | 246 time_t ttl_add; 249 time_t ttl; 261 time_t *rr_ttl; 315 time_t ub_packed_rrset_ttl(struct ub_packed_rrset_key* key); 377 void packed_rrset_ttl_add(struct packed_rrset_data* data, time_t add); 426 time_t now, char* dest, size_t dest_len); 447 time_t now); 458 time_t now);
|
| /openbsd/src/usr.sbin/unbound/util/data/ |
| D | packed_rrset.h | 246 time_t ttl_add; 249 time_t ttl; 261 time_t *rr_ttl; 315 time_t ub_packed_rrset_ttl(struct ub_packed_rrset_key* key); 377 void packed_rrset_ttl_add(struct packed_rrset_data* data, time_t add); 426 time_t now, char* dest, size_t dest_len); 447 time_t now); 458 time_t now);
|