| /dragonfly/contrib/lvm2/dist/lib/misc/ |
| HD | timestamp.c | 37 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()
|
| HD | timestamp.h | 20 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/ |
| HD | history.c | 222 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);
|
| HD | histfile.c | 474 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);
|
| HD | history.h | 48 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/ |
| HD | vers_ts.c | 98 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()
|
| HD | add.c | 455 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/ |
| HD | svc_auth_des.c | 125 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 ×tamp); in _svcauth_des() 261 if ((u_long)timestamp.tv_usec >= USEC_PER_SEC) { in _svcauth_des() 266 if (nick && BEFORE(×tamp, in _svcauth_des() 273 if (!BEFORE(¤t, ×tamp)) { 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/ |
| HD | log.c | 45 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/ |
| HD | ip_fw3_state.c | 209 (*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/ |
| HD | print-mpcp.c | 31 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/ |
| HD | ecma167-udf.h | 109 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/ |
| HD | ct_prn.c | 111 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()
|
| HD | ct_oct.c | 142 uint64_t timestamp; in o2i_SCT_internal() local 152 if (!CBS_get_u64(cbs, ×tamp)) in o2i_SCT_internal() 160 sct->timestamp = timestamp; in o2i_SCT_internal() 300 l2n8(sct->timestamp, p); in i2o_SCT()
|
| HD | ct_sct.c | 179 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()
|
| HD | ct_b64.c | 120 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/ |
| HD | ip_fw3_nat.c | 341 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/ |
| HD | archive_write_add_filter_gzip.c | 62 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/ |
| HD | ieee802_11_auth.c | 31 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/ |
| HD | vm_map.h | 343 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/ |
| HD | ata-raid.h | 135 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/ |
| HD | watch.c | 54 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/ |
| HD | undo.c | 107 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/ |
| HD | list.c | 903 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/ |
| HD | mfi_evt.c | 239 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()
|