/external/clang/test/CodeGen/ |
2009-05-22-callingconv.c | 3 typedef void re_string_t; typedef 6 static reg_errcode_t re_string_construct (re_string_t *pstr, const char *str, 12 re_string_t *pstr;
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regex_internal.h | 362 struct re_string_t struct 417 typedef struct re_string_t re_string_t; typedef in typeref:struct:re_string_t 431 static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr, 435 static void build_wcs_buffer (re_string_t *pstr) internal_function; 436 static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr) 439 static void build_upper_buffer (re_string_t *pstr) internal_function; 440 static void re_string_translate_buffer (re_string_t *pstr) internal_function; 441 static unsigned int re_string_context_at (const re_string_t *input, Idx idx, 611 re_string_t input [all...] |
regex_internal.c | 24 re_string_t *pstr, 43 re_string_allocate (re_string_t *pstr, const char *str, Idx len, Idx init_len, 71 re_string_construct (re_string_t *pstr, const char *str, Idx len, 75 memset (pstr, '\0', sizeof (re_string_t)); 134 re_string_realloc_buffers (re_string_t *pstr, Idx new_buf_len) 174 re_string_construct_common (const char *str, Idx len, re_string_t *pstr, 206 build_wcs_buffer (re_string_t *pstr) 274 build_wcs_upper_buffer (re_string_t *pstr) 490 re_string_skip_chars (re_string_t *pstr, Idx new_raw_idx, wint_t *last_wc) 532 build_upper_buffer (re_string_t *pstr [all...] |
regcomp.c | 58 static Idx fetch_number (re_string_t *input, re_token_t *token, 60 static int peek_token (re_token_t *token, re_string_t *input, 62 static bin_tree_t *parse (re_string_t *regexp, regex_t *preg, 64 static bin_tree_t *parse_reg_exp (re_string_t *regexp, regex_t *preg, 67 static bin_tree_t *parse_branch (re_string_t *regexp, regex_t *preg, 70 static bin_tree_t *parse_expression (re_string_t *regexp, regex_t *preg, 73 static bin_tree_t *parse_sub_exp (re_string_t *regexp, regex_t *preg, 76 static bin_tree_t *parse_dup_op (bin_tree_t *dup_elem, re_string_t *regexp, 79 static bin_tree_t *parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, 83 re_string_t *regexp [all...] |
regexec.c | 191 const re_string_t *input, Idx idx) [all...] |