Searched refs:ents (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_dir_m17n.rb20 ents = Dir.entries(".", opts)
21 exit ents.include?(filename)
28 ents = Dir.entries(".", opts)
31 result = ents.include?(filename) || (/mswin|mingw/ =~ RUBY_PLATFORM && ents.include?(expected_filename))
49 ents = Dir.entries(".", opts)
50 exit ents.include?(filename)
61 ents = Dir.entries(".", opts)
62 exit ents.include?(filename) || (/darwin/ =~ RUBY_PLATFORM && ents
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/ldap/
H A Dapr_ldap_option.c402 struct apr_ldap_opt_tls_cert_t *ents = (struct apr_ldap_opt_tls_cert_t *)certs->elts; local
417 switch (ents[i].type) {
419 cert7db = ents[i].path;
422 secmod = ents[i].path;
425 key3db = ents[i].path;
428 nickname = ents[i].path;
429 password = ents[i].password;
511 switch (ents[i].type) {
513 result->rc = ldapssl_add_trusted_cert((void *)ents[i].path,
518 result->rc = ldapssl_add_trusted_cert((void *)ents[
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dorder.c48 ISC_LIST(dns_order_ent_t) ents;
66 ISC_LIST_INIT(order->ents);
105 ISC_LIST_INITANDAPPEND(order->ents, ent, link);
124 for (ent = ISC_LIST_HEAD(order->ents);
161 while ((ent = ISC_LIST_HEAD(order->ents)) != NULL) {
162 ISC_LIST_UNLINK(order->ents, ent, link);
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A Dvalidator1.tcl153 array set ents [countTheEntities {<""><&><'><}]
155 if {$ents(ctQuotes) != 2} {
158 if {$ents(ctLeftAngleBrackets) != 4} {
161 if {$ents(ctAmpersands) != 1} {
164 if {$ents(ctApostrophes) != 1} {
167 if {$ents(ctRightAngleBrackets) != 3} {
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/xml/
H A Dsgml.tcl1542 upvar entities ents
1546 if {[info exists ents($id)]} {
1552 set ents($id) $entvalue
1564 set ents($id) $data
/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp-client.c454 u_int count, type, id, handle_len, i, expected_id, ents = 0; local
473 ents = 0;
547 *dir = xrealloc(*dir, ents + 2, sizeof(**dir));
548 (*dir)[ents] = xmalloc(sizeof(***dir));
549 (*dir)[ents]->filename = xstrdup(filename);
550 (*dir)[ents]->longname = xstrdup(longname);
551 memcpy(&(*dir)[ents]->a, a, sizeof(*a));
552 (*dir)[++ents] = NULL;
/macosx-10.10/dtrace-147/libdwarf/
H A Ddwarf_addr_finder.c352 unsigned int ents = llbuf[i].ld_cents; local
355 for (entindx = 0; entindx < ents; entindx++) {
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy.c919 struct proxy_remote *ents = (struct proxy_remote *) proxies->elts; local
1074 p2 = ap_strchr_c(ents[i].scheme, ':'); /* is it a partial URL? */
1075 if (strcmp(ents[i].scheme, "*") == 0 ||
1076 (ents[i].use_regex &&
1077 ap_regexec(ents[i].regexp, url, 0, NULL, 0) == 0) ||
1078 (p2 == NULL && strcasecmp(scheme, ents[i].scheme) == 0) ||
1080 strncasecmp(url, ents[i].scheme,
1081 strlen(ents[i].scheme)) == 0)) {
1088 ents[i].hostname,
1089 ents[
[all...]
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_engine_vars.c798 STACK_OF(X509_NAME_ENTRY) *ents = xn->entries;
808 for (i = 0; i < sk_X509_NAME_ENTRY_num(ents); i++) {
811 xsne = sk_X509_NAME_ENTRY_value(ents, i);
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_include.c507 const char *ents; local
574 for (ents = entlist[j]; *ents != '\0'; ents += i) {
575 if (strncmp(s + 1, ents, j) == 0) {
580 if (*ents == '\0') {
584 *p = RAW_ASCII_CHAR(((const unsigned char *) ents)[j]);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf-bfd.h1308 struct got_entry **ents;
1422 #define elf_local_got_ents(bfd) (elf_tdata(bfd) -> local_got.ents)
1306 struct got_entry **ents; member in union:elf_obj_tdata::__anon7507
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/library/
H A Dsgmlparser.tcl2636 upvar #0 $options(entities) ents
2639 if {[info exists ents($name)] || [info exists externals($name)]} {
2647 set ents($name) [EntitySubst [array get options] [lindex $value 1]]
2648 uplevel #0 $options(-entitydeclcommand) [list $name $ents($name)]

Completed in 403 milliseconds