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

  /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...]

Completed in 30 milliseconds