/minix3/external/bsd/mdocml/dist/ |
H A D | mdoc_html.c | 357 struct htmlpair tag; in print_mdoc() local 492 struct htmlpair tag[3]; in mdoc_root_post() local 524 struct htmlpair tag[3]; in mdoc_root_pre() local 575 struct htmlpair tag; in mdoc_sh_pre() local 606 struct htmlpair tag; in mdoc_ss_pre() local 638 struct htmlpair tag; in mdoc_fl_pre() local 663 struct htmlpair tag; in mdoc_nd_pre() local 680 struct htmlpair tag; in mdoc_nm_pre() local 731 struct htmlpair tag[2]; in mdoc_xr_pre() local 778 struct htmlpair tag; in mdoc_ar_pre() local [all …]
|
H A D | man_html.c | 161 struct htmlpair tag; in print_man() local 308 struct htmlpair tag[3]; in man_root_pre() local 356 struct htmlpair tag[3]; in man_root_post() local 391 struct htmlpair tag; in man_br_pre() local 417 struct htmlpair tag; in man_SH_pre() local 504 struct htmlpair tag; in man_SS_pre() local 568 struct htmlpair tag; in man_HP_pre() local 598 struct htmlpair tag; in man_OP_pre() local 677 struct htmlpair tag; in man_RS_pre() local 700 struct htmlpair tag[2]; in man_UR_pre() local
|
H A D | tbl_html.c | 54 struct htmlpair tag; in html_tblopen() local 94 struct htmlpair tag; in print_tbl() local
|
/minix3/sys/dev/ |
H A D | dev_verbose.h | 33 #define DEV_VERBOSE_COMMON_DEFINE(tag) \ argument 53 #define DEV_VERBOSE_MODULE_DEFINE(tag, deps) \ argument 86 #define DEV_VERBOSE_DECLARE(tag) \ argument 91 #define DEV_VERBOSE_DEFINE(tag) \ argument 136 #define DEV_VERBOSE_DEFINE(tag) \ argument
|
/minix3/lib/libintl/ |
H A D | sysdep.c | 45 const char *tag; member 50 #define T_(tag) { #tag, tag, sizeof (tag)-1 } argument 212 cmp_sysdep_tag(const void *tag, const void *elem) in cmp_sysdep_tag() 220 __intl_sysdep_get_string_by_tag(const char *tag, size_t *rlen) in __intl_sysdep_get_string_by_tag()
|
/minix3/external/bsd/less/dist/ |
H A D | tags.c | 63 struct tag { struct 64 struct tag *next, *prev; /* List links */ argument 65 char *tag_file; /* Source file containing the tag */ argument 66 LINENUM tag_linenum; /* Appropriate line number in source file */ argument 67 char *tag_pattern; /* Pattern used to find the tag */ argument 68 char tag_endline; /* True if the pattern includes '$' */ argument 173 findtag(tag) in findtag() argument 269 findctag(tag) in findctag() argument 474 findgtag(tag, type) in findgtag() argument 705 getentry(buf, tag, file, line) in getentry() argument
|
/minix3/external/bsd/libevent/dist/ |
H A D | event_tagging.c | 175 evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag) in evtag_encode_tag() 251 evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, in evtag_marshal() 260 evtag_marshal_buffer(struct evbuffer *evbuf, ev_uint32_t tag, in evtag_marshal_buffer() 271 evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag, ev_uint32_t integer) in evtag_marshal_int() 282 evtag_marshal_int64(struct evbuffer *evbuf, ev_uint32_t tag, in evtag_marshal_int64() 294 evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag, const char *string) in evtag_marshal_string() 301 evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag, struct timeval *tv) in evtag_marshal_timeval() 482 ev_uint32_t tag; in evtag_unmarshal_int() local 508 ev_uint32_t tag; in evtag_unmarshal_int64() local 536 ev_uint32_t tag; in evtag_unmarshal_fixed() local [all …]
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | block-args.c | 50 struct tag { struct 53 typedef struct tag array_ty[1]; argument
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 108 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() 197 : ProgramPoint(B, BlockEntranceKind, L, tag) { in ProgramPoint() argument 242 const ProgramPointTag *tag) in StmtPoint() 267 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() argument 284 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() argument 289 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() argument 293 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument 308 : PostStmt(S, PostConditionKind, L, tag) {} in PostStmt() argument 322 ProgramPoint::Kind K, const ProgramPointTag *tag) in LocationCheck() 337 : LocationCheck(S, L, PreLoadKind, tag) {} in LocationCheck() argument [all …]
|
/minix3/external/bsd/libc++/dist/libcxx/test/iterators/iterator.primitives/std.iterator.tags/ |
H A D | output_iterator_tag.pass.cpp | 19 std::output_iterator_tag tag; in main() local
|
H A D | input_iterator_tag.pass.cpp | 19 std::input_iterator_tag tag; in main() local
|
H A D | bidirectional_iterator_tag.pass.cpp | 19 std::bidirectional_iterator_tag tag; in main() local
|
H A D | forward_iterator_tag.pass.cpp | 19 std::forward_iterator_tag tag; in main() local
|
H A D | random_access_iterator_tag.pass.cpp | 19 std::random_access_iterator_tag tag; in main() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/iterators/iterator.primitives/std.iterator.tags/ |
H A D | forward_iterator_tag.pass.cpp | 19 std::forward_iterator_tag tag; in main() local
|
H A D | random_access_iterator_tag.pass.cpp | 19 std::random_access_iterator_tag tag; in main() local
|
H A D | bidirectional_iterator_tag.pass.cpp | 19 std::bidirectional_iterator_tag tag; in main() local
|
H A D | input_iterator_tag.pass.cpp | 19 std::input_iterator_tag tag; in main() local
|
H A D | output_iterator_tag.pass.cpp | 19 std::output_iterator_tag tag; in main() local
|
/minix3/external/bsd/libarchive/dist/libarchive/test/ |
H A D | test_acl_basic.c | 39 int tag; /* Owner, User, Owning group, group, other, etc. */ member 93 acl_match(struct acl_t *acl, int type, int permset, int tag, int qual, const char *name) in acl_match() 126 int type, permset, tag, qual; in compare_acls() local
|
H A D | test_acl_pax.c | 265 int tag; /* Owner, User, Owning group, group, other, etc. */ member 319 acl_match(struct acl_t *acl, int type, int permset, int tag, int qual, const char *name) in acl_match() 348 int type, permset, tag, qual; in compare_acls() local
|
/minix3/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A D | a_bytes.c | 74 int inf, tag, xclass; in d2i_ASN1_type_bytes() local 129 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass) in i2d_ASN1_bytes() 164 int inf, tag, xclass; in d2i_ASN1_bytes() local
|
H A D | asn1t.h | 290 # define ASN1_EX_TEMPLATE_TYPE(flags, tag, name, type) { \ argument 298 # define ASN1_EX_TYPE(flags, tag, stname, field, type) { \ argument 304 # define ASN1_EX_COMBINE(flags, tag, type) { \ argument 309 # define ASN1_IMP_EX(stname, field, type, tag, ex) \ argument 312 # define ASN1_EXP_EX(stname, field, type, tag, ex) \ argument 331 # define ASN1_IMP(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, 0) argument 334 # define ASN1_IMP_OPT(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_OPT… argument 338 # define ASN1_EXP(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, 0) argument 339 # define ASN1_EXP_OPT(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPT… argument 359 # define ASN1_IMP_SET_OF(stname, field, type, tag) \ argument [all …]
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | literal-operators.cpp | 5 struct tag { struct
|
/minix3/minix/drivers/usb/usb_storage/ |
H A D | bulk.c | 15 init_cbw(mass_storage_cbw * cbw, unsigned int tag) in init_cbw()
|