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

  /external/pcre/
pcreposix.h 101 } regex_t; typedef in typeref:struct:__anon9180
136 PCREPOSIX_EXP_DECL int regcomp(regex_t *, const char *, int);
137 PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
139 PCREPOSIX_EXP_DECL size_t regerror(int, const regex_t *, char *, size_t);
140 PCREPOSIX_EXP_DECL void regfree(regex_t *);
  /bionic/libc/include/
regex.h 53 } regex_t; typedef in typeref:struct:__anon35
99 int regcomp(regex_t *, const char *, int);
100 size_t regerror(int, const regex_t *, char *, size_t);
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
102 void regfree(regex_t *);
  /development/ndk/platforms/android-8/include/
regex.h 53 } regex_t; typedef in typeref:struct:__anon1185
99 int regcomp(regex_t *, const char *, int);
100 size_t regerror(int, const regex_t *, char *, size_t);
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
102 void regfree(regex_t *);
  /ndk/sources/host-tools/ndk-stack/regex/
regex.h 57 } regex_t; typedef in typeref:struct:__anon16993
103 int regcomp(regex_t *, const char *, int);
104 size_t regerror(int, const regex_t *, char *, size_t);
105 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
106 void regfree(regex_t *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
regex.h 53 } regex_t; typedef in typeref:struct:__anon23374
99 int regcomp(regex_t *, const char *, int);
100 size_t regerror(int, const regex_t *, char *, size_t);
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
102 void regfree(regex_t *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
regex.h 53 } regex_t; typedef in typeref:struct:__anon23804
99 int regcomp(regex_t *, const char *, int);
100 size_t regerror(int, const regex_t *, char *, size_t);
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
102 void regfree(regex_t *);
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
regex.h 53 } regex_t; typedef in typeref:struct:__anon24210
99 int regcomp(regex_t *, const char *, int);
100 size_t regerror(int, const regex_t *, char *, size_t);
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
102 void regfree(regex_t *);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
regex.h 53 } regex_t; typedef in typeref:struct:__anon25170
99 int regcomp(regex_t *, const char *, int);
100 size_t regerror(int, const regex_t *, char *, size_t);
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
102 void regfree(regex_t *);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
regex.h 53 } regex_t; typedef in typeref:struct:__anon25185
99 int regcomp(regex_t *, const char *, int);
100 size_t regerror(int, const regex_t *, char *, size_t);
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
102 void regfree(regex_t *);
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 523 typedef struct re_pattern_buffer regex_t;
663 extern int regcomp (regex_t *_Restrict_ __preg,
667 extern int regexec (const regex_t *_Restrict_ __preg,
672 extern size_t regerror (int __errcode, const regex_t *_Restrict_ __preg,
675 extern void regfree (regex_t *__preg);
520 typedef struct re_pattern_buffer regex_t; typedef in typeref:struct:re_pattern_buffer
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h 410 typedef struct re_pattern_buffer regex_t;
542 extern int regcomp (regex_t *__restrict __preg,
546 extern int regexec (const regex_t *__restrict __preg,
551 extern size_t regerror (int __errcode, const regex_t *__restrict __preg,
554 extern void regfree (regex_t *__preg);
407 typedef struct re_pattern_buffer regex_t; typedef in typeref:struct:re_pattern_buffer

Completed in 1225 milliseconds