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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regexp.h 115 regex_t *__expr_ptr; local
129 __expr_ptr = (regex_t *) expbuf;
132 __expr_ptr->buffer = expbuf + sizeof (regex_t);
133 __expr_ptr->allocated = endbuf - (char *) __expr_ptr->buffer;
168 __error = regcomp (__expr_ptr, __input_buffer, REG_NEWLINE);
201 RETURN ((char *) (__expr_ptr->buffer + __expr_ptr->used));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 115 regex_t *__expr_ptr; local
129 __expr_ptr = (regex_t *) expbuf;
132 __expr_ptr->buffer = expbuf + sizeof (regex_t);
133 __expr_ptr->allocated = endbuf - (char *) __expr_ptr->buffer;
168 __error = regcomp (__expr_ptr, __input_buffer, REG_NEWLINE);
201 RETURN ((char *) (__expr_ptr->buffer + __expr_ptr->used));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 115 regex_t *__expr_ptr; local
129 __expr_ptr = (regex_t *) expbuf;
132 __expr_ptr->buffer = expbuf + sizeof (regex_t);
133 __expr_ptr->allocated = endbuf - (char *) __expr_ptr->buffer;
168 __error = regcomp (__expr_ptr, __input_buffer, REG_NEWLINE);
201 RETURN ((char *) (__expr_ptr->buffer + __expr_ptr->used));

Completed in 54 milliseconds