Searched refs:__expr_ptr (Results 1 – 1 of 1) sorted by relevance
117 regex_t *__expr_ptr; in compile() local131 __expr_ptr = (regex_t *) expbuf; in compile()134 __expr_ptr->__REPB_PREFIX (buffer) = expbuf + sizeof (regex_t); in compile()135 __expr_ptr->__REPB_PREFIX (allocated) in compile()136 = endbuf - (char *) __expr_ptr->__REPB_PREFIX (buffer); in compile()174 __error = regcomp (__expr_ptr, __input_buffer, REG_NEWLINE); in compile()207 RETURN ((char *) (__expr_ptr->__REPB_PREFIX (buffer) in compile()208 + __expr_ptr->__REPB_PREFIX (used))); in compile()
Completed in 3 milliseconds