Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 166) sorted by relevance

1234567

/dragonfly/contrib/lvm2/dist/lib/misc/
HDtimestamp.c37 struct timestamp { struct
41 struct timestamp *get_timestamp(void) in get_timestamp() argument
43 struct timestamp *ts = NULL; in get_timestamp()
62 int cmp_timestamp(struct timestamp *t1, struct timestamp *t2) in cmp_timestamp()
86 struct timestamp { struct
90 struct timestamp *get_timestamp(void) in get_timestamp() argument
92 struct timestamp *ts = NULL; in get_timestamp()
111 int cmp_timestamp(struct timestamp *t1, struct timestamp *t2) in cmp_timestamp()
128 void destroy_timestamp(struct timestamp *t) in destroy_timestamp()
HDtimestamp.h20 struct timestamp;
22 struct timestamp *get_timestamp(void);
30 int cmp_timestamp(struct timestamp *t1, struct timestamp *t2);
32 void destroy_timestamp(struct timestamp *t);
/dragonfly/contrib/gdb-7/readline/
HDhistory.c222 temp->timestamp = ts;
234 if (hist == 0 || hist->timestamp == 0)
236 ts = hist->timestamp;
324 FREE (hs->timestamp);
325 hs->timestamp = savestring (string);
339 FREE (hist->timestamp);
357 ts = hist->timestamp ? savestring (hist->timestamp) : hist->timestamp;
358 ret->timestamp = ts;
384 temp->timestamp = savestring (old_value->timestamp);
HDhistfile.c474 if (history_write_timestamps && the_history[i]->timestamp && the_history[i]->timestamp[0])
475 buffer_size += strlen (the_history[i]->timestamp) + 1;
506 if (history_write_timestamps && the_history[i]->timestamp && the_history[i]->timestamp[0])
508 strcpy (buffer + j, the_history[i]->timestamp);
509 j += strlen (the_history[i]->timestamp);
HDhistory.h48 char *timestamp; /* char * rather than time_t for read/write */ member
53 #define HISTENT_BYTES(hs) (strlen ((hs)->line) + strlen ((hs)->timestamp))
/dragonfly/contrib/cvs-1.12/src/
HDvers_ts.c98 if (strcmp (entdata->timestamp, "D") != 0) in Version_TS()
102 vers_ts->ts_rcs = xstrdup (entdata->timestamp); in Version_TS()
296 entdata && entdata->timestamp ? entdata->timestamp : "(null)", in time_stamp_server()
314 else if (entdata->timestamp in time_stamp_server()
315 && entdata->timestamp[0] == '=' in time_stamp_server()
316 && entdata->timestamp[1] == '\0') in time_stamp_server()
325 else if (entdata->timestamp in time_stamp_server()
326 && (entdata->timestamp[0] == 'M' in time_stamp_server()
327 || entdata->timestamp[0] == 'D') in time_stamp_server()
328 && entdata->timestamp[1] == '\0') in time_stamp_server()
HDadd.c455 char *timestamp = NULL; in add() local
512 timestamp = time_stamp (finfo.file); in add()
535 timestamp ? timestamp : vers->ts_user, in add()
537 if (timestamp) free (timestamp); in add()
/dragonfly/lib/libc/rpc/
HDsvc_auth_des.c125 struct timeval timestamp; in _svcauth_des() local
228 timestamp.tv_sec = IXDR_GET_LONG(ixdr); in _svcauth_des()
229 timestamp.tv_usec = IXDR_GET_LONG(ixdr); in _svcauth_des()
250 &timestamp); in _svcauth_des()
261 if ((u_long)timestamp.tv_usec >= USEC_PER_SEC) { in _svcauth_des()
266 if (nick && BEFORE(&timestamp, in _svcauth_des()
273 if (!BEFORE(&current, &timestamp)) { in _svcauth_des()
289 IXDR_PUT_LONG(ixdr, timestamp.tv_sec - 1); in _svcauth_des()
290 IXDR_PUT_LONG(ixdr, timestamp.tv_usec); in _svcauth_des()
321 entry->laststamp = timestamp; in _svcauth_des()
[all …]
/dragonfly/usr.bin/tip/
HDlog.c45 char *user, *timestamp; in logent() local
62 timestamp = ctime(&t); in logent()
63 timestamp[24] = '\0'; in logent()
65 user, timestamp, group, "", acu, message); in logent()
/dragonfly/sys/net/ipfw3_basic/
HDip_fw3_state.c209 (*f)->timestamp = time_second; in check_check_state()
211 s->timestamp = time_uptime; in check_check_state()
224 (*f)->timestamp = time_second; in check_check_state()
226 s->timestamp = time_uptime; in check_check_state()
326 s->timestamp = time_uptime; in check_keep_state()
451 ioc->life = s->timestamp + in ip_fw3_ctl_state_get()
466 ioc->life = s->timestamp + in ip_fw3_ctl_state_get()
481 ioc->life = s->timestamp + in ip_fw3_ctl_state_get()
496 ioc->life = s->timestamp + in ip_fw3_ctl_state_get()
511 ioc->life = s->timestamp + in ip_fw3_ctl_state_get()
[all …]
/dragonfly/contrib/tcpdump/
HDprint-mpcp.c31 nd_uint32_t timestamp; member
131 uint32_t timestamp; in mpcp_print() local
140 timestamp = GET_BE_U_4(mpcp_common_header->timestamp); in mpcp_print()
143 ND_PRINT(", Timestamp %u ticks", timestamp); in mpcp_print()
/dragonfly/sys/vfs/udf/
HDecma167-udf.h109 struct timestamp { struct
177 struct timestamp time;
291 struct timestamp time;
341 struct timestamp atime;
342 struct timestamp mtime;
343 struct timestamp attrtime;
/dragonfly/crypto/libressl/crypto/ct/
HDct_prn.c111 timestamp_print(uint64_t timestamp, BIO *out) in timestamp_print() argument
118 ASN1_GENERALIZEDTIME_adj(gen, (time_t)0, (int)(timestamp / 86400000), in timestamp_print()
119 (timestamp % 86400000) / 1000); in timestamp_print()
180 timestamp_print(sct->timestamp, out); in SCT_print()
HDct_oct.c142 uint64_t timestamp; in o2i_SCT_internal() local
152 if (!CBS_get_u64(cbs, &timestamp)) in o2i_SCT_internal()
160 sct->timestamp = timestamp; in o2i_SCT_internal()
300 l2n8(sct->timestamp, p); in i2o_SCT()
HDct_sct.c179 SCT_set_timestamp(SCT *sct, uint64_t timestamp) in SCT_set_timestamp() argument
181 sct->timestamp = timestamp; in SCT_set_timestamp()
285 return sct->timestamp; in SCT_get_timestamp()
HDct_b64.c120 ct_log_entry_type_t entry_type, uint64_t timestamp, in SCT_new_from_base64() argument
171 SCT_set_timestamp(sct, timestamp); in SCT_new_from_base64()
/dragonfly/sys/net/ipfw3_nat/
HDip_fw3_nat.c341 s2->timestamp = time_uptime; in ip_fw3_nat()
345 s->timestamp = time_uptime; in ip_fw3_nat()
401 s2->timestamp = s->timestamp; in ip_fw3_nat()
421 s2->timestamp = s->timestamp; in ip_fw3_nat()
550 ioc->life = s->timestamp + in ip_fw3_ctl_nat_get_record()
576 ioc->life = s2->timestamp + in ip_fw3_ctl_nat_get_record()
606 ioc->life = s->timestamp + in ip_fw3_ctl_nat_get_record()
631 ioc->life = s2->timestamp + in ip_fw3_ctl_nat_get_record()
662 ioc->life = s->timestamp + in ip_fw3_ctl_nat_get_record()
687 ioc->life = s2->timestamp + in ip_fw3_ctl_nat_get_record()
[all …]
/dragonfly/contrib/libarchive/libarchive/
HDarchive_write_add_filter_gzip.c62 int timestamp; member
167 data->timestamp = (value == NULL)?-1:1; in archive_compressor_gzip_options()
217 if (data->timestamp >= 0) { in archive_compressor_gzip_open()
412 if (data->timestamp < 0) in archive_compressor_gzip_open()
415 else if (data->timestamp > 0) in archive_compressor_gzip_open()
/dragonfly/contrib/wpa_supplicant/src/ap/
HDieee802_11_auth.c31 struct os_reltime timestamp; member
45 struct os_reltime timestamp; member
105 if (os_reltime_expired(&now, &entry->timestamp, in hostapd_acl_cache_get()
332 os_get_reltime(&query->timestamp); in hostapd_allowed_address()
372 if (os_reltime_expired(now, &entry->timestamp, in hostapd_acl_expire_cache()
402 if (os_reltime_expired(now, &entry->timestamp, in hostapd_acl_expire_queries()
556 os_get_reltime(&cache->timestamp); in hostapd_acl_recv_radius()
/dragonfly/sys/vm/
HDvm_map.h343 unsigned int timestamp; /* Version number */ member
444 (map)->timestamp++; \
452 (map)->timestamp++; \
459 (map)->timestamp++; \
511 map->timestamp++; in vm_map_lock_upgrade()
/dragonfly/sys/dev/disk/nata/
HData-raid.h135 u_int32_t timestamp; member
214 u_int32_t timestamp; member
272 u_int32_t timestamp; member
511 u_int32_t timestamp; member
578 u_int32_t timestamp; member
727 u_int8_t timestamp[6]; member
780 u_int32_t timestamp; member
/dragonfly/usr.sbin/watch/
HDwatch.c54 static void timestamp (const char *);
95 timestamp(const char *buf) in timestamp() function
183 timestamp("Logging Exited."); in cleanup()
226 timestamp("Logging Started."); in attach_snp()
/dragonfly/usr.bin/undo/
HDundo.c107 static char *timestamp(struct hammer_ioc_hist_entry *hen);
483 timestamp(&ts1)); in dogenerate()
487 timestamp(&ts1)); in dogenerate()
492 timestamp(&ts1)); in dogenerate()
511 ipath1, ipath2, timestamp(&ts2)); in dogenerate()
710 timestamp(struct hammer_ioc_hist_entry *hen) in timestamp() function
/dragonfly/sbin/vinum/
HDlist.c903 timetext(&rq.timestamp), in vinum_info()
916 timetext(&rq.timestamp), in vinum_info()
928 timetext(&rq.timestamp), in vinum_info()
943 timetext(&rq.timestamp), in vinum_info()
958 timetext(&rq.timestamp), in vinum_info()
973 timetext(&rq.timestamp), in vinum_info()
988 timetext(&rq.timestamp), in vinum_info()
999 timetext(&rq.timestamp), in vinum_info()
1010 timetext(&rq.timestamp), in vinum_info()
1017 timetext(&rq.timestamp), in vinum_info()
[all …]
/dragonfly/usr.sbin/mfiutil/
HDmfi_evt.c239 format_timestamp(uint32_t timestamp) in format_timestamp() argument
246 if ((timestamp & 0xff000000) == 0xff000000) { in format_timestamp()
247 snprintf(buffer, sizeof(buffer), "boot + %us", timestamp & in format_timestamp()
260 snprintf(buffer, sizeof(buffer), "%us", timestamp); in format_timestamp()
263 t = base + timestamp; in format_timestamp()

1234567