Searched refs:time_stamp (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/examples/smtpd-policy/
H A Dgreylist.pl102 my($key, $time_stamp, $now, $count);
118 $time_stamp = read_database($key);
122 if ($time_stamp == 0) {
123 $time_stamp = $now;
124 update_database($key, $time_stamp);
137 syslog $syslog_priority, "request age %d", $now - $time_stamp if $verbose;
138 if ($now - $time_stamp > $greylist_delay) {
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_move.c11 /* void qmgr_move(from, to, time_stamp)
14 /* time_t time_stamp;
60 time_t time_stamp)
76 if (time_stamp > 0) {
77 tbuf.actime = tbuf.modtime = time_stamp;
59 qmgr_move(const char *src_queue, const char *dst_queue, time_t time_stamp) argument
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_move.c11 /* void qmgr_move(from, to, time_stamp)
14 /* time_t time_stamp;
60 time_t time_stamp)
76 if (time_stamp > 0) {
77 tbuf.actime = tbuf.modtime = time_stamp;
59 qmgr_move(const char *src_queue, const char *dst_queue, time_t time_stamp) argument
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_sasl_auth_cache.c208 unsigned long time_stamp; local
214 if (sscanf(entry, "%lu;%[^;];%[^;];%[^\n]", &time_stamp, cache_hash,
219 } else if (time_stamp + auth_cache->ttl < now) {
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dno_diff.c61 ts = time_stamp (finfo->file);
H A Dvers_ts.c271 vers_ts->ts_user = time_stamp (finfo->file);
428 time_stamp (const char *file) function
H A Dadd.c512 timestamp = time_stamp (finfo.file);
628 tmp = time_stamp (finfo.file);
H A Dcvs.h487 char *time_stamp (const char *file);
H A Dentries.c363 ts = time_stamp (user);
H A Dupdate.c1883 cp = time_stamp (finfo->file);
H A Dclient.c1869 file_timestamp = time_stamp (filename);
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_key_mem_cache.c69 static UINT32 time_stamp = 1; local
73 ret = time_stamp++;
315 entry->time_stamp = getNextTimeStamp();
465 entry->time_stamp = getNextTimeStamp();
547 tmp->time_stamp = 0;
549 tmp->time_stamp = getNextTimeStamp();
568 tmp->time_stamp = 0;
570 tmp->time_stamp = getNextTimeStamp();
874 tmp->time_stamp = getNextTimeStamp();
905 tmp->time_stamp < smallestTimeStam
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/osf-share/
H A Dcma_tcb_defs.h159 cma_t_integer time_stamp; /* Abs. time in ticks of last update */ member in struct:CMA__T_TCB_SCHED
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_message.c604 char time_stamp[1024]; /* XXX locale dependent? */ local
643 strftime(time_stamp, sizeof(time_stamp), "%Y%m%d%H%M%S", tp);
645 state->resent, time_stamp, state->queue_id, var_myhostname);
648 time_stamp, state->queue_id, var_myhostname);
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-slow.c167 u_int8_t time_stamp[2]; member in struct:slow_oam_link_event_t
608 EXTRACT_16BITS(&tlv.slow_oam_link_event->time_stamp)*100,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A DpeXXigen.c1189 bfd_vma time_stamp;
1200 time_stamp = bfd_get_32 (abfd, data + i + 4);
1207 (unsigned long) time_stamp,
1305 if (time_stamp != 0
1338 if (time_stamp != 0
1373 long time_stamp;
1444 edt.time_stamp = bfd_get_32 (abfd, data + 4);
1466 _("Time/Date stamp \t\t%lx\n"), (unsigned long) edt.time_stamp);
1188 bfd_vma time_stamp; local
1372 long time_stamp; member in struct:EDT_type
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A DpeXXigen.c1189 bfd_vma time_stamp;
1200 time_stamp = bfd_get_32 (abfd, data + i + 4);
1207 (unsigned long) time_stamp,
1305 if (time_stamp != 0
1338 if (time_stamp != 0
1373 long time_stamp;
1444 edt.time_stamp = bfd_get_32 (abfd, data + 4);
1466 _("Time/Date stamp \t\t%lx\n"), (unsigned long) edt.time_stamp);
1188 bfd_vma time_stamp; local
1372 long time_stamp; member in struct:EDT_type
/netbsd-6-1-5-RELEASE/sys/dev/ata/
H A Datareg.h556 uint16_t time_stamp; member in struct:ata_smart_selftest
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/
H A Dspi_utils.h26 UINT32 time_stamp; member in struct:key_mem_cache
H A Dtcs_utils.h27 UINT32 time_stamp; member in struct:key_mem_cache

Completed in 308 milliseconds