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

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
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.10.1/tcl-105/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.10.1/tcl-105/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.10.1/zsh-61/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.10.1/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.10.1/OpenSSH-189/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.10.1/OpenSSL098-52/src/crypto/pqueue/
H A Dpqueue.c170 pitem *found = NULL; local
179 found = next;
186 found = next;
188 if ( ! found)
191 return found;
/macosx-10.10.1/bind9-45.101/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.10.1/bind9-45.101/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.10.1/bind9-45.101/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.10.1/postfix-255/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.
323 int found; /* result */ member in struct:__anon11582
482 state->found = 1;
523 int found = 0; local
562 found
661 int found = 0; local
790 int found; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/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.10.1/apr-32/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.10.1/xnu-2782.1.97/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.10.1/CPAN-56/
H A DgenNewOSS.pl191 my $found;
201 $found = $dist;
204 if(!defined($found)) {
210 $found = $dist;
213 if(!defined($found)) {
218 $url = $found->pretty_id;
219 my $base = $found->base_id;
/macosx-10.10.1/emacs-93/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.10.1/xnu-2782.1.97/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 );
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dmatchbrackets.js27 var found = scanForBracket(cm, Pos(where.line, pos + (dir > 0 ? 1 : 0)), dir, style || null, config);
28 if (found == null) return null;
29 return {from: Pos(where.line, pos), to: found && found.pos,
30 match: found && found.ch == match.charAt(0), forward: dir > 0};
38 // Returns false when no bracket was found, null when it reached
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dhashcmd.c89 phash_search (); it means that this file was found
93 phash_insert (filename, full_path, check_dot, found)
95 int check_dot, found;
119 item->times_found = found;
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dcus-theme.el187 found)
189 (dolist (setting (get theme 'theme-settings) found)
192 (setq found t)))))))
208 found)
212 (setq found setting)))
214 (nth 3 found)))
251 found)
253 (dolist (setting (get theme 'theme-settings) found)
256 (setq found t)))))))
272 found)
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libdll/
H A Ddllnext.c67 register int found = 0; local
97 if (found)
154 found = 1;
/macosx-10.10.1/xnu-2782.1.97/libsyscall/mach/
H A Dmach_error_string.c97 boolean_t found = FALSE; local
105 found = TRUE;
111 return (found)? ret : INT_MAX;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_to_param.tcl200 set found [Op::Asm::NewLabel found]
203 Op::Asm::Ins found! jump $found
219 Op::Asm::Label $found
227 set found [Op::Asm::NewLabel found]
230 Op::Asm::Ins found! jump $found
244 Op::Asm::Label $found
[all...]
/macosx-10.10.1/Heimdal-398.1.2/kadmin/
H A Dcheck.c109 int found; local
213 found = 1;
215 found = 0;
226 if (found) {
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_inquire_cred.c59 int found = 0; local
130 found++;
170 found++;
174 if (found == 0 || min_lifetime == 0) {

Completed in 339 milliseconds

1234567891011>>