Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 202) sorted by relevance

123456789

/minix3/external/bsd/mdocml/dist/
H A Dmdoc_html.c357 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 Dman_html.c161 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 Dtbl_html.c54 struct htmlpair tag; in html_tblopen() local
94 struct htmlpair tag; in print_tbl() local
/minix3/sys/dev/
H A Ddev_verbose.h33 #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 Dsysdep.c45 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 Dtags.c63 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 Devent_tagging.c175 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 Dblock-args.c50 struct tag { struct
53 typedef struct tag array_ty[1]; argument
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h108 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 Doutput_iterator_tag.pass.cpp19 std::output_iterator_tag tag; in main() local
H A Dinput_iterator_tag.pass.cpp19 std::input_iterator_tag tag; in main() local
H A Dbidirectional_iterator_tag.pass.cpp19 std::bidirectional_iterator_tag tag; in main() local
H A Dforward_iterator_tag.pass.cpp19 std::forward_iterator_tag tag; in main() local
H A Drandom_access_iterator_tag.pass.cpp19 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 Dforward_iterator_tag.pass.cpp19 std::forward_iterator_tag tag; in main() local
H A Drandom_access_iterator_tag.pass.cpp19 std::random_access_iterator_tag tag; in main() local
H A Dbidirectional_iterator_tag.pass.cpp19 std::bidirectional_iterator_tag tag; in main() local
H A Dinput_iterator_tag.pass.cpp19 std::input_iterator_tag tag; in main() local
H A Doutput_iterator_tag.pass.cpp19 std::output_iterator_tag tag; in main() local
/minix3/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_acl_basic.c39 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 Dtest_acl_pax.c265 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 Da_bytes.c74 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 Dasn1t.h290 # 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 Dliteral-operators.cpp5 struct tag { struct
/minix3/minix/drivers/usb/usb_storage/
H A Dbulk.c15 init_cbw(mass_storage_cbw * cbw, unsigned int tag) in init_cbw()

123456789