Searched refs:found (Results 201 - 225 of 1552) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/sec/SecurityTool/
H A DSecurityTool.c82 int found = 0; local
88 found = 1;
93 if (found)
241 int found = 0; local
251 found = 1;
256 if (found)
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebKitDLL.cpp80 bool found = false; local
83 found = true;
87 if (!found)
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Denv.el145 found)
150 (setq found t)
157 (or found
H A Dinfo-xref.el203 (let ((found (info-xref-goto-node-p file)))
204 (push (cons file found) info-xref-xfile-alist)
205 (unless found
/macosx-10.10.1/ruby-106/ruby/lib/irb/
H A Dlocale.rb108 found = find(file)
109 if found
110 return real_load(found, priv)
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dcommand_manager.rb190 found = command_names.select { |name| cmd_name == name[0, len] }
192 exact = found.find { |name| name == cmd_name }
194 exact ? [exact] : found
H A Dspec_fetcher.rb69 found = {}
83 found[source] = specs.select do |tup|
102 found.each do |source, specs|
H A Dtest_utilities.rb141 found, _ = Gem::SpecFetcher.fetcher.spec_for_dependency dependency
143 return if found.empty?
145 spec, source = found.first
/macosx-10.10.1/shell_cmds-179/date/
H A Dnetdate.c76 int s, port, timed_ack, found, lerr; local
141 found = select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout);
151 if (found > 0 && FD_ISSET(s, &ready)) {
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A Dmkdepend.tcl26 # Original can be found @
315 set found 0
321 set found 1
325 if {$found} break
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/amazon-s3/
H A Dxsxp.tcl57 # Throws an error if no such children are found. That
58 # is, part=%PCDATA means return the textual content found
61 # no PCDATA is found.
218 set res "" ; set found 0
222 set found 1
225 if {$found || $part eq "%PCDATA?"} {
/macosx-10.10.1/xnu-2782.1.97/libkern/gen/
H A DOSDebug.cpp69 int found = 0; local
76 found = 1;
84 if (!found) i=2;
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dusearch.cpp751 // a initial match is found
760 * sets match not found
1068 * @return TRUE if identical match is found
1226 * Checks and sets the match information if found.
1399 * @return TRUE if a match if found, FALSE otherwise
1438 * @return USEARCH_DONE if a match is not found, otherwise return the starting
1563 * However if the failure is found before the accent set, it fails.
1569 * @return USEARCH_DONE if a match is not found, otherwise return the starting
1764 return TRUE; // match found
1887 * Checks and sets the match information if found
3854 UBool found; local
4144 UBool found; local
4353 UBool found = FALSE; local
4469 UBool found = FALSE; local
4586 UBool found = FALSE; local
4736 UBool found = FALSE; local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGCFGSimplificationPhase.cpp154 TriState found = FalseTriState; local
156 for (unsigned i = data->cases.size(); found == FalseTriState && i--;) {
157 found = data->cases[i].value.strictEqual(value);
158 if (found == TrueTriState)
162 if (found == MixedTriState)
164 if (found == FalseTriState)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/addpartial/
H A Daddpartial-overlay.c47 Entry *found = NULL; local
63 rc = overlay_entry_get_ov(&nop, &nop.o_req_ndn, NULL, NULL, 0, &found, on);
68 "%s: no entry found, falling through to normal add\n",
74 Debug(LDAP_DEBUG_TRACE, "%s: found the dn\n", addpartial.on_bi.bi_type,
77 if(found)
89 /* determine if the changes are in the found entry */
94 at = attr_find(found->e_attrs, attr->a_desc);
97 Debug(LDAP_DEBUG_TRACE, "%s: Attribute %s not found!\n",
120 Debug(LDAP_DEBUG_TRACE, "%s: Attribute %s found\n",
213 for(attr = found
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dfmodule.c176 Parameter fact will be a nontrivial factor found, in which case
178 The function returns 0 if no nontrivial factor found, else returns 1.
180 first nontrivial factor found (the requisite GCD is checked
186 int j, found = 0; local
200 found = (gcompg(N, fact) == 0) ? 0 : 1;
206 if(found) {
222 Parameter fact will be a nontrivial factor found, in which case
224 The function returns 0 if no nontrivial factor found, else returns 1.
226 first nontrivial factor found (the requisite GCD is checked
231 { int cnt, j, k, pri, found local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dfmodule.c176 Parameter fact will be a nontrivial factor found, in which case
178 The function returns 0 if no nontrivial factor found, else returns 1.
180 first nontrivial factor found (the requisite GCD is checked
186 int j, found = 0; local
200 found = (gcompg(N, fact) == 0) ? 0 : 1;
206 if(found) {
222 Parameter fact will be a nontrivial factor found, in which case
224 The function returns 0 if no nontrivial factor found, else returns 1.
226 first nontrivial factor found (the requisite GCD is checked
231 { int cnt, j, k, pri, found local
[all...]
/macosx-10.10.1/swig-12/Source/Modules/
H A Dcontract.cxx93 int found = 0; local
107 found = 1;
111 if (!found)
119 /* This function looks in base classes and collects contracts found */
125 int found = 0; local
149 /* Yes, match found. */
152 found = 1;
179 if (!found) {
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A Dconfigure.in58 AC_MSG_ERROR([Required archive tool 'ar' not found on PATH.])
61 AC_MSG_ERROR([Required archive index tool 'ranlib' not found on PATH.])
64 AC_MSG_ERROR([Required resource tool 'windres' not found on PATH.])
/macosx-10.10.1/vim-55/
H A Dvimtutor.bat23 :: Try making a copy of tutor with gvim. If gvim cannot be found, try using
24 :: vim instead. If vim cannot be found, alert user to check environment and
61 ECHO No vim or gvim found in current directory or PATH.
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DBlockIterator.java309 boolean found = false;
315 found = true;
326 * The last known key/data pair was found and will now be
329 found = true;
342 * The last known key/data pair was not found, but the
343 * following record was found and it will be in slot zero.
345 found = true;
358 if (found) {
407 boolean found = false;
418 * was found an
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/perl/DB_File/
H A DMakefile.PL182 (echo found unexpected $$^W ; exit 1)
183 @echo No $$^W found.
189 (echo found unexpected "use vars"; exit 1)
190 @echo No 'use vars' found.
/macosx-10.10.1/CPANInternal-159.1/Class-C3-XS-0.13/t/
H A D31_next_method_skip.t62 like($@, qr/^No next::method 'fuz' found for Diamond_D/, '... cannot re-dispatch to a method which is not there');
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWPhysicalAddressSpace.cpp329 bool found = false; local
340 found = true;
363 found = true;
375 if( found )
419 bool found = false; local
432 found = true;
455 found = true;
467 if( found )
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dnestedgroup.c22 int found; member in struct:nestedgroup_id_to_dn_t
27 int found; member in struct:nestedgroup_ismember_t
39 ismember->found = 1;
41 ismember->found = 0;
89 Debug(LDAP_DEBUG_ANY, "nestedgroup_is_member be_compare[%d] ismember[%d]\n", rc, ismember.found, 0);
90 if (ismember.found)
112 object_dn->found = 1;
176 if (dn_result.found)

Completed in 329 milliseconds

1234567891011>>