Home
last modified time | relevance | path

Searched refs:test_state (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.sbin/tcpdump/
H A Dprivsep.c121 static void test_state(int, int);
294 test_state(cmd, STATE_BPF); in priv_exec()
298 test_state(cmd, STATE_BPF); in priv_exec()
302 test_state(cmd, STATE_FILTER); in priv_exec()
306 test_state(cmd, STATE_FILTER); in priv_exec()
314 test_state(cmd, STATE_RUN); in priv_exec()
327 test_state(cmd, STATE_RUN); in priv_exec()
331 test_state(cmd, cur_state); in priv_exec()
335 test_state(cmd, STATE_RUN); in priv_exec()
347 test_state(cmd, STATE_RUN); in priv_exec()
[all …]
/openbsd/regress/sys/dev/kcov/
H A Dkcov.c53 static int test_state(struct context *);
83 { "state", test_state, 1 }, in main()
571 test_state(struct context *ctx) in test_state() function
/openbsd/gnu/gcc/gcc/config/frv/
H A Dfrv.c7487 state_t test_state; in frv_sort_insn_group_1() local
7497 test_state = alloca (dfa_size); in frv_sort_insn_group_1()
7504 memcpy (test_state, state, dfa_size); in frv_sort_insn_group_1()
7505 if (state_transition (test_state, insn) < 0 in frv_sort_insn_group_1()
7506 && cpu_unit_reservation_p (test_state, in frv_sort_insn_group_1()
7510 test_state)) in frv_sort_insn_group_1()
7538 state_t state, test_state; in frv_sort_insn_group() local
7564 test_state = alloca (dfa_size); in frv_sort_insn_group()
7569 state_reset (test_state); in frv_sort_insn_group()
7572 memcpy (state, test_state, dfa_size); in frv_sort_insn_group()
[all …]
/openbsd/gnu/usr.bin/perl/vms/
H A Ddescrip_mms.template827 - If F$Search("[.t]test_state.").nes."" Then Delete/NoConfirm/Log [.t]test_state.;*
/openbsd/gnu/usr.bin/perl/win32/
H A DMakefile1309 -del /f ..\t\test_state
H A DGNUmakefile1784 -del /f ..\t\test_state
/openbsd/gnu/usr.bin/perl/
H A DMakefile.SH1349 rm -f t/test_state
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlhack.pod945 Normally data on how long tests take is stored in F<t/test_state>,