Searched refs:when (Results 226 - 250 of 860) sorted by relevance

1234567891011>>

/netbsd-current/common/dist/zlib/contrib/pascal/
H A Dzlibpas.pas53 xflags: Integer; (* extra flags (not used when writing a gzip file) *)
57 extra_max: Integer; (* space at extra (only when reading header) *)
59 name_max: Integer; (* space at name (only when reading header) *)
61 comm_max: Integer; (* space at comment (only when reading header) *)
63 done: Integer; (* true when done reading gzip header *)
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/pascal/
H A Dzlibpas.pas53 xflags: Integer; (* extra flags (not used when writing a gzip file) *)
57 extra_max: Integer; (* space at extra (only when reading header) *)
59 name_max: Integer; (* space at name (only when reading header) *)
61 comm_max: Integer; (* space at comment (only when reading header) *)
63 done: Integer; (* true when done reading gzip header *)
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Deloop.c43 * especially when used with more than one process.
587 const struct timespec *when, void (*callback)(void *), void *arg)
590 if (when->tv_sec < 0 || (unsigned long)when->tv_sec > UINT_MAX) {
594 if (when->tv_nsec < 0 || when->tv_nsec > NSEC_PER_SEC) {
600 (unsigned int)when->tv_sec, (unsigned int)when->tv_sec,
613 eloop_q_timeout_add_msec(struct eloop *eloop, int queue, unsigned long when, argument
618 seconds = when / MSEC_PER_SE
586 eloop_q_timeout_add_tv(struct eloop *eloop, int queue, const struct timespec *when, void (*callback)(void *), void *arg) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/pascal/
H A Dzlibpas.pas53 xflags: Integer; (* extra flags (not used when writing a gzip file) *)
57 extra_max: Integer; (* space at extra (only when reading header) *)
59 name_max: Integer; (* space at name (only when reading header) *)
61 comm_max: Integer; (* space at comment (only when reading header) *)
63 done: Integer; (* true when done reading gzip header *)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dgcd_22.asm2 dnl We actually use tzcnt here, when table cannot count bits, as tzcnt always
104 jz L(lowz) C jump when low limb result = 0
144 L(lowz):C We come here when v0 - u0 = 0
/netbsd-current/usr.bin/make/unit-tests/
H A Dcond-func.mk67 # Braces do not have any special meaning when parsing arguments.
72 # Braces do not have any special meaning when parsing arguments.
88 # default function that is called when a bare word is parsed. For the plain
H A Dvarmod-mtime.mk20 # from the 'now' that is used when updating the timestamps in archives or for
21 # touching files using the '-t' option, which is taken once when make is
55 # timestamp when parsing of this makefile started.
H A Ddep-var.mk25 # XXX: The -dv log says later when expanding the sources of 'all':
48 # variable is expanded when the shell command is generated. At that point,
96 # parse errors when they occur in the parsing phase, see Parse_File.
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddst_parse.c423 isc_stdtime_t when; local
555 ret = dns_time32_fromtext(DST_AS_STR(token), &when);
560 dst_key_settime(key, tag, when);
630 isc_stdtime_t when; local
779 result = dst_key_gettime(key, i, &when);
785 result = dns_time32_totext(when, &b);
H A Dkeymgr.c142 * Set the SyncPublish time (when the DS may be submitted to the parent)
190 * This returns when the successor key needs to be published in the zone.
263 * Not sure what to do when dst_key_getbool() fails here. Extending
1016 * DS HIDDEN, or when their DS is not HIDDEN, there must be a
1088 * This means when we do rollovers, we want to follow the rules of the
1222 * Calculate the time when it is safe to do the next transition.
1228 isc_stdtime_t now, isc_stdtime_t *when) {
1236 *when = now;
1385 *when = nexttime;
1412 isc_stdtime_t when; local
1226 keymgr_transition_time(dns_dnsseckey_t *key, int type, dst_key_state_t next_state, dns_kasp_t *kasp, isc_stdtime_t now, isc_stdtime_t *when) argument
2238 keymgr_checkds(dns_kasp_t *kasp, dns_dnsseckeylist_t *keyring, const char *directory, isc_stdtime_t now, isc_stdtime_t when, bool dspublish, dns_keytag_t id, unsigned int alg, bool check_id) argument
2330 dns_keymgr_checkds(dns_kasp_t *kasp, dns_dnsseckeylist_t *keyring, const char *directory, isc_stdtime_t now, isc_stdtime_t when, bool dspublish) argument
2338 dns_keymgr_checkds_id(dns_kasp_t *kasp, dns_dnsseckeylist_t *keyring, const char *directory, isc_stdtime_t now, isc_stdtime_t when, bool dspublish, dns_keytag_t id, unsigned int alg) argument
2351 isc_stdtime_t when = 0; local
2549 dns_keymgr_rollover(dns_kasp_t *kasp, dns_dnsseckeylist_t *keyring, const char *directory, isc_stdtime_t now, isc_stdtime_t when, dns_keytag_t id, unsigned int algorithm) argument
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Ddst_parse.c421 isc_stdtime_t when; local
553 ret = dns_time32_fromtext(DST_AS_STR(token), &when);
558 dst_key_settime(key, tag, when);
628 isc_stdtime_t when; local
776 result = dst_key_gettime(key, i, &when);
782 result = dns_time32_totext(when, &b);
H A Dkeymgr.c156 * Set the SyncPublish time (when the DS may be submitted to the parent).
205 * This returns when the successor key needs to be published in the zone.
280 * Not sure what to do when dst_key_getbool() fails here. Extending
1033 * DS HIDDEN, or when their DS is not HIDDEN, there must be a
1105 * This means when we do rollovers, we want to follow the rules of the
1239 * Calculate the time when it is safe to do the next transition.
1245 isc_stdtime_t now, isc_stdtime_t *when) {
1254 *when = now;
1403 *when = nexttime;
1430 isc_stdtime_t when; local
1243 keymgr_transition_time(dns_dnsseckey_t *key, int type, dst_key_state_t next_state, dns_kasp_t *kasp, isc_stdtime_t now, isc_stdtime_t *when) argument
2257 keymgr_checkds(dns_kasp_t *kasp, dns_dnsseckeylist_t *keyring, const char *directory, isc_stdtime_t now, isc_stdtime_t when, bool dspublish, dns_keytag_t id, unsigned int alg, bool check_id) argument
2349 dns_keymgr_checkds(dns_kasp_t *kasp, dns_dnsseckeylist_t *keyring, const char *directory, isc_stdtime_t now, isc_stdtime_t when, bool dspublish) argument
2357 dns_keymgr_checkds_id(dns_kasp_t *kasp, dns_dnsseckeylist_t *keyring, const char *directory, isc_stdtime_t now, isc_stdtime_t when, bool dspublish, dns_keytag_t id, unsigned int alg) argument
2370 isc_stdtime_t when = 0; local
2568 dns_keymgr_rollover(dns_kasp_t *kasp, dns_dnsseckeylist_t *keyring, const char *directory, isc_stdtime_t now, isc_stdtime_t when, dns_keytag_t id, unsigned int algorithm) argument
[all...]
/netbsd-current/sys/arch/ia64/stand/common/
H A Dcommands.c373 time_t when; local
408 when = time(NULL) + timeout;
410 if (time(NULL) >= when)
/netbsd-current/usr.sbin/installboot/arch/
H A Dalpha.c445 check_sparc(const struct alpha_boot_block * const bb, const char *when) argument
452 warnx(wmsg, when, "checksum", bb16[255], compute_sunsum(bb16));
454 warnx(wmsg, when, "magic number", bb16[254],
/netbsd-current/usr.sbin/timed/timed/
H A Dreadmsg.c59 struct timeval when; member in struct:tsplist
124 from_when = ptr->when;
337 tail->when = from_when;
/netbsd-current/sys/arch/arm/cortex/
H A Da9tmr.c224 uint64_t when = now;
226 while ((now = a9tmr_gettime(sc)) < when) {
231 n, when - now);
/netbsd-current/sys/arch/m68k/fpe/
H A Dfpu_fmovecr.c45 #error you have to change this table when changing the mantissa size
/netbsd-current/sys/arch/ia64/unwind/
H A Dstackframe.h50 uint64_t when; member in struct:regstate
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dcec-no-snen-reti.S1 # Blackfin testcase for having RETI LSB set correctly when not self nested
47 # This IVG makes sure we don't re-enter when self RAISE is pending
92 # RETI LSB should not be set when entering IVG13
H A Dloop_strncpy.s1 # Blackfin testcase for loop counter values when jumping out from the last insn
34 * but, we can get here when the last byte is zero, and we don't
H A Drandom_0003.S1 # Test for ASTAT AN setting when overflows occur
H A Drandom_0008.S1 # check ASTAT ac/av flags are handled correctly when doing Acc = -Acc
/netbsd-current/external/gpl3/gdb/dist/zlib/examples/
H A Dgun.c54 1.2.4) is on the same file, when gun is linked with zlib 1.2.2. Also the
520 struct utimbuf when; local
533 when.actime = was.st_atime;
534 when.modtime = was.st_mtime;
535 (void)utime(to, &when);
/netbsd-current/external/gpl3/binutils/dist/zlib/examples/
H A Dgun.c54 1.2.4) is on the same file, when gun is linked with zlib 1.2.2. Also the
520 struct utimbuf when; local
533 when.actime = was.st_atime;
534 when.modtime = was.st_mtime;
535 (void)utime(to, &when);
/netbsd-current/external/bsd/ntp/dist/scripts/lib/NTP/
H A DUtil.pm103 my @columns = qw(tally host refid st t when poll reach delay offset jitter);

Completed in 193 milliseconds

1234567891011>>