Searched refs:found (Results 176 - 200 of 1552) sorted by relevance

1234567891011>>

/macosx-10.10.1/diskdev_cmds-576/fstyp.tproj/
H A Dfstyp_udf.c143 char found = 0; local
170 found = 1;
175 if (found == 0)
178 found = 0;
202 found = 1;
208 return found;
/macosx-10.10.1/man-16/man/
H A Dconfigure208 # ksh, bash or zsh. ksh and zsh write "command not found" to stderr.
538 found=false
539 while test "$found" = "false"
550 found=false
553 found=true
558 found=true
561 found=false
567 found=true
571 found=true
573 found
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-embed.el650 found value)
653 (and (setq found (assq (car (car v)) modes))
654 (not (eq (cdr found) 'default)))
655 (and (setq found (assq (car (car v)) local-modes))
656 (not (eq (cdr found) 'default)))
671 (or (and (setq found (assq (car (car v)) local-modes))
672 (not (eq (cdr found) 'default)))
742 found value)
745 (and (setq found (assoc (buffer-substring (match-beginning 1)
748 (or (assq (cdr found) mode
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcominit.c1022 ** found to be supported under the local operating system.
1412 boolean found;
1477 found = false;
1479 while (*p && !found)
1484 found = true;
1489 if (!found)
1520 found = false;
1521 while (*p && !found)
1526 found = true;
1531 if (!found)
1400 boolean found; local
[all...]
/macosx-10.10.1/apache_mod_hfs_apple-14/
H A Dmod_hfs_apple2.c23 * When a <Directory> statement is found in the configuration file (this
33 * is a case-mismatch a file-not-found error will be returned and if
306 int i,found; local
326 * found (case-insensitive compare) in order to find which
337 found = -1;
368 found = i;
371 if (found < 0) {
379 * We found at least one <Directory> statement that defines
386 r->filename, ((dir_rec**) directories->elts)[found]->dir_path, max_n_matches);
388 if (strncmp(((dir_rec**) directories->elts)[found]
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dchecker.c366 const unsigned long **found) {
371 assert(ctx != NULL && ucs4 != NULL && found != NULL);
379 *found = NULL;
386 found);
389 if (*found != NULL)
395 if (*found == NULL) {
396 TRACE(("idn_checker_lookup(): %s (not found)\n",
399 TRACE(("idn_checker_lookup(): %s (found \\x%04lx)\n",
400 idn_result_tostring(r), **found));
365 idn_checker_lookup(idn_checker_t ctx, const unsigned long *ucs4, const unsigned long **found) argument
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Drddbg.c49 bfd_boolean found; local
56 &found))
62 &found))
68 if (! read_ieee_debugging_info (abfd, dhandle, &found))
74 if (! found
80 found = TRUE;
83 if (! found)
/macosx-10.10.1/groff-38/groff/src/libs/libbib/
H A Dlinear.cpp165 const char *found = key->search(ptr, bufend); local
166 if (!found)
168 if (check_match(buf, bufend, found, key->length(), &ptr, start))
169 return found;
409 const char *found = search_and_check(keys[0], buffer, bufend, &refstart); local
410 if (!found)
412 const char *refend = find_end(bufend, found + keys[0]->length());
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/ri/
H A Ddriver.rb45 # Raised when a name isn't found in the ri data stores
50 # Name that wasn't found
406 out << RDoc::Markup::Paragraph.new("Also found in:")
586 # Builds a RDoc::Markup::Document from +found+, +klasess+ and +includes+
588 def class_document name, found, klasses, includes, extends
598 found.each do |store, klass|
683 # Returns the stores wherein +name+ is found along with the classes,
691 found = @stores.map do |store|
705 [found, klasses, includes, extends]
736 # remove Foo if given Foo:: and a method was found
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dimage.el114 first the directory in which IMAGE was found, followed by the
118 If NO-ERROR is non-nil and a suitable path can't be found, don't
183 ;; Set it to nil if image is not found.
349 If an appropriate image type is found, check if that image type can be
515 (let (element found filename)
516 (while (and (not found) (consp path))
520 (setq found
527 (setq found
532 (setq found t))))))
534 (if found filenam
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dpty_termios.c722 int found = 0; local
746 found = ioctl_info.request;
748 expDiagLogPtrX("trapped pty op = %x",found);
749 if (found == TIOCOPEN) {
751 } else if (found == TIOCCLOSE) {
756 if (found == TIOCSCTTY) {
761 if (found & IOC_IN) {
763 } else if (found & IOC_OUT) {
773 return(found);
/macosx-10.10.1/Chess-310.6/sjeng/
H A Depd.c214 printf("No best-move or avoid-move found!");
229 int tested, found; local
234 found = 0;
314 found++;
315 printf("Solution found.\n");
319 printf("Solution not found.\n");
324 found++;
327 printf("Solved: %d/%d\n", found, tested);
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/
H A Dcompile99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
/macosx-10.10.1/apache-793/httpd/support/
H A Dhtdigest.c198 int found; local
257 found = 0;
259 if (found || (line[0] == '#') || (!line[0])) {
274 found = 1;
277 if (!found) {
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Drpz.c53 * is kept in the policy zone. After an IP address has been found in a radix
54 * tree, the node in the policy zone's database is found by converting
774 dns_rpz_cidr_node_t **found) /* NULL or longest match node */
787 if (found != NULL)
788 *found = NULL;
809 if (found != NULL)
810 *found = cur;
837 if (found != NULL)
838 *found = cur;
845 if (found !
771 search(dns_rpz_cidr_t *cidr, const dns_rpz_cidr_key_t *tgt_ip, dns_rpz_cidr_bits_t tgt_prefix, dns_rpz_type_t type, isc_boolean_t create, dns_rpz_cidr_node_t **found) argument
1098 dns_rpz_cidr_node_t *found; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/irs/
H A Dgetnameinfo.c71 * A name is required. If the hostname cannot be found in the DNS
73 * hostname is not found and the flag is not set, the address is
182 goto found;
186 found:
283 isc_boolean_t found = ISC_FALSE; local
371 found = ISC_TRUE;
382 if (found) {
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Drequirements.cpp52 bool found = false; local
55 found = atf::fs::is_executable(program);
65 !found && iter != dirs.end(); iter++) {
68 found = true;
72 return found;
133 return "Required program '" + (*iter) + "' not found in the PATH";
/macosx-10.10.1/curl-83.1.2/curl/
H A Dcompile99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dtrim_sgr0.c235 bool found = FALSE; local
266 found = TRUE;
276 if (!found) {
289 found = TRUE;
293 if (!found
/macosx-10.10.1/shell_cmds-179/locate/locate/
H A Dfastfind.c144 int count, found, globflag; local
196 found = count = 0;
287 if (found) { /* previous line matched */
297 found = 0;
313 found = 1;
/macosx-10.10.1/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DEncryptTest.java101 boolean found = false;
123 found = true;
130 return found;
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dwindttst.cpp81 UBool found = FALSE; local
87 if (found = uprv_getWindowsTimeZoneInfo(&tzi, equiv.getBuffer(), equiv.length())) {
92 if (! found) {
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dauth2-pubkey.c275 Key *found; local
279 found = key_new(key_is_cert(key) ? KEY_UNSPEC : key->type);
292 if (key_read(found, &cp) != 1) {
306 if (key_read(found, &cp) != 1) {
313 if (!key_equal(found, key->cert->signature_key))
320 fp = key_fingerprint(found, SSH_FP_MD5,
322 debug("matching CA found: file %s, line %lu, %s %s",
323 file, linenum, key_type(found), fp);
350 key_type(found), fp, file);
354 } else if (key_equal(found, ke
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dcsutilities.cpp106 return true; // extension found by oid
115 bool found = false; local
122 found = true;
127 return found;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dcsutilities.cpp106 return true; // extension found by oid
115 bool found = false; local
122 found = true;
127 return found;

Completed in 324 milliseconds

1234567891011>>