Home
last modified time | relevance | path

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

12345678910>>...64

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A Dmodule.modulemap2 module MICmdArgContext { header "MICmdArgContext.h" export * }
3 module MICmdArgSet { header "MICmdArgSet.h" export * }
4 module MICmdArgValBase { header "MICmdArgValBase.h" export * }
15 module MICmdBase { header "MICmdBase.h" export * }
25 module MICmdCmd { header "MICmdCmd.h" export * }
36 module MICmdData { header "MICmdData.h" export * }
40 module MICmdMgr { header "MICmdMgr.h" export * }
42 module MICmnBase { header "MICmnBase.h" export * }
51 module MICmnLog { header "MICmnLog.h" export * }
67 module MIDriver { header "MIDriver.h" export * }
[all …]
/freebsd-12.1/contrib/libc++/include/
H A Dmodule.modulemap5 header "__config"
20 header "ctype.h"
41 header "math.h"
219 header "any"
223 header "array"
232 header "bit"
305 header "ios"
335 header "list"
344 header "map"
357 header "new"
[all …]
/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dib_ud_header.c337 memset(header, 0, sizeof *header); in ib_ud_header_init()
379 header->ip4.tot_len = in ib_ud_header_init()
389 header->udp.length = in ib_ud_header_init()
427 if (header->lrh_present) { in ib_ud_header_pack()
487 buf, &header->lrh); in ib_ud_header_unpack()
498 header->grh_present = 0; in ib_ud_header_unpack()
502 header->grh_present = 1; in ib_ud_header_unpack()
504 buf, &header->grh); in ib_ud_header_unpack()
526 buf, &header->bth); in ib_ud_header_unpack()
548 buf, &header->deth); in ib_ud_header_unpack()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/
H A Dmodule.modulemap32 textual header "CodeGen/DIEValue.def"
182 header "Pass.h"
183 header "PassSupport.h"
184 header "PassAnalysisSupport.h"
201 header "IR/Attributes.h"
231 header "IR/Intrinsics.h"
252 textual header "IR/Metadata.def"
253 textual header "IR/Value.def"
318 header "Support/TargetRegistry.h"
365 header "Support/ConvertUTF.h"
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dmodule.modulemap14 // OS-specific header for us.
16 module Debug { header "Host/Debug.h" export * }
17 module Editline { header "Host/Editline.h" export * }
19 module File { header "Host/File.h" export * }
22 module Host { header "Host/Host.h" export * }
24 module HostInfo { header "Host/HostInfo.h" export * }
39 module Pipe { header "Host/Pipe.h" export * }
46 module Socket { header "Host/Socket.h" export * }
52 module Time { header "Host/Time.h" export * }
53 module XML { header "Host/XML.h" export * }
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dmodule.modulemap27 header "altivec.h"
34 header "arm_acle.h"
40 header "arm_neon.h"
41 header "arm_fp16.h"
50 header "immintrin.h"
58 header "x86intrin.h"
86 header "cpuid.h"
90 header "mmintrin.h"
135 header "mm3dnow.h"
149 header "s390intrin.h"
[all …]
/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Deh_throw.cc47 __terminate (header->terminateHandler); in __gxx_exception_cleanup()
49 if (header->exceptionDestructor) in __gxx_exception_cleanup()
50 header->exceptionDestructor (header + 1); in __gxx_exception_cleanup()
52 __cxa_free_exception (header + 1); in __gxx_exception_cleanup()
61 header->exceptionType = tinfo; in __cxa_throw()
62 header->exceptionDestructor = dest; in __cxa_throw()
64 header->terminateHandler = __terminate_handler; in __cxa_throw()
75 __cxa_begin_catch (&header->unwindHeader); in __cxa_throw()
88 if (header) in __cxa_rethrow()
94 header->handlerCount = -header->handlerCount; in __cxa_rethrow()
[all …]
H A Deh_catch.cc64 globals->caughtExceptions = header; in __cxa_begin_catch()
71 int count = header->handlerCount; in __cxa_begin_catch()
78 header->handlerCount = count; in __cxa_begin_catch()
81 if (header != prev) in __cxa_begin_catch()
83 header->nextException = prev; in __cxa_begin_catch()
84 globals->caughtExceptions = header; in __cxa_begin_catch()
99 __cxa_exception *header = globals->caughtExceptions; in __cxa_end_catch() local
103 if (!header) in __cxa_end_catch()
115 int count = header->handlerCount; in __cxa_end_catch()
121 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
[all …]
H A Deh_arm.cc97 header->propagationCount++; in __cxa_begin_cleanup()
100 if (header->propagationCount == 1) in __cxa_begin_cleanup()
103 globals->propagatingExceptions = header; in __cxa_begin_cleanup()
113 globals->propagatingExceptions = header; in __cxa_begin_cleanup()
124 __cxa_exception *header; in __gnu_end_cleanup() local
127 header = globals->propagatingExceptions; in __gnu_end_cleanup()
130 if (!header) in __gnu_end_cleanup()
135 header->propagationCount--; in __gnu_end_cleanup()
136 if (header->propagationCount == 0) in __gnu_end_cleanup()
140 header->nextPropagatingException = NULL; in __gnu_end_cleanup()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/
H A Dmodule.modulemap20 textual header "AST/BuiltinTypes.def"
21 textual header "AST/OperationKinds.def"
22 textual header "AST/TypeLocNodes.def"
23 textual header "AST/TypeNodes.def"
36 textual header "Basic/BuiltinsARM.def"
37 textual header "Basic/Builtins.def"
43 textual header "Basic/BuiltinsPPC.def"
51 textual header "Basic/Features.def"
59 textual header "Basic/Sanitizers.def"
61 textual header "Basic/X86Target.def"
[all …]
/freebsd-12.1/contrib/file/src/
H A Dis_tar.c102 if (nbytes < sizeof(*header)) in is_tar()
105 recsum = from_oct(header->header.chksum, sizeof(header->header.chksum)); in is_tar()
108 p = header->charptr; in is_tar()
109 ep = header->charptr + sizeof(*header); in is_tar()
114 for (i = 0; i < sizeof(header->header.chksum); i++) in is_tar()
115 sum -= header->header.chksum[i]; in is_tar()
116 sum += ' ' * sizeof(header->header.chksum); in is_tar()
121 if (strncmp(header->header.magic, GNUTMAGIC, in is_tar()
122 sizeof(header->header.magic)) == 0) in is_tar()
125 if (strncmp(header->header.magic, TMAGIC, in is_tar()
[all …]
/freebsd-12.1/sys/netgraph/
H A Dng_message.h68 } header; member
406 (rsp)->header.token = (msg)->header.token; \
407 (rsp)->header.typecookie = (msg)->header.typecookie; \
408 (rsp)->header.cmd = (msg)->header.cmd; \
409 bcopy((msg)->header.cmdstr, (rsp)->header.cmdstr, \
424 (copy)->header.arglen = (msg)->header.arglen; \
425 (copy)->header.token = (msg)->header.token; \
426 (copy)->header.typecookie = (msg)->header.typecookie; \
427 (copy)->header.cmd = (msg)->header.cmd; \
428 (copy)->header.flags = (msg)->header.flags; \
[all …]
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cpio.c591 const char *header; in header_newc() local
604 header = (const char *)h; in header_newc()
767 const char *header; in header_odc() local
791 header = (const char *)h; in header_odc()
833 const char *header; in header_afiol() local
844 header = (const char *)h; in header_afiol()
875 const unsigned char *header; in header_bin_le() local
891 archive_entry_set_dev(entry, header[bin_dev_offset] + header[bin_dev_offset + 1] * 256); in header_bin_le()
899 *namelength = header[bin_namesize_offset] + header[bin_namesize_offset + 1] * 256; in header_bin_le()
914 const unsigned char *header; in header_bin_be() local
[all …]
/freebsd-12.1/share/mk/
H A Dbsd.incs.mk41 .for header in ${${group}}
42 .if defined(${group}OWN_${header:T}) || defined(${group}GRP_${header:T}) || \
43 defined(${group}MODE_${header:T}) || defined(${group}DIR_${header:T}) || \
52 ${group}NAME_${header:T}?= ${header:T}
54 STAGE_AS_SETS+= ${header:T}
55 STAGE_AS_${header:T}= ${${group}NAME_${header:T}}
57 STAGE_DIR.${header:T}= ${STAGE_OBJTOP}${${group}DIR_${header:T}}
58 stage_as.${header:T}: ${header}
59 stage_includes: stage_as.${header:T}
62 _${group}INS_${header:T}: ${header}
[all …]
/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-loop-ch.c59 if (header->aux) in should_duplicate_loop_header_p()
63 if (single_succ_p (header)) in should_duplicate_loop_header_p()
71 if (header != loop->header && !single_pred_p (header)) in should_duplicate_loop_header_p()
74 last = last_stmt (header); in should_duplicate_loop_header_p()
111 stmt = last_and_only_stmt (loop->header); in do_while_loop_p()
129 basic_block header; in copy_loop_headers() local
156 header = loop->header; in copy_loop_headers()
178 exit = EDGE_SUCC (header, 0); in copy_loop_headers()
180 exit = EDGE_SUCC (header, 1); in copy_loop_headers()
181 bbs[n_bbs++] = header; in copy_loop_headers()
[all …]
/freebsd-12.1/sys/fs/ext2fs/
H A Dext2_extattr.c288 header = EXT2_HDR(bp); in ext2_extattr_block_list()
289 if (header->h_magic != EXTATTR_MAGIC || header->h_blocks != 1) { in ext2_extattr_block_list()
430 if (header->h_magic != EXTATTR_MAGIC || header->h_blocks != 1) { in ext2_extattr_block_get()
640 if (header->h_magic != EXTATTR_MAGIC || header->h_refcount == 1) in ext2_extattr_block_clone()
654 header->h_refcount--; in ext2_extattr_block_clone()
690 if (header->h_magic != EXTATTR_MAGIC || header->h_blocks != 1) { in ext2_extattr_block_delete()
973 EXT2_IFIRST(header), entry, (char *)header + max_size, uio); in ext2_extattr_inode_set()
1083 if (header->h_magic != EXTATTR_MAGIC || header->h_blocks != 1) { in ext2_extattr_block_set()
1188 header->h_hash = 0; in ext2_extattr_block_set()
1189 memset(header->h_reserved, 0, sizeof(header->h_reserved)); in ext2_extattr_block_set()
[all …]
/freebsd-12.1/contrib/apr-util/include/private/
H A Dapu_config.h.in40 /* Define to 1 if you have the <iconv.h> header file. */
43 /* Define to 1 if you have the <inttypes.h> header file. */
49 /* Define to 1 if you have the <lber.h> header file. */
61 /* Define to 1 if you have the <memory.h> header file. */
64 /* Define to 1 if you have the <mysql.h> header file. */
79 /* Define to 1 if you have the <my_sys.h> header file. */
85 /* Define to 1 if you have the <nss.h> header file. */
94 /* Define to 1 if you have the <oci.h> header file. */
118 /* Define to 1 if you have the <sql.h> header file. */
133 /* Define to 1 if you have the <sybdb.h> header file. */
[all …]
/freebsd-12.1/tools/tools/hcomp/
H A Dhcomp.pl43 my $header;
50 $header = join('', <FILE>);
54 $header =~ s|/\*.*?\*/||gs;
55 $header =~ s|//.*$||gm;
63 $header =~ s|^\s+||s;
64 $header =~ s|^\s+||gm;
65 $header =~ s|\s+$||s;
66 $header =~ s|\s+$||gm;
67 $header =~ s|\n+|\n|gs;
68 $header =~ s|[ \t]+| |gm;
[all …]
/freebsd-12.1/tests/sys/fs/fusefs/
H A Ddev_fuse_poll.cc156 in.header.nodeid == foo_ino); in TEST_F()
167 out.header.unique = in.header.unique; in TEST_F()
168 out.header.error = -EIO; in TEST_F()
169 out.header.len = sizeof(out.header); in TEST_F()
175 (in.header.nodeid == bar_ino || in TEST_F()
182 out.header.unique = in.header.unique; in TEST_F()
183 out.header.error = -EIO; in TEST_F()
184 out.header.len = sizeof(out.header); in TEST_F()
196 out.header.unique = in.header.unique; in TEST_F()
197 out.header.error = -EIO; in TEST_F()
[all …]
H A Dutils.cc194 out.header.len = sizeof(out.header); in expect_destroy()
195 out.header.unique = in.header.unique; in expect_destroy()
196 out.header.error = -error; in expect_destroy()
206 in.header.nodeid == ino); in expect_flush()
235 in.header.nodeid == ino); in expect_getattr()
288 in.header.nodeid == ino); in expect_open()
294 out.header.len = sizeof(out.header); in expect_open()
321 out.header.len = sizeof(out.header); in expect_opendir()
364 out.header.error = 0; in expect_readdir()
365 out.header.len = 0; in expect_readdir()
[all …]
H A Dinterrupt.cc123 in.header.nodeid == ino); in expect_read()
141 in.header.nodeid == ino); in expect_write()
257 out1->header.unique = in.header.unique; in TEST_F()
259 out1->header.len = sizeof(out1->header); in TEST_F()
315 out0->header.unique = in.header.unique; in TEST_F()
317 out0->header.len = sizeof(out0->header); in TEST_F()
341 out0->header.unique = in.header.unique; in TEST_F()
572 out0->header.len = sizeof(out0->header); in TEST_F()
608 out0->header.len = sizeof(out0->header); in TEST_F()
704 out.header.len = sizeof(out.header); in TEST_F()
[all …]
/freebsd-12.1/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
65 stage_files.${group}: ${header}
[all …]
/freebsd-12.1/crypto/openssl/crypto/pem/
H A Dpem_lib.c492 if ((header == NULL) || (*header == '\0') || (*header == '\n')) in PEM_get_EVP_CIPHER_INFO()
500 header += strspn(header, " \t"); in PEM_get_EVP_CIPHER_INFO()
502 if (*header++ != '4' || *header++ != ',') in PEM_get_EVP_CIPHER_INFO()
504 header += strspn(header, " \t"); in PEM_get_EVP_CIPHER_INFO()
513 header += strspn(header, " \t\r"); in PEM_get_EVP_CIPHER_INFO()
528 header += strspn(header, " \t"); in PEM_get_EVP_CIPHER_INFO()
535 header += strcspn(header, " \t,"); in PEM_get_EVP_CIPHER_INFO()
536 c = *header; in PEM_get_EVP_CIPHER_INFO()
537 *header = '\0'; in PEM_get_EVP_CIPHER_INFO()
539 *header = c; in PEM_get_EVP_CIPHER_INFO()
[all …]
/freebsd-12.1/sys/i386/bios/
H A Dsmapi.c141 ptr = (u_int8_t *)header; in smapi_header_cksum()
225 sc->header->prot32_offset); in smapi_attach()
237 sc->header->length, in smapi_attach()
238 sc->header->checksum); in smapi_attach()
240 sc->header->information, in smapi_attach()
249 sc->header->real16_segment, in smapi_attach()
250 sc->header->real16_offset); in smapi_attach()
253 sc->header->prot16_segment, in smapi_attach()
254 sc->header->prot16_offset); in smapi_attach()
257 sc->header->prot32_segment, in smapi_attach()
[all …]
/freebsd-12.1/lib/libnetgraph/
H A Dmsg.c74 msg.header.version = NG_VERSION; in NgSendMsg()
75 msg.header.typecookie = cookie; in NgSendMsg()
77 msg.header.flags = NGF_ORIG; in NgSendMsg()
78 msg.header.cmd = cmd; in NgSendMsg()
84 return (msg.header.token); in NgSendMsg()
126 sizeof(ascii->header.cmdstr) - 1); in NgSendAsciiMsg()
146 binary->header.version = NG_VERSION; in NgSendAsciiMsg()
152 token = binary->header.token; in NgSendAsciiMsg()
169 rep.header.flags = NGF_RESP; in NgSendReplyMsg()
206 msg->header.arglen = arglen; in NgDeliverMsg()
[all …]

12345678910>>...64