Searched refs:type (Results 1 - 25 of 6116) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c123 uint64_t type; /* section type */ member in struct:section
138 } type; /* dump type */ member in struct:dumpop
147 int type; member in struct:symver
280 static const char *elf_type(unsigned int type);
330 uint32_t type, const char *buf, size_t sz);
622 elf_type(unsigned int type) argument
626 switch (type) {
633 if (type >
3011 uint32_t type; local
3094 uint32_t type; local
3542 uint32_t type, prop_sz; local
3703 uint32_t type; member in struct:note_desc
3720 dump_notes_data(struct readelf *re, const char *name, uint32_t type, const char *buf, size_t sz) argument
[all...]
/freebsd-11-stable/tools/build/mk/
H A DOptionalObsoleteFiles.inc1840 -type d \! -path "${DESTDIR}/usr/lib/debug/boot/*" \
1843 \! -type d \! -path "${DESTDIR}/usr/lib/debug/boot/*" \! -name "lib*.so*" \
1845 DEBUG_LIBS!=find ${DESTDIR}/usr/lib/debug \! -type d -name "lib*.so*" \
4693 LIB32_DIRS!=find ${DESTDIR}/usr/lib32 -type d \
4695 LIB32_FILES!=find ${DESTDIR}/usr/lib32 \! -type d \
4697 LIB32_LIBS!=find ${DESTDIR}/usr/lib32 \! -type d \
4705 DEBUG_LIB32_DIRS!=find ${DESTDIR}/usr/lib/debug/usr/lib32 -type d \
4707 DEBUG_LIB32_FILES!=find ${DESTDIR}/usr/lib/debug/usr/lib32 \! -type d \
4709 DEBUG_LIB32_LIBS!=find ${DESTDIR}/usr/lib/debug/usr/lib32 \! -type d \
6649 MAN_FILES!=find ${DESTDIR}/usr/share/man ${DESTDIR}/usr/share/openssl/man -type
[all...]
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c1418 const char *pathname, long t, long nsec, char type, int recent)
1443 switch (type) {
1469 switch (type) {
1473 default: fprintf(stderr, "INTERNAL: Bad type %c for file time", type);
1477 switch (type) {
1487 default: fprintf(stderr, "INTERNAL: Bad type %c for file time", type);
1495 if (type == 'b') return (1); /* Generic POSIX doesn't have birthtime */
1497 if (type
1417 assertion_file_time(const char *file, int line, const char *pathname, long t, long nsec, char type, int recent) argument
3299 archive_test_acl_match(struct archive_test_acl_t *acl, int type, int permset, int tag, int qual, const char *name) argument
3339 int type, permset, tag, qual; local
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c65 enum { DATA, HOLE, END } type; member in struct:sparse
132 while (s->type != END) {
133 if (s->type == HOLE) {
292 while (cur->type != END) {
298 while (s->type != END) {
299 if (s->type == HOLE) {
356 assert(sparse->type == HOLE);
368 if (assert(sparse->type == HOLE)) {
378 if (sparse->type == HOLE) {
391 } else if (sparse->type
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_7zip.c312 /* Set default compression type and its level. */
754 * the compression type for encoding the header.
1163 make_time(struct archive_write *a, uint8_t type, unsigned flg, int ti) argument
1176 r = enc_uint64(a, type);
1192 r = enc_uint64(a, type);
H A Darchive_read_support_format_tar.c962 int64_t type; local
985 /* Leading octal number indicates ACL type and number of entries. */
987 type = 0;
994 type <<= 3;
995 type += *p - '0';
996 if (type > 077777777) {
1003 switch ((int)type & ~0777777) {
1014 "Malformed Solaris ACL attribute (unsupported type %o)",
1015 (int)type);
1214 /* Handle the tar type fla
1810 pax_attribute_acl(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const char *value, int type) argument
[all...]
H A Darchive_read_support_format_rar5.c163 int type; member in struct:filter_info
659 switch(flt->type) {
668 flt->type == FILTER_E8E9);
678 "Unsupported filter type: 0x%x", flt->type);
1220 "Unsupported hash type (0x%x)", (int) hash_type);
1427 /* Unknown redir type, skip it. */
1624 /* Intentional type cast from unsigned to signed. */
1999 "Unsupported extra type (0x%x)",
2234 "Header type erro
[all...]
H A Darchive_read_support_format_rar.c161 char type; member in struct:rar_header
H A Darchive_read_support_format_mtree.c154 /* ISO C allows time_t to be a floating-point type,
155 but POSIX requires an integer type. The following
487 "tags", "time", "type", NULL
1281 * Check for a mismatch between the type in the specification
1282 * and the type of the contents object on disk.
1324 " type for %s",
1389 * Couldn't open the entry, stat it or the on-disk type
1421 "Missing type keyword in mtree specification");
1525 const char *digest, int type)
1531 switch (type) {
1524 parse_digest(struct archive_read *a, struct archive_entry *entry, const char *digest, int type) argument
[all...]
H A Darchive_read_support_format_7zip.c1101 delta_opt.type = LZMA_DELTA_TYPE_BYTE;
2126 int type; local
2137 type = *p;
2139 if (type == kNumUnPackStream) {
2153 type = *p;
2179 if (type == kSize) {
2189 if (type == kSize) {
2192 type = *p;
2206 if (type == kCRC) {
2236 type
2406 int type; local
2679 read_Times(struct archive_read *a, struct _7z_header_info *h, int type) argument
[all...]
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.c948 const char *type; local
953 type = "DHCPOFFER";
957 type = "DHCPNACK";
961 type = "DHCPACK";
972 note("%s from %s rejected.", type, piaddr(ap->addr));
2274 error("unexpected msg type %u", hdr.code);
/freebsd-11-stable/lib/libfetch/
H A Dftp.c211 ftp_filename(const char *file, int *len, int *type) argument
220 if (*len > 7 && strncmp(s + *len - 7, ";type=", 6) == 0) {
221 *type = s[*len - 1];
224 *type = '\0';
337 * Set transfer mode and data type
340 ftp_mode_type(conn_t *conn, int mode, int type) argument
372 switch (type) {
375 type = 'I';
379 type = 'A';
383 type
403 int filenamelen, type; local
626 int filenamelen, type; local
[all...]
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c132 int type; variable
599 type = TYPE_A;
1733 if (type == TYPE_A) {
1813 if (type == TYPE_A) {
1982 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf);
2037 type == TYPE_A ? "ASCII" : "BINARY", name, sizebuf);
2079 switch (type) {
2214 reply(550, "Unimplemented TYPE %d in send_data.", type);
2243 switch (type) {
2339 reply(550, "Unimplemented TYPE %d in receive_data.", type);
[all...]
H A Dextern.h94 extern int type;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp69 /// EmitAggLoadOfLValue - Given an expression with aggregate type that
81 void EmitFinalDestCopy(QualType type, const LValue &src,
83 void EmitFinalDestCopy(QualType type, RValue src);
84 void EmitCopy(QualType type, const AggValueSlot &dest,
216 /// EmitAggLoadOfLValue - Given an expression with aggregate type that
222 // If the type of the l-value is atomic, then do an atomic load.
231 /// True if the given aggregate type requires special GC API calls.
244 // Check whether the type has an object member.
311 void AggExprEmitter::EmitFinalDestCopy(QualType type, RValue src) { argument
313 LValue srcLV = CGF.MakeAddrLValue(src.getAggregateAddress(), type);
318 EmitFinalDestCopy(QualType type, const LValue &src, ExprValueKind SrcValueKind) argument
359 EmitCopy(QualType type, const AggValueSlot &dest, const AggValueSlot &src) argument
1380 QualType type = LV.getType(); local
1419 QualType type = lv.getType(); local
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c2688 int type, len; local
2695 * Is it an actual recognised ICMP error type?
2706 type = ic->icmp_type;
4374 /* type(I) - type of log entry to create */
4376 /* Creates a state table log entry using the state structure and type info. */
4381 ipf_state_log(softc, is, type)
4384 u_int type;
4396 ipsl.isl_type = type;
4467 int type; local
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c745 lp->hdr.type = NG_HCI_CMD_PKT;
935 "%s: %s - invalid link type=%d\n",
1035 "%s: %s - invalid link type=%d, handle=%d\n",
1185 "%s: %s - invalid link type=%d\n",
1292 "%s: %s - invalid link type=%d\n",
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp861 // a destination type that is wider than the source, and nor does
1469 //// temporary - rewrite interface to use type
1726 /// specified value type.
1730 // Map v4i64 to QQ registers but do not make the type legal. Similarly map
2996 // This function is only supposed to be called for i64 type argument.
2998 && "LowerWRITE_REGISTER called for non-i64 type argument.");
3389 // any type wanting greater alignment requirements than 4 bytes. We also
4399 assert(Op.getValueType() == MVT::i32 && "Unsupported value type");
4468 // Let legalize expand this if it isn't a legal type yet.
4515 // Let legalize expand this if it isn't a legal type ye
6426 isVMOVModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, unsigned SplatBitSize, SelectionDAG &DAG, const SDLoc &dl, EVT &VT, bool is128Bits, VMOVModImmType type) argument
[all...]
/freebsd-11-stable/tests/sys/netgraph/
H A Dutil.h46 char const *type, char const *hook2,
H A Dutil.c87 char const *type, char const *hook2,
94 strncpy(p.type, type, sizeof(p.type));
86 _ng_mkpeer(char const *path1, char const *hook1, char const *type, char const *hook2, char const *file, size_t line) argument
/freebsd-11-stable/sys/netinet/
H A Dip_input.c385 "type HHOOK_TYPE_IPSEC_IN, id HHOOK_IPSEC_INET: "
391 "type HHOOK_TYPE_IPSEC_OUT, id HHOOK_IPSEC_INET: "
958 int error, type = 0, code = 0, mtu = 0; local
1068 type = ICMP_REDIRECT;
1084 if (type)
1103 /* type, code set above */
1111 type = ICMP_UNREACH;
1116 type = ICMP_UNREACH;
1146 icmp_error(mcopy, type, code, dest.s_addr, mtu);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h274 #define container_of(ptr, type, member) \
276 const __typeof(((type *)0)->member) *__p = (ptr); \
277 (type *)((uintptr_t)__p - offsetof(type, member)); \
453 #define min_t(type, x, y) ({ \
454 type __min1 = (x); \
455 type __min2 = (y); \
458 #define max_t(type, x, y) ({ \
459 type __max1 = (x); \
460 type __max
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c150 0, /* undefined data link type */
236 char *type);
244 int ng_make_node(const char *type, node_p *nodepp);
249 /* Our own netgraph malloc type */
407 Parse type definitions for generic messages
410 /* Handy structure parse type defining macro */
431 ng_generic_list_getLength(const struct ng_parse_type *type, argument
439 ng_generic_linkinfo_getLength(const struct ng_parse_type *type, argument
447 /* Array type for a variable length array of struct namelist */
457 /* Array type fo
596 struct ng_type *type; local
641 ng_make_node_common(struct ng_type *type, node_p *nodepp) argument
1326 struct ng_type *type; local
1544 ng_mkpeer(node_p node, const char *name, const char *name2, char *type) argument
2744 struct ng_type *type; local
2986 ng_alloc_item(int type, int flags) argument
3058 ng_realloc_item(item_p pitem, int type, int flags) argument
3094 struct ng_type *const type = data; local
[all...]
H A Dng_parse.c104 static int ng_parse_composite(const struct ng_parse_type *type,
107 static int ng_unparse_composite(const struct ng_parse_type *type,
110 static int ng_get_composite_elem_default(const struct ng_parse_type *type,
113 static int ng_get_composite_len(const struct ng_parse_type *type,
117 ng_parse_type *type, int index, enum comptype ctype);
118 static int ng_parse_get_elem_pad(const struct ng_parse_type *type,
144 * Convert an ASCII string to binary according to the supplied type descriptor
147 ng_parse(const struct ng_parse_type *type, argument
150 return INVOKE(type, parse)(type, strin
157 ng_unparse(const struct ng_parse_type *type, const u_char *data, char *cbuf, int cbuflen) argument
169 ng_parse_getDefault(const struct ng_parse_type *type, u_char *buf, int *buflen) argument
184 ng_struct_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
192 ng_struct_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
199 ng_struct_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
209 ng_struct_getAlign(const struct ng_parse_type *type) argument
238 ng_fixedarray_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
247 ng_fixedarray_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
255 ng_fixedarray_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
265 ng_fixedarray_getAlign(const struct ng_parse_type *type) argument
287 ng_array_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
295 ng_array_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
302 ng_array_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
312 ng_array_getAlign(const struct ng_parse_type *type) argument
334 ng_int8_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
353 ng_int8_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
385 ng_int8_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
399 ng_int8_getAlign(const struct ng_parse_type *type) argument
429 ng_int16_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
449 ng_int16_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
481 ng_int16_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
495 ng_int16_getAlign(const struct ng_parse_type *type) argument
525 ng_int32_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
548 ng_int32_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
580 ng_int32_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
594 ng_int32_getAlign(const struct ng_parse_type *type) argument
624 ng_int64_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
643 ng_int64_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
675 ng_int64_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
689 ng_int64_getAlign(const struct ng_parse_type *type) argument
719 ng_string_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
737 ng_string_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
756 ng_string_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
782 ng_fixedstring_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
806 ng_fixedstring_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
819 ng_fixedstring_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
886 ng_sizedstring_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
909 ng_sizedstring_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
929 ng_sizedstring_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
954 ng_ipaddr_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
975 ng_ipaddr_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
991 ng_ipaddr_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
1018 ng_enaddr_parse(const struct ng_parse_type *type, const char *s, int *const off, const u_char *const start, u_char *const buf, int *const buflen) argument
1045 ng_enaddr_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
1075 ng_parse_bytearray_subtype_getLength(const struct ng_parse_type *type, const u_char *start, const u_char *buf) argument
1095 ng_bytearray_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
1133 ng_bytearray_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
1144 ng_bytearray_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
1170 ng_parse_ng_mesg_getLength(const struct ng_parse_type *type, const u_char *start, const u_char *buf) argument
1201 ng_parse_composite(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen, const enum comptype ctype) argument
1378 ng_unparse_composite(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen, const enum comptype ctype) argument
1471 ng_get_composite_elem_default(const struct ng_parse_type *type, int index, const u_char *const start, u_char *buf, int *buflen, const enum comptype ctype) argument
1517 ng_get_composite_len(const struct ng_parse_type *type, const u_char *const start, const u_char *buf, const enum comptype ctype) argument
1558 ng_get_composite_etype(const struct ng_parse_type *type, int index, const enum comptype ctype) argument
1596 ng_parse_get_elem_pad(const struct ng_parse_type *type, int index, enum comptype ctype, int posn) argument
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h258 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
334 ** The type for a callback function.
442 #define SQLITE_MISMATCH 20 /* Data type mismatch */
849 ** point to an integer (type int) containing the new chunk-size to use
955 ** of type "[sqlite3_vfs] **". This opcodes will set *X
989 ** to the connection's busy-handler callback. The argument is of type (void**)
991 ** to a function of type (int (*)(void *)). In order to invoke the connection's
1009 ** The argument is a pointer to a value of type sqlite3_int64 that
1181 ** abstract type for a mutex object. The SQLite core never looks
1278 ** The file I/O implementation can use the object type flag
[all...]

Completed in 323 milliseconds

1234567891011>>