Searched refs:ignore (Results 26 - 50 of 870) sorted by relevance

1234567891011>>

/macosx-10.9.5/groff-38/groff/src/include/
H A Dassert.h36 #define assert(ignore) /* as nothing */
/macosx-10.9.5/swig-10/Lib/ruby/
H A Dstd_deque.i24 %ignore std::deque::push_back;
25 %ignore std::deque::pop_back;
H A Dstd_vectora.i32 %ignore std::vector::push_back;
33 %ignore std::vector::pop_back;
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dconvlib.tcl35 proc ParseTclIndex {tclIndex fileTblVar ignore} {
62 if {[lsearch $ignore $fileName] >= 0} continue
75 # Convert a tclIndex library to a .tlib. ignore any files in the ignore
78 proc convert_lib {tclIndex packageLib {ignore {}}} {
87 set allOK [TclX::ParseTclIndex $tclIndex fileTbl $ignore]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dpowerwatch.cpp167 enum { allow, refuse, ignore } reaction; enumerator in enum:Security::MachPlusPlus::__anon3873
177 reaction = ignore;
186 reaction = ignore;
194 reaction = ignore;
203 reaction = ignore;
208 reaction = ignore;
222 case ignore:
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dpowerwatch.cpp167 enum { allow, refuse, ignore } reaction; enumerator in enum:Security::MachPlusPlus::__anon5040
177 reaction = ignore;
186 reaction = ignore;
194 reaction = ignore;
203 reaction = ignore;
208 reaction = ignore;
222 case ignore:
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-sh/
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...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dchmod.c72 "\b--ignore-umask\b option is specified.]"
112 "[i:ignore-umask?Ignore the \bumask\b(2) value in symbolic mode "
163 int ignore = 0; local
194 ignore = 1;
236 if (ignore)
237 ignore = umask(0);
246 if (ignore)
247 umask(ignore);
258 if (ignore)
259 umask(ignore);
[all...]
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Dintegration_test.sh148 -e ignore -x \
162 -e ignore -x \
176 -e ignore -x \
190 -e ignore -x \
205 atf_check -s eq:1 -o ignore -e ignore -x \
209 atf_check -s eq:0 -o match:'testvar: a value' -e ignore -x \
220 atf_check -s eq:0 -o match:'testvar: value in conf file' -e ignore -x \
225 atf_check -s eq:0 -o match:'testvar: a value' -e ignore -x \
240 atf_check -s eq:1 -o ignore
[all...]
/macosx-10.9.5/tcsh-65/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 int 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 int 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
608 filetest(Char *cp, Char ***vp, int ignore) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr015/
H A Dtestall23 if grep $name ignore > /dev/null; then
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dgettimeofday.c41 gettimeofday (struct timeval *tp, void *ignore) argument
67 gettimeofday (struct timeval *tp, void *ignore) argument
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/test-programs/
H A Dmeta_data_test.sh38 atf_check -s eq:0 -o ignore -e empty ${h} -s $(atf_get_srcdir) -l
52 atf_check -s eq:0 -o ignore -e empty ${h} -s $(atf_get_srcdir) -l
H A Dfork_test.sh54 atf_check -s eq:0 -o ignore -e empty grep '^passed$' resfile
/macosx-10.9.5/ksh-20/ksh/src/lib/libcoshell/
H A DMakefile16 ignore :: ignore.sh
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dvrfy5 regexp (.*)@(.*) $argv ignore user host
/macosx-10.9.5/swig-10/Lib/typemaps/
H A Dattribute.swg145 %ignore Class::GetMethod();
146 %ignore Class::GetMethod() const;
148 %ignore Class::SetMethod;
174 %ignore Class::GetMethod();
175 %ignore Class::GetMethod() const;
250 %ignore Class::SetMethod;
255 %ignore Class::GetMethod();
256 %ignore Class::GetMethod() const;
273 %ignore Class::SetMethod;
278 %ignore Clas
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebFramePolicyListenerProxy.h44 void ignore();
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dasl_sim.conf17 # ignore "internal" facility
18 ? [= Facility internal] ignore
25 ? [= Facility install] ignore
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dscan77 my $ignore = 0 ;
79 $ignore = 1 if $ignore_def{$def} || $def =~ /$ignore_re/o ;
91 if ($ignore)
110 my $ignore = 0 ;
112 $ignore = 1 if $ignore_enums{$name} ;
123 if ($ignore)
/macosx-10.9.5/WebKit-7537.78.2/mac/DefaultDelegates/
H A DWebDefaultPolicyDelegate.m72 [listener ignore];
76 [listener ignore];
96 [listener ignore];
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dprompt.c87 int ignore = 0; local
102 ignore = !ignore;
105 if (ignore)
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dmacro.c228 rl_end_kbd_macro (count, ignore)
229 int count, ignore;
248 rl_call_last_kbd_macro (count, ignore)
249 int count, ignore;
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/checknames/
H A Dtests.sh46 echo "I: check for warnings from on zone load for 'check-names ignore;' ($n)"
48 grep 'yy_yy.ignore.example: bad owner name (check-names)' ns1/named.run || ret=0
56 $DIG $DIGOPTS yy_yy.ignore.example. @10.53.0.1 a > dig.out.ns1.test$n || ret=1
57 $DIG $DIGOPTS yy_yy.ignore.example. @10.53.0.2 a > dig.out.ns2.test$n || ret=1
59 grep "check-names warning yy_yy.ignore.example/A/IN" ns2/named.run > /dev/null || ret=1
67 $DIG $DIGOPTS yy_yy.ignore.example. @10.53.0.1 a > dig.out.ns1.test$n || ret=1
68 $DIG $DIGOPTS yy_yy.ignore.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1
71 grep "check-names failure yy_yy.ignore.example/A/IN" ns3/named.run > /dev/null || ret=1
79 $DIG $DIGOPTS mx.ignore.example. @10.53.0.1 MX > dig.out.ns1.test$n || ret=1
80 $DIG $DIGOPTS mx.ignore
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Ddouble.el98 (global-set-key [ignore] '(lambda () (interactive)))
103 (define-key isearch-mode-map [ignore]
110 ;; Artificial event, ignore it.
114 ;; This is not a prefix key, ignore it.
130 [ignore])))
133 [ignore])

Completed in 388 milliseconds

1234567891011>>