Searched refs:ent (Results 276 - 300 of 309) sorted by relevance

<<111213

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dfoxpro.vim242 syn match foxproFunc "\<paym\%[ent]\>\s*("me=e-1
322 syn match foxproFunc "\<wpar\%[ent]\>\s*("me=e-1
H A Dperl.vim90 syn match perlStatementNetwork "\<\%(\%(end\|[gs]et\)\%(host\|net\|proto\|serv\)ent\|get\%(\%(host\|net\)by\%(addr\|name\)\|protoby\%(name\|number\)\|servby\%(name\|port\)\)\)\>"
91 syn match perlStatementPword "\<\%(get\%(pw\%(uid\|nam\)\|gr\%(gid\|nam\)\|login\)\)\|\%(end\|[gs]et\)\%(pw\|gr\)ent\>"
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dserver.c953 configure_order(dns_order_t *order, const cfg_obj_t *ent) { argument
964 result = ns_config_getclass(cfg_tuple_get(ent, "class"),
969 result = ns_config_gettype(cfg_tuple_get(ent, "type"),
974 obj = cfg_tuple_get(ent, "name");
988 obj = cfg_tuple_get(ent, "ordering");
2341 const cfg_obj_t *ent = cfg_listelt_value(element); local
2343 CHECK(configure_order(order, ent));
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf.c2239 unsigned int ent = r_symndx % LOCAL_SYM_CACHE_SIZE;
2241 if (cache->abfd == abfd && cache->indx[ent] == r_symndx)
2242 return cache->sec[ent];
2254 cache->indx[ent] = r_symndx;
2255 cache->sec[ent] = sec;
2262 cache->sec[ent] = s;
2264 return cache->sec[ent];
2234 unsigned int ent = r_symndx % LOCAL_SYM_CACHE_SIZE; local
H A Delf32-avr.c110 #define avr_stub_hash_entry(ent) \
111 ((struct elf32_avr_stub_hash_entry *)(ent))
H A Delf32-bfin.c4881 #define bfin_hash_entry(ent) ((struct bfin_link_hash_entry *) (ent))
H A Delf32-i386.c602 #define elf_i386_hash_entry(ent) ((struct elf_i386_link_hash_entry *)(ent))
H A Delf32-s390.c655 #define elf_s390_hash_entry(ent) \
656 ((struct elf_s390_link_hash_entry *)(ent))
H A Delf64-s390.c608 #define elf_s390_hash_entry(ent) \
609 ((struct elf_s390_link_hash_entry *)(ent))
H A Delf64-x86-64.c420 #define elf64_x86_64_hash_entry(ent) \
421 ((struct elf64_x86_64_link_hash_entry *)(ent))
H A Delfxx-sparc.c469 #define _bfd_sparc_elf_hash_entry(ent) ((struct _bfd_sparc_elf_link_hash_entry *)(ent))
H A Delf32-sh.c2115 #define sh_elf_hash_entry(ent) ((struct elf_sh_link_hash_entry *)(ent))
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dconfig.guess231 .ent main
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlsave.c531 * @ent: An entity table
536 xmlBufDumpEntityDecl(xmlBufPtr buf, xmlEntityPtr ent) { argument
546 xmlDumpEntityDecl(buffer, ent);
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dconfig.guess254 .ent main
/macosx-10.9.5/iodbc-42.5/iodbc/admin/
H A Dconfig.guess258 .ent main
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/unix/scripts/
H A Dconfig.guess243 .ent main
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dbconfig.c6379 Entry **ent )
6389 *ent = ce->ce_entry;
6390 if ( *ent ) {
6392 if ( oc && !is_entry_objectclass_or_sub( *ent, oc ) ) {
6394 *ent = NULL;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm3883 my $ent = build MIME::Entity
3891 ->parts([ $ent ])
3941 my $ent = build MIME::Entity
3947 return SOAP::Data->name("foo" => "blah blah blah"),$ent;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm4802 my $ent = build MIME::Entity
4810 ->parts([ $ent ])
4864 my $ent = build MIME::Entity
4870 return SOAP::Data->name("foo" => "blah blah blah"),$ent;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm4547 my $ent = build MIME::Entity
4555 ->parts([ $ent ])
4609 my $ent = build MIME::Entity
4615 return SOAP::Data->name("foo" => "blah blah blah"),$ent;
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c14687 dtrace_helptrace_t *ent;
14725 ent = (dtrace_helptrace_t *)&dtrace_helptrace_buffer[next];
14726 ent->dtht_helper = helper;
14727 ent->dtht_where = where;
14728 ent->dtht_nlocals = vstate->dtvs_nlocals;
14730 ent->dtht_fltoffs = (mstate->dtms_present & DTRACE_MSTATE_FLTOFFS) ?
14732 ent->dtht_fault = DTRACE_FLAGS2FLT(flags);
14733 ent->dtht_illval = cpu_core[CPU->cpu_id].cpuc_dtrace_illval;
14742 ent->dtht_locals[i] =
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Ddispatch.c2209 port_cmp(const void *key, const void *ent) { argument
2211 in_port_t p2 = *(const in_port_t *)ent;
/macosx-10.9.5/ruby-104/ruby/ext/win32ole/
H A Dwin32ole.c3632 int ent; local
3652 for (ent = 0; ent < (int)rgsabound[0].cElements; ent++)
3655 VALUE elem = rb_ary_entry(param, ent);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dppolicy.c656 int (*prog)( char *passwd, char **text, Entry *ent );

Completed in 394 milliseconds

<<111213