Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 1975) sorted by relevance

12345678910>>...79

/netbsd/src/external/bsd/ntp/dist/tests/libntp/
DMakefile.am93 $(srcdir)/run-a_md5encrypt.c \
94 $(srcdir)/run-atoint.c \
95 $(srcdir)/run-atouint.c \
96 $(srcdir)/run-authkeys.c \
97 $(srcdir)/run-buftvtots.c \
98 $(srcdir)/run-calendar.c \
99 $(srcdir)/run-caljulian.c \
100 $(srcdir)/run-caltontp.c \
101 $(srcdir)/run-calyearstart.c \
102 $(srcdir)/run-clocktime.c \
[all …]
DMakefile.in166 run-a_md5encrypt.$(OBJEXT) $(am__objects_1)
179 am_test_atoint_OBJECTS = atoint.$(OBJEXT) run-atoint.$(OBJEXT) \
187 am_test_atouint_OBJECTS = atouint.$(OBJEXT) run-atouint.$(OBJEXT) \
195 am_test_authkeys_OBJECTS = authkeys.$(OBJEXT) run-authkeys.$(OBJEXT) \
204 run-buftvtots.$(OBJEXT) lfptest.$(OBJEXT) $(am__objects_1)
211 am_test_calendar_OBJECTS = calendar.$(OBJEXT) run-calendar.$(OBJEXT) \
220 test_caljulian-run-caljulian.$(OBJEXT) \
233 test_caltontp-run-caltontp.$(OBJEXT) $(am__objects_1)
244 run-calyearstart.$(OBJEXT) test-libntp.$(OBJEXT) \
254 run-clocktime.$(OBJEXT) test-libntp.$(OBJEXT) $(am__objects_1)
[all …]
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/
Dregress.gen.h16 struct run;
35 int (*run_assign)(struct msg *, int, const struct run*);
36 int (*run_get)(struct msg *, int, struct run* *);
37 struct run* (*run_add)(struct msg *msg);
46 struct run* *run_data;
73 int msg_run_assign(struct msg *, int, const struct run*);
74 int msg_run_get(struct msg *, int, struct run* *);
75 struct run* msg_run_add(struct msg *msg);
144 int (*how_assign)(struct run *, const char *);
145 int (*how_get)(struct run *, char * *);
[all …]
Dregress.gen.c89 struct run** new_data = NULL; in msg_run_expand_to_hold_more()
91 new_data = (struct run**) realloc(msg->run_data, in msg_run_expand_to_hold_more()
92 tobe_allocated * sizeof(struct run*)); in msg_run_expand_to_hold_more()
100 struct run*
180 const struct run* value) in msg_run_assign()
244 struct run* *value) in msg_run_get()
752 struct run *
758 struct run *
761 struct run *tmp; in run_new_with_arg()
762 if ((tmp = malloc(sizeof(struct run))) == NULL) { in run_new_with_arg()
[all …]
/netbsd/src/external/bsd/libevent/dist/test/
Dregress.gen.h15 struct run;
34 int (*run_assign)(struct msg *, int, const struct run*);
35 int (*run_get)(struct msg *, int, struct run* *);
36 struct run* (*run_add)(struct msg *msg);
45 struct run* *run_data;
72 int msg_run_assign(struct msg *, int, const struct run*);
73 int msg_run_get(struct msg *, int, struct run* *);
74 struct run* msg_run_add(struct msg *msg);
143 int (*how_assign)(struct run *, const char *);
144 int (*how_get)(struct run *, char * *);
[all …]
Dregress.gen.c88 struct run** new_data = NULL; in msg_run_expand_to_hold_more()
90 new_data = (struct run**) realloc(msg->run_data, in msg_run_expand_to_hold_more()
91 tobe_allocated * sizeof(struct run*)); in msg_run_expand_to_hold_more()
99 struct run*
179 const struct run* value) in msg_run_assign()
243 struct run* *value) in msg_run_get()
751 struct run *
757 struct run *
760 struct run *tmp; in run_new_with_arg()
761 if ((tmp = malloc(sizeof(struct run))) == NULL) { in run_new_with_arg()
[all …]
/netbsd/src/sys/lib/libkern/
Drngtest.c174 endrun(rngtest_t *const rc, const int last, int run) in endrun() argument
176 if (run >= longrun) { in endrun()
178 "Run of %d %ds found\n", rc->rt_name, run, last); in endrun()
181 if (run > 6) in endrun()
182 run = 6; in endrun()
183 ++rc->rt_runs[last][run]; in endrun()
194 int run; in rngtest() local
228 run = 0; in rngtest()
233 endrun(rc, last, run); in rngtest()
234 run = 0; in rngtest()
[all …]
/netbsd/src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
Ducpgba.c132 ucrun_t *run; in _add_run() local
134 run = (ucrun_t *) malloc(sizeof(ucrun_t)); in _add_run()
135 run->visual_next = run->visual_prev = 0; in _add_run()
136 run->direction = direction; in _add_run()
138 run->cursor = ~0; in _add_run()
140 run->chars = (unsigned long *) in _add_run()
142 run->positions = run->chars + (end - start); in _add_run()
144 run->source = src; in _add_run()
145 run->start = start; in _add_run()
146 run->end = end; in _add_run()
[all …]
/netbsd/src/external/bsd/atf/dist/tools/
Datf-run_test.sh132 atf_check -s eq:0 -o ignore -e not-match:'WARNING.*atf-run' atf-run helper
318 -e empty atf-run
332 atf_check -s eq:0 -o match:'stdout 9999' -o match:'stderr 9999' atf-run
365 -e empty atf-run
388 -e empty atf-run
412 atf_check -s eq:1 -o match:"${re} .*line 1.*line 2" -e empty atf-run
443 atf_check -s eq:1 -o match:"${re}" -e empty atf-run
466 -e empty atf-run
488 -e empty atf-run
512 -e empty atf-run
[all …]
/netbsd/src/external/bsd/ntp/dist/sntp/tests/
DMakefile.am122 $(srcdir)/run-crypto.c \
123 $(srcdir)/run-keyFile.c \
124 $(srcdir)/run-kodDatabase.c \
125 $(srcdir)/run-kodFile.c \
126 $(srcdir)/run-networking.c \
127 $(srcdir)/run-packetHandling.c \
128 $(srcdir)/run-packetProcessing.c \
129 $(srcdir)/run-utilities.c \
134 run-networking.c \
141 run-packetHandling.c \
[all …]
DMakefile.in143 test_crypto-run-crypto.$(OBJEXT) $(am__objects_1)
164 run-keyFile.$(OBJEXT) $(am__objects_1)
173 run-kodDatabase.$(OBJEXT) $(am__objects_1)
182 run-kodFile.$(OBJEXT) $(am__objects_1)
190 am_test_log_OBJECTS = t-log.$(OBJEXT) run-t-log.$(OBJEXT) \
199 run-networking.$(OBJEXT) $(am__objects_1)
208 run-packetHandling.$(OBJEXT) $(am__objects_1)
217 run-packetProcessing.$(OBJEXT) sntptest.$(OBJEXT) \
227 utilities.$(OBJEXT) run-utilities.$(OBJEXT) $(am__objects_1)
254 ./$(DEPDIR)/run-keyFile.Po ./$(DEPDIR)/run-kodDatabase.Po \
[all …]
/netbsd/src/external/bsd/ntp/dist/tests/ntpd/
DMakefile.am71 $(srcdir)/run-leapsec.c \
72 $(srcdir)/run-ntp_prio_q.c \
73 $(srcdir)/run-ntp_restrict.c \
74 $(srcdir)/run-rc_cmdlength.c \
75 $(srcdir)/run-t-ntp_signd.c \
92 run-leapsec.c \
96 $(srcdir)/run-leapsec.c: $(srcdir)/leapsec.c $(std_unity_list)
112 run-ntp_prio_q.c \
116 $(srcdir)/run-ntp_prio_q.c: $(srcdir)/ntp_prio_q.c $(std_unity_list)
134 run-ntp_restrict.c \
[all …]
DMakefile.in156 test_leapsec-run-leapsec.$(OBJEXT) \
177 test_ntp_prio_q-run-ntp_prio_q.$(OBJEXT) \
188 test_ntp_restrict-run-ntp_restrict.$(OBJEXT) \
199 test_ntp_scanner-run-t-ntp_scanner.$(OBJEXT) \
211 run-t-ntp_signd.$(OBJEXT) test-libntp.$(OBJEXT) \
219 test_rc_cmdlength-run-rc_cmdlength.$(OBJEXT) \
243 am__depfiles_remade = ./$(DEPDIR)/run-t-ntp_signd.Po \
246 ./$(DEPDIR)/test_leapsec-run-leapsec.Po \
249 ./$(DEPDIR)/test_ntp_prio_q-run-ntp_prio_q.Po \
252 ./$(DEPDIR)/test_ntp_restrict-run-ntp_restrict.Po \
[all …]
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dlmdb_cache_test_1.sh18 run
21 run
23 run
30 run
33 run
35 run
44 run
46 run
48 run
50 run
Dlmdb_cache_test_2.sh17 run
20 run
22 run
29 run
32 run
34 run
/netbsd/src/external/bsd/kyua-atf-compat/dist/
Datf-report_test.sh40 atf_check -s exit:0 -o save:run.log -e ignore atf-run
48 atf_check -s exit:0 -o save:report.log -e empty atf-report <run.log
64 atf_check -s exit:1 -o save:run.log -e ignore atf-run
81 atf_check -s exit:0 -o save:report.log -e empty atf-report <run.log
93 atf_check -s exit:0 -o save:run.log -e ignore atf-run
102 atf-report -o ticker:my-report.log <run.log
113 atf_check -s exit:0 -o save:run.log -e ignore atf-run
115 atf-report -o html:report.html <run.log
140 atf_check -s exit:1 -o save:run.log -e ignore atf-run
142 atf-report -o html:report.html <run.log
[all …]
Datf-run_test.sh50 atf-run
74 atf-run
90 atf-run
114 atf-run
122 atf-run program1:pass subdir/nested/program2:skip
130 atf-run subdir/nested/program2
148 atf_check -s exit:0 -o 'match:helper:config -> passed' -e ignore atf-run
154 atf_check -s exit:0 -o 'match:helper:config -> passed' -e ignore atf-run
159 atf_check -s exit:0 -o 'match:helper:config -> passed' -e ignore atf-run \
184 atf_check -s exit:0 -o ignore -e ignore atf-run helper1
[all …]
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/examples/
Dp2p-action.sh26 kill_daemon dhclient /var/run/dhclient-$GIFNAME.pid
27 rm /var/run/dhclient.leases-$GIFNAME
28 kill_daemon dnsmasq /var/run/dnsmasq.pid-$GIFNAME
30 if ! dnsmasq -x /var/run/dnsmasq.pid-$GIFNAME \
35 dnsmasq -x /var/run/dnsmasq.pid-$GIFNAME \
41 kill_daemon dhclient /var/run/dhclient-$GIFNAME.pid
42 rm /var/run/dhclient.leases-$GIFNAME
43 kill_daemon dnsmasq /var/run/dnsmasq.pid-$GIFNAME
57 dhclient -pf /var/run/dhclient-$GIFNAME.pid \
58 -lf /var/run/dhclient.leases-$GIFNAME \
[all …]
/netbsd/src/external/bsd/kyua-atf-compat/usr.bin/atf-run/
DMakefile5 FILES= atf-run
9 realall: atf-run
10 atf-run: atf-run.sh
11 src=atf-run.sh dst=atf-run; ${BUILD_SCRIPT}
12 CLEANFILES+= atf-run atf-run.new
14 MAN= atf-run.1
/netbsd/src/crypto/external/bsd/openssl/dist/apps/
DCA.pl.in111 sub run subroutine
134 $RET = run("$REQ -new -x509 -keyout $NEWKEY -out $NEWCERT $DAYS"
139 $RET = run("$REQ -x509 -precert -keyout $NEWKEY -out $NEWCERT $DAYS"
144 $RET = run("$REQ -new $1 -keyout $NEWKEY -out $NEWREQ $DAYS $EXTRA{req}");
177 $RET = run("$REQ -new -keyout ${CATOP}/private/$CAKEY"
179 $RET = run("$CA -create_serial"
189 $RET = run("$PKCS12 -in $NEWCERT -inkey $NEWKEY"
194 $RET = run("$CA -policy policy_anything -infiles $NEWREQ $EXTRA{ca}");
196 $RET = run("$CA -policy policy_anything -out $NEWCERT"
200 $RET = run("$CA -policy policy_anything -out $NEWCERT"
[all …]
/netbsd/src/external/bsd/kyua-cli/dist/engine/
Dtest_case_test.cpp220 run(void) const in run() function in __anon2f92cbf80111::atf_helper
223 return run(dummy_hooks); in run()
232 run(engine::test_case_hooks& hooks) const in run() function in __anon2f92cbf80111::atf_helper
350 run(const config::tree& user_config = engine::default_config()) const in run() function in __anon2f92cbf80111::plain_helper
547 const engine::test_result result = helper.run(hooks); in ATF_TEST_CASE_BODY()
563 helper.run()); in ATF_TEST_CASE_BODY()
575 helper.run()); in ATF_TEST_CASE_BODY()
585 helper.run()); in ATF_TEST_CASE_BODY()
600 "cookie created"), helper.run()); in ATF_TEST_CASE_BODY()
619 helper.run()); in ATF_TEST_CASE_BODY()
[all …]
/netbsd/src/usr.bin/make/unit-tests/
Dopt-no-action.exp3 echo '.BEGIN: run always'
4 .BEGIN: run always
6 echo 'main: run always'
7 main: run always
9 run-always: run always
11 echo '.END: run always'
12 .END: run always
Ddeptgt-posix.mk66 run: .USE
74 after-for: .PHONY set-up-sysdir check-not-posix run
85 after-if: .PHONY set-up-sysdir check-not-posix run
96 in-included-file: .PHONY set-up-sysdir check-not-posix run
103 in-first-line: .PHONY set-up-sysdir check-is-posix run
111 after-comment-lines: .PHONY set-up-sysdir check-is-posix run
121 no-builtins: .PHONY set-up-sysdir check-is-posix check-not-seen-sys-mk run
/netbsd/src/games/hack/
Dhack.cmd.c174 flags.run = 1; in rhack()
183 if (flags.run >= 4) in rhack()
194 flags.run = 2; in rhack()
198 flags.run = 3; in rhack()
202 flags.run = 0; in rhack()
207 flags.run = 1; in rhack()
213 flags.run = 4; in rhack()
215 flags.run += 2; in rhack()
217 flags.run += 1; in rhack()
334 if (flags.run & 1) in finddir()
[all …]
/netbsd/src/lib/libc/stdlib/
Djemalloc.c842 static void arena_run_split(arena_t *arena, arena_run_t *run, size_t size);
846 static void arena_run_dalloc(arena_t *arena, arena_run_t *run, size_t size);
1553 arena_run_reg_alloc(arena_run_t *run, arena_bin_t *bin) in arena_run_reg_alloc() argument
1558 assert(run->magic == ARENA_RUN_MAGIC); in arena_run_reg_alloc()
1559 assert(run->regs_minelm < bin->regs_mask_nelms); in arena_run_reg_alloc()
1566 i = run->regs_minelm; in arena_run_reg_alloc()
1567 mask = run->regs_mask[i]; in arena_run_reg_alloc()
1573 ret = (void *)(((uintptr_t)run) + bin->reg0_offset in arena_run_reg_alloc()
1578 run->regs_mask[i] = mask; in arena_run_reg_alloc()
1584 mask = run->regs_mask[i]; in arena_run_reg_alloc()
[all …]

12345678910>>...79