Searched refs:ignore (Results 1 - 25 of 267) sorted by relevance

1234567891011

/freebsd-10.0-release/share/examples/printing/
H A Dnetprint14 ($ignore, $ignore, $protocol) = getprotobyname('tcp');
15 ($ignore, $ignore, $ignore, $ignore, $address)
/freebsd-10.0-release/contrib/atf/atf-sh/
H A Dtc_test.sh39 atf_check -s eq:0 -o ignore -e ignore ${h} tc_pass_true
40 atf_check -s eq:1 -o ignore -e ignore ${h} tc_pass_false
41 atf_check -s eq:1 -o match:'failed:.*body.*non-ok exit code' -e ignore \
43 atf_check -s eq:1 -o ignore -e match:'An error' ${h} tc_fail
55 atf_check -s eq:1 -o ignore -e ignore ${h} tc_missing_body
H A Dconfig_test.sh39 atf_check -s eq:0 -o match:'foo not found' -e ignore -x \
42 atf_check -s eq:0 -o match:'foo found' -e ignore -x \
46 atf_check -s eq:0 -o match:'workdir not found' -e ignore -x \
70 atf_check -s eq:0 -o match:'foo = bar' -e ignore -x \
73 atf_check -s eq:0 -o match:'foo = baz' -e ignore -x \
H A Dnormalize_test.sh40 -o match:'c-d: test value 2' -e ignore ${h} normalize
H A Datf_check_test.sh156 atf_check -s eq:0 -o ignore -e ignore -x "${h} atf_check_equal_ok"
158 atf_check -s eq:1 -o ignore -e ignore -x \
160 atf_check -s eq:0 -o ignore -e empty grep '^failed: a != b (a != b)$' \
163 atf_check -s eq:0 -o ignore -e ignore -x "${h} atf_check_equal_eval_ok"
165 atf_check -s eq:1 -o ignore -e ignore -x \
167 atf_check -s eq:0 -o ignore
[all...]
H A Dtp_test.sh47 -o match:'This is a helper subroutine' -e ignore ./work/misc_helpers \
/freebsd-10.0-release/contrib/atf/test-programs/
H A Dconfig_test.sh39 atf_check -s eq:0 -o ignore -e ignore ${h} -s $(atf_get_srcdir) \
41 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
43 atf_check -s eq:0 -o ignore -e ignore ${h} -s $(atf_get_srcdir) \
45 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
47 atf_check -s eq:0 -o ignore -e ignore ${h} -s $(atf_get_srcdir) \
49 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
51 atf_check -s eq:0 -o ignore
[all...]
H A Dmeta_data_test.sh38 atf_check -s eq:0 -o ignore -e ignore ${h} -s $(atf_get_srcdir) -l
39 atf_check -s eq:0 -o match:passed -e ignore ${h} -s $(atf_get_srcdir) \
52 atf_check -s eq:0 -o ignore -e ignore ${h} -s $(atf_get_srcdir) -l
53 atf_check -s eq:0 -o match:passed -e ignore ${h} -s $(atf_get_srcdir) \
H A Dsrcdir_test.sh49 atf_check -s eq:0 -o ignore -e ignore -x \
51 atf_check -s eq:1 -o empty -e ignore "${hp}" -r res srcdir_exists
52 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res
72 atf_check -s eq:0 -o ignore -e ignore -x \
74 atf_check -s eq:1 -o empty -e ignore "${hp}" -r res srcdir_exists
75 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res
82 atf_check -s eq:0 -o ignore -e ignore
[all...]
H A Dexpect_test.sh40 atf_check -s eq:0 -e ignore "${h}" -r result expect_pass_and_pass
43 atf_check -s eq:1 -e ignore "${h}" -r result \
81 atf_check -s eq:0 -e ignore "${h}" -r result \
85 atf_check -s eq:1 -e ignore "${h}" -r result expect_fail_but_pass
93 atf_check -s eq:0 -e ignore "${h}" -r result expect_exit_any_and_exit
96 atf_check -s eq:123 -e ignore "${h}" -r result expect_exit_code_and_exit
99 atf_check -s eq:1 -e ignore "${h}" -r result expect_exit_but_pass
107 atf_check -s signal:9 -e ignore "${h}" -r result \
111 atf_check -s signal:hup -e ignore "${h}" -r result \
115 atf_check -s eq:1 -e ignore "
[all...]
H A Dresult_test.sh58 -e ignore "${h}" -s "${srcdir}" result_pass
60 -e ignore "${h}" -s "${srcdir}" result_fail
62 -e ignore "${h}" -s "${srcdir}" result_skip
76 atf_check -s eq:0 -o inline:"msg\n" -e ignore "${h}" -s "${srcdir}" \
80 atf_check -s eq:1 -o inline:"msg\n" -e ignore "${h}" -s "${srcdir}" \
84 atf_check -s eq:0 -o inline:"msg\n" -e ignore "${h}" -s "${srcdir}" \
105 atf_check -s signal -o ignore \
111 atf_check -s exit -o ignore \
/freebsd-10.0-release/etc/periodic/security/
H A D200.chkmounts47 ignore="${security_status_chkmounts_ignore}"
54 ignore="${ignore}|^amd:"
56 [ -n "$ignore" ] && cmd="egrep -v ${ignore#|}" || cmd=cat
/freebsd-10.0-release/tools/regression/usr.bin/make/shell/replace/
H A DMakefile16 hasErrCtl=y check="check errors" ignore="ignore errors"
/freebsd-10.0-release/contrib/binutils/
H A Dsymlink-tree32 # and "ignoreN" is a list of files/directories to ignore.
36 ignore="$2"
61 for i in ${ignore} ${ignore_additional}; do
69 (cd $f; ${prog} ${newsrcdir}/$f "${ignore}")
/freebsd-10.0-release/contrib/gdb/
H A Dsymlink-tree32 # and "ignoreN" is a list of files/directories to ignore.
36 ignore="$2"
61 for i in ${ignore} ${ignore_additional}; do
69 (cd $f; ${prog} ${newsrcdir}/$f "${ignore}")
/freebsd-10.0-release/contrib/libreadline/
H A Dkill.c225 rl_backward_kill_word (count, ignore)
226 int count, ignore;
231 return (rl_kill_word (-count, ignore));
235 rl_backward_word (count, ignore);
249 rl_kill_line (direction, ignore)
250 int direction, ignore;
255 return (rl_backward_kill_line (1, ignore));
259 rl_end_of_line (1, ignore);
272 rl_backward_kill_line (direction, ignore)
273 int direction, ignore;
[all...]
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dintegration_test.sh132 atf_check -s eq:0 -o ignore -e not-match:'WARNING.*atf-run' atf-run helper
162 -e ignore -x \
176 -e ignore -x \
190 -e ignore -x \
204 -e ignore -x \
219 atf_check -s eq:1 -o ignore -e ignore -x \
223 atf_check -s eq:0 -o match:'testvar: a value' -e ignore -x \
234 atf_check -s eq:0 -o match:'testvar: value in conf file' -e ignore -x \
239 atf_check -s eq:0 -o match:'testvar: a value' -e ignore
[all...]
/freebsd-10.0-release/contrib/groff/src/include/
H A Dassert.h36 #define assert(ignore) /* as nothing */
/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Deap_md5.c42 ret->ignore = TRUE;
50 ret->ignore = TRUE;
63 ret->ignore = TRUE;
66 ret->ignore = FALSE;
92 ret->ignore = TRUE;
H A Deap_otp.c39 ret->ignore = TRUE;
56 ret->ignore = TRUE;
60 ret->ignore = FALSE;
H A Deap_vendor_test.c75 ret->ignore = TRUE;
82 ret->ignore = TRUE;
89 ret->ignore = TRUE;
96 ret->ignore = TRUE;
106 ret->ignore = TRUE;
114 ret->ignore = FALSE;
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.exp.c43 #define TEXP_IGNORE 1 /* in ignore, it means to ignore value, just parse */
44 #define TEXP_NOGLOB 2 /* in ignore, it means not to globone */
193 exp0(Char ***vp, int ignore) argument
195 tcsh_number_t p1 = exp1(vp, ignore);
204 exp0(vp, (ignore & TEXP_IGNORE) || p1) :
205 exp1(vp, (ignore & TEXP_IGNORE) || p1);
206 if (compat_expr || !(ignore & TEXP_IGNORE))
216 exp1(Char ***vp, int ignore) argument
218 tcsh_number_t p1 = exp2x(vp, ignore);
240 exp2x(Char ***vp, int ignore) argument
263 exp2a(Char ***vp, int ignore) argument
286 exp2b(Char ***vp, int ignore) argument
309 exp2c(Char ***vp, int ignore) argument
352 exp3(Char ***vp, int ignore) argument
398 exp3a(Char ***vp, int ignore) argument
427 exp4(Char ***vp, int ignore) argument
464 exp5(Char ***vp, int ignore) argument
520 exp6(Char ***vp, int ignore) argument
609 filetest(Char *cp, Char ***vp, int ignore) argument
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sdt/
H A Dtst.sdtargs.d37 ignore = $1;
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dgettimeofday.c41 gettimeofday (struct timeval *tp, void *ignore) argument
67 gettimeofday (struct timeval *tp, void *ignore) argument
/freebsd-10.0-release/lib/libc/sparc64/gen/
H A D_setjmp.S47 .register %g2,#ignore
48 .register %g3,#ignore

Completed in 473 milliseconds

1234567891011