Home
last modified time | relevance | path

Searched refs:header (Results 1 – 25 of 1149) sorted by relevance

12345678910>>...46

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Deh_throw.cc36 __cxa_refcounted_exception *header in __gxx_exception_cleanup() local
44 __terminate (header->exc.terminateHandler); in __gxx_exception_cleanup()
46 if (__gnu_cxx::__eh_atomic_dec (&header->referenceCount)) in __gxx_exception_cleanup()
48 if (header->exc.exceptionDestructor) in __gxx_exception_cleanup()
49 header->exc.exceptionDestructor (header + 1); in __gxx_exception_cleanup()
51 __cxa_free_exception (header + 1); in __gxx_exception_cleanup()
61 __cxa_refcounted_exception *header in __cxa_init_primary_exception() local
63 header->referenceCount = 0; in __cxa_init_primary_exception()
64 header->exc.exceptionType = tinfo; in __cxa_init_primary_exception()
65 header->exc.exceptionDestructor = dest; in __cxa_init_primary_exception()
[all …]
H A Deh_catch.cc46 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject); in __cxa_begin_catch() local
53 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_begin_catch()
59 globals->caughtExceptions = header; in __cxa_begin_catch()
66 int count = header->handlerCount; in __cxa_begin_catch()
73 header->handlerCount = count; in __cxa_begin_catch()
76 if (header != prev) in __cxa_begin_catch()
78 header->nextException = prev; in __cxa_begin_catch()
79 globals->caughtExceptions = header; in __cxa_begin_catch()
84 PROBE2 (catch, objectp, header->exceptionType); in __cxa_begin_catch()
97 __cxa_exception *header = globals->caughtExceptions; in __cxa_end_catch() local
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Deh_throw.cc36 __cxa_refcounted_exception *header in __gxx_exception_cleanup() local
44 __terminate (header->exc.terminateHandler); in __gxx_exception_cleanup()
47 if (__atomic_sub_fetch (&header->referenceCount, 1, __ATOMIC_ACQ_REL) == 0) in __gxx_exception_cleanup()
50 if (header->exc.exceptionDestructor) in __gxx_exception_cleanup()
51 header->exc.exceptionDestructor (header + 1); in __gxx_exception_cleanup()
53 __cxa_free_exception (header + 1); in __gxx_exception_cleanup()
68 __cxa_refcounted_exception *header in __cxa_throw() local
70 header->referenceCount = 1; in __cxa_throw()
71 header->exc.exceptionType = tinfo; in __cxa_throw()
72 header->exc.exceptionDestructor = dest; in __cxa_throw()
[all …]
H A Deh_catch.cc46 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject); in __cxa_begin_catch() local
53 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_begin_catch()
59 globals->caughtExceptions = header; in __cxa_begin_catch()
66 int count = header->handlerCount; in __cxa_begin_catch()
73 header->handlerCount = count; in __cxa_begin_catch()
76 if (header != prev) in __cxa_begin_catch()
78 header->nextException = prev; in __cxa_begin_catch()
79 globals->caughtExceptions = header; in __cxa_begin_catch()
94 __cxa_exception *header = globals->caughtExceptions; in __cxa_end_catch() local
98 if (!header) in __cxa_end_catch()
[all …]
H A Deh_arm.cc100 __cxa_exception *header = __get_exception_header_from_ue(ue_header); in __cxa_begin_cleanup() local
101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup()
106 header->propagationCount++; in __cxa_begin_cleanup()
109 if (header->propagationCount == 1) in __cxa_begin_cleanup()
111 header->nextPropagatingException = globals->propagatingExceptions; in __cxa_begin_cleanup()
112 globals->propagatingExceptions = header; in __cxa_begin_cleanup()
122 globals->propagatingExceptions = header; in __cxa_begin_cleanup()
133 __cxa_exception *header; in __gnu_end_cleanup() local
136 header = globals->propagatingExceptions; in __gnu_end_cleanup()
139 if (!header) in __gnu_end_cleanup()
[all …]
/dflybsd-src/contrib/file/src/
H A Dis_tar.c103 const union record *header = RCAST(const union record *, in is_tar() local
110 if (nbytes < sizeof(*header)) in is_tar()
117 memchr(header->header.name, 0, sizeof(header->header.name))); in is_tar()
118 if (nulp != NULL && nulp >= header->header.name + sizeof(gpkg_match) && in is_tar()
123 recsum = from_oct(header->header.chksum, sizeof(header->header.chksum)); in is_tar()
126 p = header->charptr; in is_tar()
127 ep = header->charptr + sizeof(*header); in is_tar()
132 for (i = 0; i < sizeof(header->header.chksum); i++) in is_tar()
133 sum -= header->header.chksum[i]; in is_tar()
134 sum += ' ' * sizeof(header->header.chksum); in is_tar()
[all …]
/dflybsd-src/sys/netgraph7/
H A Dng_message.h80 } header; member
398 (msg)->header.version = NG_VERSION; \
399 (msg)->header.typecookie = (cookie); \
400 (msg)->header.cmd = (cmdid); \
401 (msg)->header.arglen = (len); \
402 strncpy((msg)->header.cmdstr, #cmdid, \
403 sizeof((msg)->header.cmdstr) - 1); \
416 (rsp)->header.version = NG_VERSION; \
417 (rsp)->header.arglen = (len); \
418 (rsp)->header.token = (msg)->header.token; \
[all …]
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cpio.c597 const char *header; in header_newc() local
610 header = (const char *)h; in header_newc()
612 if (memcmp(header + newc_magic_offset, "070701", 6) == 0) { in header_newc()
615 } else if (memcmp(header + newc_magic_offset, "070702", 6) == 0) { in header_newc()
623 (dev_t)atol16(header + newc_devmajor_offset, newc_devmajor_size)); in header_newc()
625 (dev_t)atol16(header + newc_devminor_offset, newc_devminor_size)); in header_newc()
626 archive_entry_set_ino(entry, atol16(header + newc_ino_offset, newc_ino_size)); in header_newc()
628 (mode_t)atol16(header + newc_mode_offset, newc_mode_size)); in header_newc()
629 archive_entry_set_uid(entry, atol16(header + newc_uid_offset, newc_uid_size)); in header_newc()
630 archive_entry_set_gid(entry, atol16(header + newc_gid_offset, newc_gid_size)); in header_newc()
[all …]
H A Darchive_read_support_format_tar.c168 const struct archive_entry_header_gnutar *header, size_t *);
361 const struct archive_entry_header_ustar *header; in archive_read_format_tar_bid() local
387 header = (const struct archive_entry_header_ustar *)h; in archive_read_format_tar_bid()
390 if ((memcmp(header->magic, "ustar\0", 6) == 0) in archive_read_format_tar_bid()
391 && (memcmp(header->version, "00", 2) == 0)) in archive_read_format_tar_bid()
395 if ((memcmp(header->magic, "ustar ", 6) == 0) in archive_read_format_tar_bid()
396 && (memcmp(header->version, " \0", 2) == 0)) in archive_read_format_tar_bid()
400 if (header->typeflag[0] != 0 && in archive_read_format_tar_bid()
401 !( header->typeflag[0] >= '0' && header->typeflag[0] <= '9') && in archive_read_format_tar_bid()
402 !( header->typeflag[0] >= 'A' && header->typeflag[0] <= 'Z') && in archive_read_format_tar_bid()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-ch.c48 should_duplicate_loop_header_p (basic_block header, struct loop *loop, in should_duplicate_loop_header_p() argument
56 if (header->aux) in should_duplicate_loop_header_p()
66 gcc_assert (EDGE_COUNT (header->succs) > 0); in should_duplicate_loop_header_p()
67 if (single_succ_p (header)) in should_duplicate_loop_header_p()
69 if (flow_bb_inside_loop_p (loop, EDGE_SUCC (header, 0)->dest) in should_duplicate_loop_header_p()
70 && flow_bb_inside_loop_p (loop, EDGE_SUCC (header, 1)->dest)) in should_duplicate_loop_header_p()
75 if (header != loop->header && !single_pred_p (header)) in should_duplicate_loop_header_p()
78 last = last_stmt (header); in should_duplicate_loop_header_p()
84 for (bsi = gsi_start_bb (header); !gsi_end_p (bsi); gsi_next (&bsi)) in should_duplicate_loop_header_p()
118 stmt = last_and_only_stmt (loop->header); in do_while_loop_p()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-ch.c48 should_duplicate_loop_header_p (basic_block header, struct loop *loop, in should_duplicate_loop_header_p() argument
54 gcc_assert (!header->aux); in should_duplicate_loop_header_p()
66 header->index); in should_duplicate_loop_header_p()
70 gcc_assert (EDGE_COUNT (header->succs) > 0); in should_duplicate_loop_header_p()
71 if (single_succ_p (header)) in should_duplicate_loop_header_p()
76 header->index); in should_duplicate_loop_header_p()
80 if (flow_bb_inside_loop_p (loop, EDGE_SUCC (header, 0)->dest) in should_duplicate_loop_header_p()
81 && flow_bb_inside_loop_p (loop, EDGE_SUCC (header, 1)->dest)) in should_duplicate_loop_header_p()
92 if (header != loop->header && !single_pred_p (header)) in should_duplicate_loop_header_p()
97 header->index); in should_duplicate_loop_header_p()
[all …]
H A Dcfgloop.c95 FOR_EACH_EDGE (e, ei, loop->header->preds) in get_loop_latch_edges()
97 if (dominated_by_p (CDI_DOMINATORS, e->src, loop->header)) in get_loop_latch_edges()
117 if (! loop || ! loop->header) in flow_loop_dump()
122 fprintf (file, ";; header %d, ", loop->header->index); in flow_loop_dump()
232 flow_loop_nodes_find (basic_block header, struct loop *loop) in flow_loop_nodes_find() argument
239 header->loop_father = loop; in flow_loop_nodes_find()
241 FOR_EACH_EDGE (latch, latch_ei, loop->header->preds) in flow_loop_nodes_find()
244 || !dominated_by_p (CDI_DOMINATORS, latch->src, loop->header)) in flow_loop_nodes_find()
377 root->header = ENTRY_BLOCK_PTR_FOR_FN (fn); in init_loops_structure()
388 bb_loop_header_p (basic_block header) in bb_loop_header_p() argument
[all …]
/dflybsd-src/sys/netgraph/
H A Dng_message.h72 } header; member
283 (msg)->header.version = NG_VERSION; \
284 (msg)->header.typecookie = (cookie); \
285 (msg)->header.cmd = (cmdid); \
286 (msg)->header.arglen = (len); \
287 strncpy((msg)->header.cmdstr, #cmdid, \
288 sizeof((msg)->header.cmdstr) - 1); \
301 (rsp)->header.version = NG_VERSION; \
302 (rsp)->header.arglen = (len); \
303 (rsp)->header.token = (msg)->header.token; \
[all …]
/dflybsd-src/contrib/bmake/mk/
H A Dinc.mk49 .for header in ${${group}:O:u}
50 ${group}_INSTALL_OWN.${header:T} ?= ${${group}_INSTALL_OWN}
51 ${group}DIR.${header:T} ?= ${${group}DIR}
52 inc_mkdir_list += ${${group}DIR.${header:T}}
54 .if defined(${group}NAME.${header:T})
56 STAGE_AS_${header} = ${${group}NAME.${header:T}}
57 stage_as.${group}: ${header}
59 incinstall: incinstall.${group}.${header:T}
60 incinstall.${group}.${header:T}: ${header} inc_mkdirs
61 …Y} ${${group}_INSTALL_OWN.${header:T}} -m ${INCMODE} ${.ALLSRC:Ninc_mkdirs} ${DESTDIR}${${group}DI…
[all …]
/dflybsd-src/share/mk/
H A Dbsd.incs.mk28 .for header in ${${group}}
29 .if defined(${group}OWN_${header:T}) || defined(${group}GRP_${header:T}) || \
30 defined(${group}MODE_${header:T}) || defined(${group}DIR_${header:T}) || \
31 defined(${group}NAME_${header:T})
32 ${group}OWN_${header:T}?= ${${group}OWN}
33 ${group}GRP_${header:T}?= ${${group}GRP}
34 ${group}MODE_${header:T}?= ${${group}MODE}
35 ${group}DIR_${header:T}?= ${${group}DIR}
37 ${group}NAME_${header:T}?= ${${group}NAME}
39 ${group}NAME_${header:T}?= ${header:T}
[all …]
/dflybsd-src/contrib/lvm2/dist/lib/misc/
H A Dconfigure.h.in45 /* Define to 1 if you have the <asm/byteorder.h> header file. */
48 /* Define to 1 if you have the <assert.h> header file. */
54 /* Define to 1 if you have the <ccs.h> header file. */
57 /* Define to 1 if you have the <corosync/confdb.h> header file. */
60 /* Define to 1 if you have the <ctype.h> header file. */
63 /* Define to 1 if you have the <dirent.h> header file. */
66 /* Define to 1 if you have the <dlfcn.h> header file. */
75 /* Define to 1 if you have the <errno.h> header file. */
78 /* Define to 1 if you have the <fcntl.h> header file. */
96 /* Define to 1 if you have the <getopt.h> header file. */
[all …]
/dflybsd-src/contrib/cryptsetup/po/
H A DRules-quot3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin…
5 .SUFFIXES: .insert-header .po-update-en
15 .insert-header.po-update-en:
23 …--no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UT…
39 en@quot.insert-header: insert-header.sin
40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
42 en@boldquot.insert-header: insert-header.sin
43 …sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert…
47 rm -f *.insert-header
/dflybsd-src/lib/libnetgraph/
H A Dmsg.c72 msg.header.version = NG_VERSION; in NgSendMsg()
73 msg.header.typecookie = cookie; in NgSendMsg()
76 msg.header.token = gMsgId; in NgSendMsg()
77 msg.header.flags = NGF_ORIG; in NgSendMsg()
78 msg.header.cmd = cmd; in NgSendMsg()
79 snprintf(msg.header.cmdstr, NG_CMDSTRSIZ, "cmd%d", cmd); in NgSendMsg()
84 return (msg.header.token); in NgSendMsg()
128 strncpy(ascii->header.cmdstr, cmd, sizeof(ascii->header.cmdstr) - 1); in NgSendAsciiMsg()
130 ascii->header.arglen = strlen(ascii->data) + 1; in NgSendAsciiMsg()
135 (u_char *)ascii, sizeof(*ascii) + ascii->header.arglen) < 0) in NgSendAsciiMsg()
[all …]
H A Ddebug.c199 NGLOGX(" vers %d", msg->header.version); in _NgDebugMsg()
200 NGLOGX(" arglen %d", msg->header.arglen); in _NgDebugMsg()
201 NGLOGX(" flags %u", msg->header.flags); in _NgDebugMsg()
202 NGLOGX(" token %u", msg->header.token); in _NgDebugMsg()
204 NgCookie(msg->header.typecookie), msg->header.typecookie); in _NgDebugMsg()
220 arglen = msg->header.arglen; in _NgDebugMsg()
224 bin->header.arglen = arglen; in _NgDebugMsg()
231 NGM_BINARY2ASCII, bin, sizeof(*bin) + bin->header.arglen) < 0) { in _NgDebugMsg()
244 NGLOGX(" cmd %s (%d)", bin->header.cmdstr, bin->header.cmd); in _NgDebugMsg()
252 NGLOGX(" cmd %d", msg->header.cmd); in _NgDebugMsg()
[all …]
/dflybsd-src/lib/libnetgraph7/
H A Dmsg.c72 msg.header.version = NG_VERSION; in NgSendMsg()
73 msg.header.typecookie = cookie; in NgSendMsg()
76 msg.header.token = gMsgId; in NgSendMsg()
77 msg.header.flags = NGF_ORIG; in NgSendMsg()
78 msg.header.cmd = cmd; in NgSendMsg()
79 snprintf((char *)msg.header.cmdstr, NG_CMDSTRSIZ, "cmd%d", cmd); in NgSendMsg()
84 return (msg.header.token); in NgSendMsg()
125 strncpy((char *)ascii->header.cmdstr, cmd, in NgSendAsciiMsg()
126 sizeof(ascii->header.cmdstr) - 1); in NgSendAsciiMsg()
128 ascii->header.arglen = strlen(ascii->data) + 1; in NgSendAsciiMsg()
[all …]
/dflybsd-src/contrib/gcc-4.7/libssp/
H A Dconfig.h.in3 /* Define to 1 if you have the <alloca.h> header file. */
6 /* Define to 1 if you have the <dlfcn.h> header file. */
9 /* Define to 1 if you have the <fcntl.h> header file. */
15 /* Define to 1 if you have the <inttypes.h> header file. */
18 /* Define to 1 if you have the <limits.h> header file. */
21 /* Define to 1 if you have the <malloc.h> header file. */
27 /* Define to 1 if you have the <memory.h> header file. */
33 /* Define to 1 if you have the <paths.h> header file. */
36 /* Define to 1 if you have the <stdint.h> header file. */
39 /* Define to 1 if you have the <stdio.h> header file. */
[all …]
/dflybsd-src/crypto/libressl/crypto/pem/
H A Dpem_lib.c286 char *nm = NULL, *header = NULL; in PEM_bytes_read_bio() local
292 if (!PEM_read_bio(bp, &nm, &header, &data, &len)) { in PEM_bytes_read_bio()
301 free(header); in PEM_bytes_read_bio()
304 if (!PEM_get_EVP_CIPHER_INFO(header, &cipher)) in PEM_bytes_read_bio()
320 free(header); in PEM_bytes_read_bio()
488 PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher) in PEM_get_EVP_CIPHER_INFO() argument
492 char **header_pp = &header; in PEM_get_EVP_CIPHER_INFO()
495 if ((header == NULL) || (*header == '\0') || (*header == '\n')) in PEM_get_EVP_CIPHER_INFO()
497 if (strncmp(header, "Proc-Type: ", 11) != 0) { in PEM_get_EVP_CIPHER_INFO()
501 header += 11; in PEM_get_EVP_CIPHER_INFO()
[all …]
/dflybsd-src/contrib/pam_passwdqc/
H A Dpasswdqc_filter.c58 if (read_loop(flt->fd, &flt->header, sizeof(flt->header)) != sizeof(flt->header) || in passwdqc_filter_open()
59 passwdqc_filter_verify_header(&flt->header) || in passwdqc_filter_open()
60 …flt->header.hash_id < PASSWDQC_FILTER_HASH_MIN || flt->header.hash_id > PASSWDQC_FILTER_HASH_MAX || in passwdqc_filter_open()
61 (size_t)lseek(flt->fd, 0, SEEK_END) != sizeof(flt->header) + (flt->header.capacity << 2)) { in passwdqc_filter_open()
81 if (lseek(flt->fd, sizeof(flt->header) + (uint64_t)i * sizeof(p), SEEK_SET) < 0 || in check()
87 if (n > flt->header.bucket_size) in check()
92 if (passwdqc_filter_f_eq(u.slots[j], f, flt->header.bucket_size)) { in check()
98 retval = (n < flt->header.threshold) ? 0 : 2; in check()
113 switch (flt->header.hash_id) { in passwdqc_filter_lookup()
126 uint32_t nbuckets = (uint32_t)(flt->header.capacity >> 2); in passwdqc_filter_lookup()
/dflybsd-src/usr.sbin/mpsutil/
H A Dmps_cmd.c288 MPI2_CONFIG_PAGE_HEADER *header, U16 *IOCStatus) in mps_read_config_page_header() argument
309 if (header == NULL) in mps_read_config_page_header()
311 *header = reply.Header; in mps_read_config_page_header()
316 …U8 ExtPageType, U8 PageNumber, U32 PageAddress, MPI2_CONFIG_PAGE_HEADER *header, U16 *ExtPageLengt… in mps_read_ext_config_page_header() argument
338 if ((header == NULL) || (ExtPageLength == NULL)) in mps_read_ext_config_page_header()
340 *header = reply.Header; in mps_read_ext_config_page_header()
350 MPI2_CONFIG_PAGE_HEADER header; in mps_read_config_page() local
355 bzero(&header, sizeof(header)); in mps_read_config_page()
357 PageAddress, &header, IOCStatus); in mps_read_config_page()
367 req.Header = header; in mps_read_config_page()
[all …]
/dflybsd-src/sys/dev/misc/ipmi/
H A Dipmi_smbios.c179 struct smbios_eps *header; in ipmi_smbios_probe() local
196 header = pmap_mapbios(addr, sizeof(struct smbios_eps)); in ipmi_smbios_probe()
197 table = pmap_mapbios(addr, header->length); in ipmi_smbios_probe()
198 pmap_unmapbios((vm_offset_t)header, sizeof(struct smbios_eps)); in ipmi_smbios_probe()
199 header = table; in ipmi_smbios_probe()
200 if (smbios_cksum(header) != 0) { in ipmi_smbios_probe()
201 pmap_unmapbios((vm_offset_t)header, header->length); in ipmi_smbios_probe()
206 table = pmap_mapbios(header->structure_table_address, in ipmi_smbios_probe()
207 header->structure_table_length); in ipmi_smbios_probe()
208 smbios_walk_table(table, header->number_structures, smbios_ipmi_info, in ipmi_smbios_probe()
[all …]

12345678910>>...46