Home
last modified time | relevance | path

Searched refs:check_tag (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/mandoc/
H A Dman_validate.c51 static void check_tag(struct roff_node *, struct roff_node *);
215 check_tag(struct roff_node *n, struct roff_node *nt) in check_tag() function
431 check_tag(n, n->child); in post_IP()
471 check_tag(n, nt); in post_TP()
/freebsd/contrib/bearssl/inc/
H A Dbearssl_aead.h296 uint32_t (*check_tag)(const br_aead_class **cc, const void *tag); member