Home
last modified time | relevance | path

Searched defs:term_end (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dqlog.c517 const char *p, *term_end, *end; member
543 const char *p = lex->term_end, *end = lex->end, *term_end; in lex_do() local
599 const char *p = lex->p, *term_end = lex->term_end, *s; in lex_extract_to() local
/freebsd/contrib/mandoc/
H A Dterm.c81 term_end(struct termp *p) in term_end() function