Home
last modified time | relevance | path

Searched defs:when (Results 1 – 25 of 131) sorted by relevance

123456

/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlsyn.pod1343 Breaking outDESCRIPTION""Experimental Details on given and when global() argument
1349 Fall-throughDESCRIPTION""Experimental Details on given and when global() argument
1360 Return valueDESCRIPTION""Experimental Details on given and when global() argument
1402 Switching in a loopDESCRIPTION""Experimental Details on given and when global() argument
1431 Differences from RakuDESCRIPTION""Experimental Details on given and when global() argument
[all...]
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Dtime_test.c42 uint32_t when; in ISC_RUN_TEST_IMPL() local
63 uint32_t when; in ISC_RUN_TEST_IMPL() local
84 uint32_t when; in ISC_RUN_TEST_IMPL() local
105 uint32_t when; in ISC_RUN_TEST_IMPL() local
126 uint32_t when; ISC_RUN_TEST_IMPL() local
147 uint32_t when; ISC_RUN_TEST_IMPL() local
[all...]
/openbsd-src/usr.sbin/smtpd/
H A Drunq.c26 time_t when; member
110 runq_schedule_at(struct runq *runq, time_t when, void *arg) in runq_schedule_at()
159 runq_pending(struct runq *runq, void *arg, time_t *when) in runq_pending()
/openbsd-src/sbin/shutdown/
H A Dshutdown.c108 char when[64]; in main() local
305 char when[64]; in timewarn() local
497 char when[64]; in getoffset() local
595 char when[64]; in nolog() local
/netbsd-src/games/trek/
H A Dschedule.c150 double when; in xsched() local
170 double when; in xresched() local
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_stream.c174 static int stamp_stream(VSTREAM *fp, time_t when) in stamp_stream()
192 static int stamp_stream(VSTREAM *fp, time_t when) in stamp_stream()
209 static int stamp_path(const char *path, time_t when) in stamp_path()
H A Dmail_date.c56 const char *mail_date(time_t when) in mail_date()
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/
H A Dimport.c88 time_t *when, char **desc) in text_vg_import_fd()
130 time_t *when, char **desc) in text_vg_import_file()
/netbsd-src/external/cddl/osnet/dev/cyclic/
H A Dcyclic_test.c58 cyc_time_t when; in cyclic_test_001() local
165 cyc_time_t when; in cyclic_test_003() local
/openbsd-src/usr.bin/calendar/
H A Dcalendar.h51 time_t when; member
59 time_t when; member
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dstdtime.c54 time_t when; isc_stdtime_tostring() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dstdtime.c59 time_t when; in isc_stdtime_tostring() local
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/
H A Dornd_keys.c71 struct timeval when; in des_init_random_number_generator() local
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/
H A Dornd_keys.c71 struct timeval when; in des_init_random_number_generator() local
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Drnd_keys.c71 struct timeval when; in des_init_random_number_generator() local
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Drnd_keys.c71 struct timeval when; in des_init_random_number_generator() local
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dsave_v1trap.c301 maketrap_v1(community, buffer, bufsize, msg, msglen, ipaddr, when) in maketrap_v1() argument
448 sendtrap_v1_0(fd, community, msg, msglen, when) in sendtrap_v1_0() argument
/openbsd-src/usr.bin/dig/lib/dns/rdata/generic/
H A Drrsig_46.c32 unsigned long when; in totext_rrsig() local
H A Dsig_24.c32 unsigned long when; in totext_sig() local
/openbsd-src/sbin/slaacd/
H A Dslaacd.h95 struct timespec when; global() member
125 struct timespec when; global() member
139 struct timespec when; global() member
150 struct timespec when; global() member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddst_api.c1175 dst_key_settime(dst_key_t *key, int type, isc_stdtime_t when) { in dst_key_settime()
1915 uint32_t when; in dst_key_read_state() local
2035 isc_stdtime_t when; in printtime() local
2542 isc_stdtime_t when; in dst_key_is_published() local
2575 isc_stdtime_t when = 0; in dst_key_is_active() local
2635 isc_stdtime_t when = 0; in dst_key_is_signing() local
2689 isc_stdtime_t when = 0; in dst_key_is_revoked() local
2707 isc_stdtime_t when = 0; in dst_key_is_removed() local
2765 isc_stdtime_t when; in dst_key_copy_metadata() local
H A Dkeymgr.c1228 isc_stdtime_t now, isc_stdtime_t *when) { in keymgr_transition_time()
1412 isc_stdtime_t when; in keymgr_update() local
2239 const char *directory, isc_stdtime_t now, isc_stdtime_t when, in keymgr_checkds()
2331 const char *directory, isc_stdtime_t now, isc_stdtime_t when, in dns_keymgr_checkds()
2340 isc_stdtime_t when, bool dspublish, dns_keytag_t id, in dns_keymgr_checkds_id()
2351 isc_stdtime_t when = 0; in keytime_status() local
2551 isc_stdtime_t when, dns_keytag_t id, in dns_keymgr_rollover()
/openbsd-src/usr.sbin/sasyncd/
H A Dtimer.c112 timer_add(char *name, u_int32_t when, void (*function)(void *), void *arg) in timer_add()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dkeymgr.c1245 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) keymgr_transition_time() argument
1430 isc_stdtime_t when; keymgr_update() local
2258 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) keymgr_checkds() argument
2350 dns_keymgr_checkds(dns_kasp_t * kasp,dns_dnsseckeylist_t * keyring,const char * directory,isc_stdtime_t now,isc_stdtime_t when,bool dspublish) dns_keymgr_checkds() argument
2359 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) dns_keymgr_checkds_id() argument
2370 isc_stdtime_t when = 0; keytime_status() local
2570 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) dns_keymgr_rollover() argument
[all...]
/netbsd-src/sbin/gpt/
H A Dmain.c143 time_t when; in get_tstamp() local

123456