Searched refs:eh (Results 1 - 25 of 100) sorted by relevance

1234

/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_prng_exch.c84 TLS_PRNG_SRC *eh; local
89 eh = (TLS_PRNG_SRC *) mymalloc(sizeof(*eh));
90 eh->fd = fd;
91 eh->name = mystrdup(name);
92 eh->timeout = 0;
95 return (eh);
100 void tls_prng_exch_update(TLS_PRNG_SRC *eh) argument
109 if (myflock(eh->fd, INTERNAL_LOCK, MYFLOCK_OP_EXCLUSIVE) != 0)
110 msg_fatal("cannot lock PRNG exchange file %s: %m", eh
130 tls_prng_exch_close(TLS_PRNG_SRC *eh) argument
[all...]
/macosx-10.10.1/dtrace-147/libelf/
H A Dnewehdr.c66 Ehdr *eh; local
78 if ((eh = (Ehdr *)getehdr(elf)) != 0) {
83 return (eh);
98 if ((eh = (Ehdr *)getehdr(elf)) != 0) { /* this cooks if necessary */
102 return (eh);
106 if ((eh = (Ehdr *)malloc(sizeof (Ehdr))) == 0) {
111 *eh = _elf_ehdr_init;
114 elf->ed_ehdr = eh;
116 return (eh);
H A Dupdate.c167 Ehdr * eh = elf->ed_ehdr; local
168 unsigned ver = eh->e_version;
169 register char *p = (char *)eh->e_ident;
184 eh->e_ehsize = (Half)hi;
185 if (eh->e_phnum != 0) {
187 eh->e_phentsize = (Half)elf_fsize(ELF_T_PHDR, 1, ver);
189 eh->e_phoff = (Off)hi;
190 hi += eh->e_phentsize * eh->e_phnum;
192 eh
351 Ehdr * eh = elf->ed_ehdr; local
459 Ehdr *eh = elf->ed_ehdr; local
725 Ehdr *eh = elf->ed_ehdr; local
840 Ehdr *eh; local
[all...]
H A Dclscook.c420 Ehdr * eh = elf->ed_ehdr; /* must be present */ local
423 if (eh->e_phnum == 0)
427 if (eh->e_phentsize != fsz) {
432 fsz *= eh->e_phnum;
434 msz = _elf_msize(ELF_T_PHDR, work) * eh->e_phnum;
435 if ((eh->e_phoff == 0) ||
436 ((fsz + eh->e_phoff) > elf->ed_fsz)) {
441 if (inplace && fsz >= msz && eh->e_phoff % sizeof (ElfField) == 0) {
442 elf->ed_phdr = (Elf_Void *)(elf->ed_ident + eh->e_phoff);
451 src.d_buf = (Elf_Void *)(elf->ed_ident + eh
480 register Ehdr *eh = elf->ed_ehdr; /* must be present */ local
[all...]
/macosx-10.10.1/keymgr-28/testcases/
H A Drun-tests.sh12 for i in basic-eh-app-jaguar-2.95 basic-eh-app-jaguar-3.1 \
13 basic-eh-app-tiger-4.0 basic-eh-app-10.4u-4.0 \
/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dlib540.c49 CURL *eh[NUM_HANDLES]; variable
56 res_easy_init(eh[num]);
60 res_easy_setopt(eh[num], CURLOPT_URL, url);
64 res_easy_setopt(eh[num], CURLOPT_PROXY, PROXY);
68 res_easy_setopt(eh[num], CURLOPT_PROXYUSERPWD, userpwd);
72 res_easy_setopt(eh[num], CURLOPT_PROXYAUTH, (long)CURLAUTH_ANY);
76 res_easy_setopt(eh[num], CURLOPT_VERBOSE, 1L);
80 res_easy_setopt(eh[num], CURLOPT_HEADER, 1L);
84 res_easy_setopt(eh[num], CURLOPT_HTTPHEADER, headers); /* custom Host: */
88 res_multi_add_handle(cm, eh[nu
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/dbus/
H A Ddbus_service.c70 dbus_svc_ErrorHandler eh; member in struct:dbcs_s
178 if( cs->eh != 0L ) (*(cs->eh))("dbus_svc_add_filter: dbus_connection_add_filter failed");
195 if( cs->eh != 0L ) (*(cs->eh))("dbus_svc_add_filter: dbus_bus_add_match failed for %s: %s %s",
218 if( cs->eh != 0L ) (*(cs->eh))("dbus_svc_get_args failed: %s %s",error.name, error.message);
221 if( cs->eh != 0L ) (*(cs->eh))("dbus_svc_get_args failed: dbus_message_get_args_valist failed");
267 if( cs->eh !
923 connection_setup( DBusConnection *connection, DBUS_SVC *dbus, dbus_svc_WatchHandler wh, dbus_svc_ErrorHandler eh, dbus_svc_ErrorHandler dh, void *wh_arg ) argument
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-hppa.c124 elf_link_hash_entry "eh"
211 struct elf_link_hash_entry eh; member in struct:elf32_hppa_link_hash_entry
331 (hh ? hh->eh.root.root.string : "<undef>")
333 #define eh_name(eh) \
334 (eh ? eh->root.root.string : "<undef>")
621 && hh->eh.plt.offset != (bfd_vma) -1
622 && hh->eh.dynindx != -1
625 || !hh->eh.def_regular
626 || hh->eh
988 struct elf_link_hash_entry *eh; local
1636 struct elf_link_hash_entry *eh = NULL; local
1788 elf32_hppa_hide_symbol(struct bfd_link_info *info, struct elf_link_hash_entry *eh, bfd_boolean force_local) argument
1817 elf32_hppa_adjust_dynamic_symbol(struct bfd_link_info *info, struct elf_link_hash_entry *eh) argument
1962 allocate_plt_static(struct elf_link_hash_entry *eh, void *inf) argument
2028 allocate_dynrelocs(struct elf_link_hash_entry *eh, void *inf) argument
2195 clobber_millicode_symbols(struct elf_link_hash_entry *eh, struct bfd_link_info *info) argument
2212 readonly_dynrelocs(struct elf_link_hash_entry *eh, void *inf) argument
3703 struct elf_link_hash_entry *eh; local
4311 elf32_hppa_finish_dynamic_symbol(bfd *output_bfd, struct bfd_link_info *info, struct elf_link_hash_entry *eh, Elf_Internal_Sym *sym) argument
[all...]
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A D10-at-a-time.c101 CURL *eh = curl_easy_init(); local
103 curl_easy_setopt(eh, CURLOPT_WRITEFUNCTION, cb);
104 curl_easy_setopt(eh, CURLOPT_HEADER, 0L);
105 curl_easy_setopt(eh, CURLOPT_URL, urls[i]);
106 curl_easy_setopt(eh, CURLOPT_PRIVATE, urls[i]);
107 curl_easy_setopt(eh, CURLOPT_VERBOSE, 0L);
109 curl_multi_add_handle(cm, eh);
/macosx-10.10.1/libxml2-26/libxml2/python/tests/
H A Dthread2.py49 eh = ErrorHandler() variable
50 libxml2.registerErrorHandler(eh.handler,"")
55 ec = len(eh.errors)
70 if len(eh.errors) != ec+THREADS_COUNT*ec:
85 if len(eh.errors) != ec+THREADS_COUNT*ec*2:
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dthread2.py46 eh = ErrorHandler() variable
47 libxml2.registerErrorHandler(eh.handler,"")
52 ec = len(eh.errors)
67 if len(eh.errors) != ec+THREADS_COUNT*ec:
82 if len(eh.errors) != ec+THREADS_COUNT*ec*2:
/macosx-10.10.1/apache-793/httpd/os/netware/
H A Dutil_nw.c30 event_handle_t eh; variable
66 UnRegisterEventNotification(eh);
103 eh = RegisterForEventNotification(rt, EVENT_DOWN_SERVER,
/macosx-10.10.1/ppp-786.1.1/Drivers/PPPoE/PPPoE-extension/
H A Dpppoe_dlil.c227 struct ether_header *eh; local
233 eh = (struct ether_header *)dest->sa_data;
235 bcopy(eh->ether_dhost, link_layer_dest, sizeof(eh->ether_dhost));
236 *(u_int16_t *)frame_type = eh->ether_type;
287 struct ether_header *eh = (struct ether_header *)header; local
302 pppoe_rfc_lower_input(ifp, packet, (u_char *)header + ETHER_ADDR_LEN, ntohs(eh->ether_type));
313 struct ether_header *eh; local
316 eh = (struct ether_header *)sa.sa_data;
317 (void)bcopy(to, eh
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Did2entry.c103 EntryHeader eh; local
129 eh.bv.bv_val = buf;
130 eh.bv.bv_len = data.size;
131 rc = entry_header( &eh );
134 if ( eh.nvals ) {
142 off = eh.data - eh.bv.bv_val;
143 eh.bv.bv_len = eh.nvals * sizeof( struct berval ) + data.size;
144 eh
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dether_inet_pr_module.c179 struct ether_header *eh = mbuf_pkthdr_header(m); local
193 if (eh->ether_type == htons(ETHERTYPE_IP)) {
198 if (bcmp(eh->ether_shost, etherbroadcastaddr,
200 arp_llreach_set_reachable(mifp, eh->ether_shost,
209 if (eh->ether_type == htons(ETHERTYPE_ARP))
233 const struct ether_header *eh; local
263 eh = (const struct ether_header *)(uintptr_t)(size_t)
265 (void) memcpy(edst, eh->ether_dhost, 6);
266 bcopy(&eh->ether_type, type, sizeof (u_short));
404 struct ether_header *eh; local
[all...]
H A Dether_if_module.c339 struct ether_header *eh = (struct ether_header *)(void *)frame_header; local
340 u_short ether_type = eh->ether_type;
351 if (eh->ether_dhost[0] & 1) {
353 if (_ether_cmp(etherbroadcastaddr, eh->ether_dhost) == 0)
375 if ((eh->ether_dhost[0] & 1) == 0) {
383 if (_ether_cmp(eh->ether_dhost, IF_LLADDR(ifp))) {
520 struct ether_header *eh; local
562 eh = mtod(*m, struct ether_header *);
563 (void) memcpy(&eh->ether_type, ether_type, sizeof(eh
[all...]
H A Dether_inet6_pr_module.c114 struct ether_header *eh = (struct ether_header *)(void *)header; local
117 bcopy(&eh->ether_type, &ether_type, sizeof (ether_type));
131 if (bcmp(eh->ether_shost, etherbroadcastaddr,
133 nd6_llreach_set_reachable(mifp, eh->ether_shost,
138 if (!bcmp(eh->ether_dhost, etherip6allnodes, ETHER_ADDR_LEN)) {
144 bcopy(eh->ether_shost, ip6a->ip6a_ehsrc,
/macosx-10.10.1/Libinfo-459/gen.subproj/
H A Dip6opt.c109 struct ip6_ext *eh = (struct ip6_ext *)CMSG_DATA(cmsg); local
122 if (bp == (u_char *)eh) {
128 off = bp - (u_char *)eh;
148 off = bp - (u_char *)eh;
155 eh->ip6e_len = ((bp - (u_char *)eh) >> 3) - 1;
179 struct ip6_ext *eh = (struct ip6_ext *)CMSG_DATA(cmsg); local
192 if (bp == (u_char *)eh) {
198 off = bp - (u_char *)eh;
214 off = bp - (u_char *)eh;
[all...]
/macosx-10.10.1/libunwind-35.3/testsuite/
H A Dunwind_test_x86_64_disable_compact_frame.s283 .globl _test_no_reg.eh
284 _test_no_reg.eh:
309 .globl _test_rbx.eh
310 _test_rbx.eh:
340 .globl _test_rbx_r12.eh
341 _test_rbx_r12.eh:
373 .globl _test_rbx_r14.eh
374 _test_rbx_r14.eh:
407 .globl _test_rbx_r12_r13.eh
408 _test_rbx_r12_r13.eh
[all...]
H A Dunwind_test_x86_64_unusual.s147 .globl _test_no_reg.eh
148 _test_no_reg.eh:
173 Ltest_rbx.eh:
203 .globl _test_rbx_pad_r12.eh
204 _test_rbx_pad_r12.eh:
238 .globl _test_big_frameless_stack_odd_dwarf.eh
239 _test_big_frameless_stack_odd_dwarf.eh:
257 .globl _test_rbx_same_value.eh
258 _test_rbx_same_value.eh:
284 .globl _test_rbx_same_register.eh
[all...]
H A Dunwind_test_x86_64_frameless.s295 .globl _test_no_reg.eh
296 _test_no_reg.eh:
314 .globl _test_rbx.eh
315 _test_rbx.eh:
335 .globl _test_rbx_r12.eh
336 _test_rbx_r12.eh:
359 .globl _test_rbx_rbp.eh
360 _test_rbx_rbp.eh:
383 .globl _test_rbx_r12_r13.eh
384 _test_rbx_r12_r13.eh
[all...]
H A Dunwind_test_x86_64_frameless_big.s301 .globl _test_no_reg.eh
302 _test_no_reg.eh:
321 .globl _test_rbx.eh
322 _test_rbx.eh:
348 .globl _test_rbx_r12.eh
349 _test_rbx_r12.eh:
372 .globl _test_rbx_rbp.eh
373 _test_rbx_rbp.eh:
396 .globl _test_rbx_r12_r13.eh
397 _test_rbx_r12_r13.eh
[all...]
H A Dunwind_test_x86_unusual.s163 .globl _test_ebx_wrong_slot.eh
164 _test_ebx_wrong_slot.eh:
195 .globl _test_esi_in_ebx.eh
196 _test_esi_in_ebx.eh:
228 .globl _test_edi_pad_ebx.eh
229 _test_edi_pad_ebx.eh:
261 ltest_edi_pad_ebx.eh:
293 .globl _test_coal_ebx_esi_edi.eh
294 _test_coal_ebx_esi_edi.eh:
H A Dunwind_test_x86_disable_compact_frame.s262 .globl _test_no_reg.eh
263 _test_no_reg.eh:
289 .globl _test_ebx.eh
290 _test_ebx.eh:
321 .globl _test_esi.eh
322 _test_esi.eh:
353 .globl _test_edi.eh
354 _test_edi.eh:
384 .globl _test_ebx_esi.eh
385 _test_ebx_esi.eh
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A Dllvm-native-gcc117 run "llc -enable-correct-eh-support -march=c -f -o $GeneratedCode $BCFile";
124 run "llc -enable-correct-eh-support -f -o $GeneratedCode $BCFile";
148 run "llc -enable-correct-eh-support -march=c -f -o $GeneratedCode $BCFile";
151 run "llc -enable-correct-eh-support -f -o $GeneratedCode $BCFile";

Completed in 351 milliseconds

1234