Searched refs:found (Results 126 - 150 of 1710) sorted by relevance

1234567891011>>

/macosx-10.9.5/Heimdal-323.92.1/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.9.5/WebCore-7537.78.1/dom/
H A DCustomElementRegistry.cpp186 ConstructorMap::const_iterator found = m_constructors.end(); local
188 found = m_constructors.find(std::make_pair(typeName, localName));
189 if (found == m_constructors.end())
190 found = m_constructors.find(std::make_pair(localName, localName));
191 if (found == m_constructors.end())
193 return found->value;
199 if (RefPtr<CustomElementConstructor> found = find(typeName, localName)) {
200 RefPtr<Element> created = found->createElement();
/macosx-10.9.5/ncurses-42/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.9.5/pyobjc-42/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.9.5/pyobjc-42/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.9.5/rsync-42/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.9.5/securityd-55199.3/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.9.5/tcl-102/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}
H A Dmsgcat_fr.tcl14 mcset fr docidx/include/path/notfound {Include file "%1$s" not found} ; # Details: file name
20 mcset fr docidx/index_begin/missing {Expected [index_begin], not found}
22 mcset fr docidx/index_end/missing {Expected [index_end], not found}
24 mcset fr docidx/key/missing {Expected [key], not found}
/macosx-10.9.5/tcl-102/tcl_ext/thread/thread/
H A Daclocal.m435 AC_MSG_RESULT([found in $glibdir])
62 AC_MSG_ERROR([none found])
64 AC_MSG_RESULT([found in $glibdir, includes in $gincdir])
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/lib/
H A Dwafecompat.tcl20 if {[set found [file exists $f]]} {
26 if {!$found} { error "Could not find module $module in {$MODULE_PATH}"}
/macosx-10.9.5/zsh-60/zsh/Functions/VCS_Info/
H A Dvcs_info52 local -i found retval
104 (( found = 0 ))
114 VCS_INFO_detect_${vcs} && (( found = 1 )) && break
117 (( found == 0 )) && {
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_truncate.c200 int found; local
206 for (found = 0;
207 !found && ldbp != NULL && ldbp->adj_fileid == dbp->adj_fileid;
212 found = 1;
219 return (found ? EINVAL : 0);
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsandbox-systrace.c107 int dev_systrace, i, j, found, status; local
158 found = 0;
161 found = 1;
167 policy.strp_policy = found ?
169 if (found)
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dfilechecker.c125 const unsigned long **found) {
142 *found = str;
147 *found = NULL;
259 const unsigned long **found) {
260 return idn__filechecker_lookup((idn__filechecker_t)ctx, str, found);
124 idn__filechecker_lookup(idn__filechecker_t ctx, const unsigned long *str, const unsigned long **found) argument
258 idn__filechecker_lookupproc(void *ctx, const unsigned long *str, const unsigned long **found) argument
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dbacktrace.c259 isc_backtrace_symmap_t *found; local
275 found = bsearch(addr, isc__backtrace_symtable, isc__backtrace_nsymbols,
277 if (found == NULL)
280 *symbolp = found->symbol;
281 *offsetp = (const char *)addr - (char *)found->addr;
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c125 bool done, found; local
135 found = false;
144 found = grep_string(&line, atf_dynstr_cstring(&formatted));
147 } while (!found && !done);
152 return found;
/macosx-10.9.5/postfix-252/postfix/src/postmap/
H A Dpostmap.c80 /* The exit status is zero when the requested information was found.
84 /* when at least one of the requested keys was found.
136 /* found to the standard output stream. The exit status is zero
137 /* when the requested information was found.
141 /* \fIkey value\fR output for each key that was found. The exit
142 /* status is zero when at least one of the requested keys was found.
326 int found; /* result */ member in struct:__anon11805
469 state->found = 1;
510 int found = 0; local
549 found
648 int found = 0; local
777 int found; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbooker.pl148 $found = 1;
151 $found = 1;
154 $found = 1;
161 $found = 0;
164 # if found replace
165 if ($found == 1) {
170 print "ERROR: The tag \"$parms[1]\" on line $srcline was not found in the most recently parsed source!\n";
194 # if chapter (a) is zero it wasn't found
196 print "ERROR: the tag \"$word\" on line $srcline was not found previously marked.\n";
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/xlate/
H A Dxlate.c205 int found = 0; local
229 set found to non-zero if found in the cache
232 if ((! found) && (strcmp(topage, frompage) == 0)) {
234 found = 1;
239 if (!found) {
244 found = 1;
250 if (!found) {
257 found = 1;
263 if (found) {
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/xlate/
H A Dxlate.c205 int found = 0; local
229 set found to non-zero if found in the cache
232 if ((! found) && (strcmp(topage, frompage) == 0)) {
234 found = 1;
239 if (!found) {
244 found = 1;
250 if (!found) {
257 found = 1;
263 if (found) {
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/lockstat/
H A Dlockstat.c95 int found; local
141 found = 0;
144 found = 1;
154 if (found == 0)
208 found = 0;
211 found = 1;
224 if (found == 0)
266 found = 0;
269 found = 1;
282 if (found
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-picon.el111 (catch 'found
122 (throw 'found result))
130 (throw 'found result))))))))
134 found type file)
135 (while (and (not found)
137 (setq found (file-exists-p (setq file (concat directory "face." type)))))
138 (if found
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIORangeAllocator.cpp247 bool found = false; local
258 (!found) && (index < numElements);
266 found = (dataEnd <= thisEnd);
268 if( found) {
271 found = allocElement( index + 1 );
272 if( found) {
288 return( found );

Completed in 397 milliseconds

1234567891011>>