HomeSort by relevance Sort by last modified time
    Searched refs:__expr_ptr (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regexp.h 116 regex_t *__expr_ptr; local
130 __expr_ptr = (regex_t *) expbuf;
133 __expr_ptr->__REPB_PREFIX (buffer) = expbuf + sizeof (regex_t);
134 __expr_ptr->__REPB_PREFIX (allocated)
135 = endbuf - (char *) __expr_ptr->__REPB_PREFIX (buffer);
173 __error = regcomp (__expr_ptr, __input_buffer, REG_NEWLINE);
206 RETURN ((char *) (__expr_ptr->__REPB_PREFIX (buffer)
207 + __expr_ptr->__REPB_PREFIX (used)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regexp.h 116 regex_t *__expr_ptr; local
130 __expr_ptr = (regex_t *) expbuf;
133 __expr_ptr->__REPB_PREFIX (buffer) = expbuf + sizeof (regex_t);
134 __expr_ptr->__REPB_PREFIX (allocated)
135 = endbuf - (char *) __expr_ptr->__REPB_PREFIX (buffer);
173 __error = regcomp (__expr_ptr, __input_buffer, REG_NEWLINE);
206 RETURN ((char *) (__expr_ptr->__REPB_PREFIX (buffer)
207 + __expr_ptr->__REPB_PREFIX (used)));

Completed in 1018 milliseconds