Searched refs:found (Results 101 - 125 of 1552) sorted by relevance

1234567891011>>

/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dcommand.c69 int found, any_found; local
73 found = describe_command (list->word->word, verbose);
75 if (found == 0 && verbose != CDESC_REUSABLE)
78 any_found += found;
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Ducsset.h131 * '*found' is set to 1 if the specified code point is in the set, 0 otherwise.
139 idn_ucsset_lookup(idn_ucsset_t ctx, unsigned long v, int *found);
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.cpp93 bool found = false; local
97 while (!found && is.good()) {
99 found = true;
104 return found;
H A Dtext.cpp60 bool found; local
64 found = str.empty();
77 found = res == 0;
80 return found;
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dfind-gc.el154 p2 found)
158 (if (setq found (assq (car p2) find-gc-subrs-callers))
159 (setcdr found (cons (car (car ptr)) (cdr found)))))
/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-ezbounce.el97 found)
98 (while (and (not found)
103 (setq found function))
105 found))
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Dbackward_warning.h33 Please consider using one of the 32 headers found in section 17.4.1.2 of the \
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOS9/
H A DmDNSPrefix.h57 #error Options for this target not found in prefix file
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Dparent.rb34 found = false
35 @children.delete_if {|c| c.equal?(object) and found = true }
36 object.parent = nil if found
37 found ? object : nil
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/cache/
H A Dasync.tcl8 # result return. Data found in the cache may return fully asynchronous
130 method NotifySet {found key} {
137 if {$found && !$options(-full-async-results)} {
149 method NotifyUnset {found key} {
155 if {$found && !$options(-full-async-results)} {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/include/example/
H A Dexpr_param.inc24 found! jump found_7
90 found! jump found_22
244 found! jump found_46
446 found! jump found_60
558 found! jump found_67
618 found! jump found_80
717 found! jump found_86
739 found! jump found_89
/macosx-10.10.1/zsh-61/zsh/Test/
H A Dztst.zsh195 ZTST_testfailed "bad line found before or after section:
340 local last match mbegin mend found substlines
348 found=0
358 (%*) if [[ $found = 0 ]]; then
366 if [[ $found = 0 ]]; then
384 found=1
387 found=1
395 found=1
403 found=1
408 found
[all...]
/macosx-10.10.1/msdosfs-209.1.1/fsck_msdos.tproj/
H A Dfat.c309 * Find the FAT cache block associated with the given cluster. If not found,
311 * used block (writing it out first if it was dirty). Move the found cache
319 struct fat_cache_block *found; local
332 found = fat_cache_mru;
333 while (found->chunk != chunk && found->next != NULL)
335 prev = found;
336 found = found->next;
343 if (found
[all...]
/macosx-10.10.1/postfix-255/postfix/src/postsuper/
H A Dpostsuper.c468 int found; local
486 for (found = 0, tries = 0; found == 0 && tries < 2; tries++) {
495 found = 1;
502 return (found);
513 int found; local
532 for (found = 0, tries = 0; found == 0 && tries < 2; tries++) {
546 found = 1;
552 return (found);
563 int found; local
614 int found; local
653 int found = 0; local
[all...]
/macosx-10.10.1/postfix-255/postfix/src/postalias/
H A Dpostalias.c43 /* The exit status is zero when the requested information was found.
47 /* when at least one of the requested keys was found.
79 /* found to the standard output stream. The exit status is zero
80 /* when the requested information was found.
84 /* \fIkey: value\fR output for each key that was found. The exit
85 /* status is zero when at least one of the requested keys was found.
456 int found = 0; local
494 found = 1;
502 if (found)
514 return (found);
547 int found = 0; local
676 int found; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/btree/
H A Dbt_curadj.c24 * only be found in our parent transaction -- cursors in other transactions,
32 * items are overwritten. Return the number of relevant cursors found.
103 * Return if any relevant cursors found.
116 int found; local
125 for (found = 0;
126 found == 0 && ldbp != NULL && ldbp->adj_fileid == dbp->adj_fileid;
132 found = 1;
139 *foundp = found;
162 int found, ret; local
174 for (found
286 int found, ret, t_ret; local
426 int found, ret; local
487 int found, ret; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_init_sec_context.c56 gss_cred_id_t found; member in struct:iscrc
73 if (ctx->found || plugin->isc_replace_cred == NULL)
91 ctx->found = plugin->isc_replace_cred(dupname, ctx->mech_type, ctx->initiator_cred_handle, ctx->flags);
93 plugin->name, ctx->found ? "found" : "no");
97 if (ctx->found == NULL)
100 _gss_mg_log_cred(1, (struct _gss_cred *)ctx->found, "gss_isc %s replace the credential to", plugin->name);
119 ctx.found = GSS_C_NO_CREDENTIAL;
140 return ctx.found;
354 "mech not found i
[all...]
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A DAuthorizationMechEval.cpp276 AuthItemSet::iterator found = find_if(context.begin(), context.end(), FindAuthItemByRightName(kAuthorizationEnvironmentUsername) ); local
277 if (found == context.end())
279 string username(static_cast<const char *>((*found)->value().data), (*found)->value().length);
280 secdebug("AuthEvalMech", "found username");
281 found = find_if(context.begin(), context.end(), FindAuthItemByRightName(kAuthorizationEnvironmentPassword) );
282 if (found == context.end())
284 string password(static_cast<const char *>((*found)->value().data), (*found)->value().length);
285 secdebug("AuthEvalMech", "found passwor
[all...]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dresizeterm.c244 bool found; local
251 found = FALSE;
259 found = TRUE;
267 } while (found);
278 bool found; local
285 found = FALSE;
293 found = TRUE;
301 } while (found);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/iClass/
H A Ddatasource.py143 found = None
151 if not found:
152 found = cls
153 elif len(cls.__name__) > len(found.__name__):
154 found = cls
156 # mvl 2009-03-02: fix case where no match is found caused exception:
157 if (found is None): return
159 self.setClassInfo(found)
160 self.selectClass(found)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/iClass/
H A Ddatasource.py143 found = None
151 if not found:
152 found = cls
153 elif len(cls.__name__) > len(found.__name__):
154 found = cls
156 # mvl 2009-03-02: fix case where no match is found caused exception:
157 if (found is None): return
159 self.setClassInfo(found)
160 self.selectClass(found)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/iClass/
H A Ddatasource.py143 found = None
151 if not found:
152 found = cls
153 elif len(cls.__name__) > len(found.__name__):
154 found = cls
156 # mvl 2009-03-02: fix case where no match is found caused exception:
157 if (found is None): return
159 self.setClassInfo(found)
160 self.selectClass(found)
/macosx-10.10.1/rsync-45/rsync/testsuite/
H A Dlongdir.test12 longname=This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dmsgcat_c.tcl11 mcset c docidx/include/path/notfound {Include file "%1$s" not found} ; # Details: file name
17 mcset c docidx/index_begin/missing {Expected [index_begin], not found}
19 mcset c docidx/index_end/missing {Expected [index_end], not found}
21 mcset c docidx/key/missing {Expected [key], not found}
H A Dmsgcat_en.tcl11 mcset en docidx/include/path/notfound {Include file "%1$s" not found} ; # Details: file name
17 mcset en docidx/index_begin/missing {Expected [index_begin], not found}
19 mcset en docidx/index_end/missing {Expected [index_end], not found}
21 mcset en docidx/key/missing {Expected [key], not found}

Completed in 284 milliseconds

1234567891011>>