Home
last modified time | relevance | path

Searched refs:input_path (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/pfctl/tests/
H A Dpfctl_test.c122 run_pfctl_test(const char *input_path, const char *expected_path, in run_pfctl_test() argument
150 const char *argv[] = { "pfctl", "-o", "none", "-nvf", input_path, in run_pfctl_test()
176 char *input_path; in do_pf_test() local
178 asprintf(&input_path, "%s/files/pf%s.in", in do_pf_test()
182 run_pfctl_test(input_path, expected_path, tc); in do_pf_test()
183 free(input_path); in do_pf_test()
/freebsd/crypto/openssl/test/recipes/
H A D04-test_conf.t31 my $input_path = data_file($_);
36 unless ok(run(test([ 'confdump', $input_path ],
H A D61-test_bio_prefix.t26 my $input_path = data_file($_);
34 stdin => $input_path, stdout => $result_path)),