Searched refs:found (Results 51 - 75 of 1552) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dconstant.rb82 found = @store.find_class_or_module @is_alias_for
83 @is_alias_for = found if found
101 alias_name = case found = is_alias_for
102 when RDoc::CodeObject then found.full_name
103 else found
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOStatistics.cpp245 KextNode sought, *found; local
258 found = RB_FIND(KextTree, &kextHead, &sought);
259 if (found) {
264 while ((wlc = SLIST_FIRST(&found->workLoopList))) {
265 SLIST_REMOVE_HEAD(&found->workLoopList, link);
270 while ((uce = TAILQ_FIRST(&found->userClientCallList))) {
271 TAILQ_REMOVE(&found->userClientCallList, uce, link);
276 RB_REMOVE(KextTree, &kextHead, found);
277 RB_REMOVE(KextAddressTree, &kextAddressHead, found);
283 if (found
369 ClassNode sought, *found; local
421 ClassNode sought, *found = NULL; local
486 KextNode *found; local
535 ClassNode sought, *found; local
609 IOWorkLoopDependency sought, *found; local
1056 KextNode *sought, *found = NULL; local
1217 KextNode *found = NULL, *ke = NULL; local
[all...]
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Common Code/
H A DProbing.c136 boolean_t found = false; local
149 // Have we found the one with the specified domainID yet?
150 if ( found == false )
186 found = true;
210 if ( found == false )
234 boolean_t found = false; local
246 // found it, we still need to call IOObjectRelease on the io_service_t
248 if ( found == false )
284 found = true;
308 if ( found
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Dchecker.h140 const unsigned long **found);
150 const unsigned long **found);
/macosx-10.10.1/libpcap-48/libpcap/msdos/
H A Dcommon.dj26 @echo libgcc.a not found. Set \"$(GCCLIB)\" to \"/djgpp/lib/gcc-lib/djgpp/3.X\"
/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_alias.c132 * and throw a warning if found one
344 char *found = NULL; local
354 found = ap_pregsub(r->pool, alias->real, r->uri,
356 if (found) {
359 apr_uri_parse(r->pool, found, &uri);
361 found = apr_uri_unparse(r->pool, &uri,
363 found = ap_escape_uri(r->pool, found);
365 found = apr_pstrcat(r->pool, found, "
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcs_s_reg.c592 entry_t *found = NULL;
607 n_binary_search(epp, 0, rpc_g_codesets_entry_count-1, (char *)local_code_set_name, &found);
609 if (found == NULL)
617 *rgy_char_sets_number = found->char_sets_num;
622 if ((char_array = (unsigned16 *)malloc(sizeof(unsigned16) * found->char_sets_num)) == NULL)
630 for (i = 0; i < found->char_sets_num; i++)
632 *char_array++ = found->char_sets[i];
635 *rgy_code_set_value = (unsigned32)found->code_set;
702 entry_t *found = NULL;
718 c_binary_search(epp, 0, rpc_g_codesets_entry_count-1, rgy_code_set_value, &found);
589 entry_t *found = NULL; local
698 entry_t *found = NULL; local
806 entry_t *found = NULL; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/os/
H A Dos_tmpdir.c48 goto found;
58 goto found;
65 goto found;
74 found: return (__os_strdup(env, tdir, &dbenv->db_tmp_dir));
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Duser_test.c84 bool found = false; local
87 for (i = 0; !found && i < ngids; i++) {
89 found = true;
92 if (found) {
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dinet_connect.c89 int found; local
99 msg_fatal("host/service %s/%s not found: %s",
104 for (sock = -1, found = 0, res = res0; res != 0; res = res->ai_next) {
114 found++;
130 if (found == 0)
131 msg_fatal("host not found: %s", addr);
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dsource_local.rb54 found = []
62 found << s
64 found << s
70 found.sort_by { |s| s.version }.last
/macosx-10.10.1/shell_cmds-179/which/
H A Dwhich.c127 int found; local
131 found = 0;
139 found = 1;
144 return (found ? 0 : -1);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/certInCrl/
H A DcertInCrl.cpp59 CSSM_BOOL found; local
65 &found);
70 if(found) {
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/CoordinatedGraphics/
H A DWebPageCoordinatedGraphics.cpp60 bool found = !node->isTextNode() && !node->isShadowRoot(); local
62 // No candidate found, bail out.
63 if (!found && !node->parentNode())
66 // Candidate found, and it is a better candidate than its parent.
69 if (found && (!node->parentNode() || node->parentNode()->childNodeCount() != 1))
/macosx-10.10.1/apr-32/apr/apr/helpers/
H A Dapr_rename.pl37 my $found = 0;
43 $found++;
51 return unless $found and $replace;
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dtype.c133 int found; local
135 found = describe_command (list->word->word, dflags);
137 if (!found && (dflags & (CDESC_PATH_ONLY|CDESC_TYPE)) == 0)
140 successful_finds += found;
170 int found, i, found_file, f, all; local
178 found = found_file = 0;
196 found = 1;
213 found = 1;
242 found = 1;
258 found
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-memory-load-all-infos/
H A Dmain.c95 bool found = false; local
99 FAIL("bundle-memory-load-all-images: NULL image path found");
103 found = true;
106 if ( !found ) {
107 FAIL("bundle-memory-load-all-images: loaded memory bundle 'he_he' nout found");
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-typed-test.cc70 bool found = false; local
75 found = true;
80 if (found) {
84 << " can be found in this test case.\n";
/macosx-10.10.1/ncurses-44/ncurses/
H A Dmk-hdr.awk42 found = 0
61 if (found == 0) {
67 found = 1
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dwhich_command.rb27 found = false
50 found = true
54 terminate_interaction 1 unless found
/macosx-10.10.1/system_cmds-643.1.1/at.tproj/
H A Dperm.c64 int found = 0; local
75 found = 1;
81 return found;
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcomment.js19 var found = str.search(nonWS);
20 return found == -1 ? 0 : found;
121 var found = line.indexOf(lineString);
122 if (found > -1 && !/comment/.test(self.getTokenTypeAt(Pos(i, found + 1)))) found = -1;
123 if (found == -1 && (i != end || i == start) && nonWS.test(line)) break lineComment;
124 if (found > -1 && nonWS.test(line.slice(0, found))) brea
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dcus-dep.el90 where found)
97 (member where found))
98 (push where found)))
99 (when found
102 (prin1 (nreverse found) (current-buffer))
/macosx-10.10.1/pam_modules-140/modules/pam_group/
H A Dpam_group.c122 goto found;
125 openpam_log(PAM_LOG_DEBUG, "The specified group (%s) could not be found.", group);
142 goto found;
145 goto found;
156 found:
166 goto found;
/macosx-10.10.1/screen-22/screen/
H A Dputenv.c150 register int i, found; local
152 found = 0;
153 for (i = 0; environ[i] && !found; i++)
162 found = ((*namechar == '\0' || *namechar == '=') && *envchar == '=');
164 return found ? i - 1 : -1;

Completed in 213 milliseconds

1234567891011>>