Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dregexp.h102 compile (char *__restrict instring, char *__restrict expbuf, in compile() argument
123 expbuf += __req; in compile()
124 expbuf -= (expbuf - ((char *) 0)) % __req; in compile()
125 if (endbuf < expbuf + sizeof (regex_t)) in compile()
129 __expr_ptr = (regex_t *) expbuf; in compile()
132 __expr_ptr->buffer = expbuf + sizeof (regex_t); in compile()