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

1234567891011>>

/macosx-10.9.5/vim-53/src/
H A Duninstal.c62 * Returns non-zero when it's found.
87 * Returns non-zero when it's found.
184 int found = FALSE; local
197 found = TRUE;
200 if (found)
205 return found;
213 int found = 0; local
220 ++found;
231 return found;
332 int found local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dgetvalues.c37 int found = 0; local
56 found = 1;
59 while ( ! found ) {
77 * if we get this far, we've found the attribute and are sitting
94 int found = 0; local
113 found = 1;
116 while ( ! found ) {
133 * if we get this far, we've found the attribute and are sitting
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBTransactionCoordinator.cpp79 // Verifies internal consistiency while returning whether anything is found.
82 bool found = false; local
84 found = true;
86 ASSERT(!found);
87 found = true;
89 ASSERT(found == m_transactions.contains(transaction));
90 return found;
/macosx-10.9.5/diskdev_cmds-572.1.1/fstyp.tproj/
H A Dfstyp.c50 * if any match is found, and 0 is returned if no match is found.
65 int numMatches, i, j, found; local
72 found = 0;
84 for (i = 0; (!found && (NULL != DIRS[i])); i++) {
92 for (j = 0; (!found && (j < numMatches)); j++) {
96 found = 1;
105 return found;
/macosx-10.9.5/ncurses-42/ncurses/
H A Dmk-2nd.awk56 found = 0
65 if (found == 0) {
91 found = 1
H A Dmk-hdr.awk42 found = 0
61 if (found == 0) {
67 found = 1
/macosx-10.9.5/ruby-104/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.9.5/xnu-2422.115.4/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.9.5/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.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Dchecker.h140 const unsigned long **found);
150 const unsigned long **found);
/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dcommon.dj26 @echo libgcc.a not found. Set \"$(GCCLIB)\" to \"/djgpp/lib/gcc-lib/djgpp/3.X\"
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddtrace-postfix.d50 probe sacl__resolve(char *user_name, int found);
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.9.5/dcerpc-58/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.9.5/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.9.5/bind9-45.100/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.9.5/ruby-104/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.9.5/shell_cmds-175/which/
H A Dwhich.c127 int found; local
131 found = 0;
139 found = 1;
144 return (found ? 0 : -1);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DGenericEventQueue.cpp68 bool found = m_pendingEvents.contains(event); local
70 if (found)
76 return found;
/macosx-10.9.5/WebKit-7537.78.2/gtk/tests/
H A Dtestwebplugindatabase.c35 gboolean found = FALSE; local
47 found = TRUE;
53 g_assert(found);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/helpers/
H A Dapr_rename.pl37 my $found = 0;
43 $found++;
51 return unless $found and $replace;
/macosx-10.9.5/apr-30/apr/apr/helpers/
H A Dapr_rename.pl37 my $found = 0;
43 $found++;
51 return unless $found and $replace;
/macosx-10.9.5/bash-92/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.9.5/dyld-239.4/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.9.5/llvmCore-3425.0.33/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";

Completed in 212 milliseconds

1234567891011>>