Home
last modified time | relevance | path

Searched refs:regex_t (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/ComputeLibrary/src/common/cpuinfo/
H A DCpuInfo.cpp102 regex_t proc_regex; in midr_from_proc_cpuinfo()
103 regex_t imp_regex; in midr_from_proc_cpuinfo()
104 regex_t var_regex; in midr_from_proc_cpuinfo()
105 regex_t part_regex; in midr_from_proc_cpuinfo()
106 regex_t rev_regex; in midr_from_proc_cpuinfo()
108 memset(&proc_regex, 0, sizeof(regex_t)); in midr_from_proc_cpuinfo()
109 memset(&imp_regex, 0, sizeof(regex_t)); in midr_from_proc_cpuinfo()
110 memset(&var_regex, 0, sizeof(regex_t)); in midr_from_proc_cpuinfo()
111 memset(&part_regex, 0, sizeof(regex_t)); in midr_from_proc_cpuinfo()
112 memset(&rev_regex, 0, sizeof(regex_t)); in midr_from_proc_cpuinfo()
[all …]
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/
H A Dregex.h20 } regex_t; typedef
52 int regcomp(regex_t *__restrict, const char *__restrict, int);
53 int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int);
54 void regfree(regex_t *);
56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
/aosp_15_r20/external/trusty/musl/include/
Dregex.h20 } regex_t; typedef
52 int regcomp(regex_t *__restrict, const char *__restrict, int);
53 int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int);
54 void regfree(regex_t *);
56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/
H A Dregex.h20 } regex_t; typedef
52 int regcomp(regex_t *__restrict, const char *__restrict, int);
53 int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int);
54 void regfree(regex_t *);
56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/
H A Dregex.h20 } regex_t; typedef
52 int regcomp(regex_t *__restrict, const char *__restrict, int);
53 int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int);
54 void regfree(regex_t *);
56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
/aosp_15_r20/external/libcups/vcnet/regex/
H A Dregex.h15 } regex_t; typedef
23 extern int regcomp(regex_t *, const char *, int);
54 extern size_t regerror(int, const regex_t *, char *, size_t);
58 extern int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
68 extern void regfree(regex_t *);
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/
H A Dregex.h20 } regex_t; typedef
52 int regcomp(regex_t *__restrict, const char *__restrict, int);
53 int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int);
54 void regfree(regex_t *);
56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
/aosp_15_r20/external/musl/include/
H A Dregex.h20 } regex_t; typedef
52 int regcomp(regex_t *__restrict, const char *__restrict, int);
53 int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int);
54 void regfree(regex_t *);
56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.33_x86_x86_64_shared/gen/include/
Dregex.h54 } regex_t; typedef
100 int regcomp(regex_t* __re, const char* __regex, int __flags);
101 size_t regerror(int __error_code, const regex_t* __re, char* __buf, size_t __n);
102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
103 void regfree(regex_t* __re);
/aosp_15_r20/prebuilts/vndk/v32/arm/include/generated-headers/bionic/libc/libc/android_vendor.32_arm_armv7-a-neon_shared/gen/include/
Dregex.h54 } regex_t; typedef
100 int regcomp(regex_t* __re, const char* __regex, int __flags);
101 size_t regerror(int __error_code, const regex_t* __re, char* __buf, size_t __n);
102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
103 void regfree(regex_t* __re);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/bionic/libc/libc/android_vendor.33_arm_armv8-a_shared/gen/include/
Dregex.h54 } regex_t; typedef
100 int regcomp(regex_t* __re, const char* __regex, int __flags);
101 size_t regerror(int __error_code, const regex_t* __re, char* __buf, size_t __n);
102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
103 void regfree(regex_t* __re);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_x86_64_shared/gen/include/
Dregex.h54 } regex_t; typedef
100 int regcomp(regex_t* __re, const char* __regex, int __flags);
101 size_t regerror(int __error_code, const regex_t* __re, char* __buf, size_t __n);
102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
103 void regfree(regex_t* __re);
/aosp_15_r20/prebuilts/vndk/v31/arm/include/generated-headers/bionic/libc/libc/android_vendor.31_arm_armv7-a-neon_shared/gen/include/
Dregex.h54 } regex_t; typedef
100 int regcomp(regex_t* __re, const char* __regex, int __flags);
101 size_t regerror(int __error_code, const regex_t* __re, char* __buf, size_t __n);
102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
103 void regfree(regex_t* __re);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.33_x86_64_shared/gen/include/
Dregex.h54 } regex_t; typedef
100 int regcomp(regex_t* __re, const char* __regex, int __flags);
101 size_t regerror(int __error_code, const regex_t* __re, char* __buf, size_t __n);
102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
103 void regfree(regex_t* __re);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_64_shared/gen/include/
Dregex.h54 } regex_t; typedef
100 int regcomp(regex_t* __re, const char* __regex, int __flags);
101 size_t regerror(int __error_code, const regex_t* __re, char* __buf, size_t __n);
102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
103 void regfree(regex_t* __re);
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/bionic/libc/libc/android_vendor.33_x86_shared/gen/include/
Dregex.h54 } regex_t; typedef
100 int regcomp(regex_t* __re, const char* __regex, int __flags);
101 size_t regerror(int __error_code, const regex_t* __re, char* __buf, size_t __n);
102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
103 void regfree(regex_t* __re);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/bionic/libc/libc/android_vendor.33_arm_armv7-a-neon_shared/gen/include/
Dregex.h54 } regex_t; typedef
100 int regcomp(regex_t* __re, const char* __regex, int __flags);
101 size_t regerror(int __error_code, const regex_t* __re, char* __buf, size_t __n);
102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
103 void regfree(regex_t* __re);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_x86_64_shared/gen/include/
Dregex.h54 } regex_t; typedef
100 int regcomp(regex_t* __re, const char* __regex, int __flags);
101 size_t regerror(int __error_code, const regex_t* __re, char* __buf, size_t __n);
102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
103 void regfree(regex_t* __re);
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/generated-headers/bionic/libc/libc/android_vendor.32_arm_armv8-a_shared/gen/include/
Dregex.h54 } regex_t; typedef
100 int regcomp(regex_t* __re, const char* __regex, int __flags);
101 size_t regerror(int __error_code, const regex_t* __re, char* __buf, size_t __n);
102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
103 void regfree(regex_t* __re);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_shared/gen/include/
Dregex.h54 } regex_t; typedef
100 int regcomp(regex_t* __re, const char* __regex, int __flags);
101 size_t regerror(int __error_code, const regex_t* __re, char* __buf, size_t __n);
102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
103 void regfree(regex_t* __re);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/generated-headers/bionic/libc/libc/android_vendor.31_arm64_armv8-a_shared/gen/include/
Dregex.h54 } regex_t; typedef
100 int regcomp(regex_t* __re, const char* __regex, int __flags);
101 size_t regerror(int __error_code, const regex_t* __re, char* __buf, size_t __n);
102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
103 void regfree(regex_t* __re);
/aosp_15_r20/bionic/tests/headers/posix/
H A Dregex_h.c34 TYPE(regex_t); in regex_h()
35 STRUCT_MEMBER(regex_t, size_t, re_nsub); in regex_h()
65 FUNCTION(regcomp, int (*f)(regex_t*, const char*, int)); in regex_h()
66 FUNCTION(regerror, size_t (*f)(int, const regex_t*, char*, size_t)); in regex_h()
67 FUNCTION(regexec, int (*f)(const regex_t*, const char*, size_t, regmatch_t*, int)); in regex_h()
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/bionic/libc/libc/android_vendor.33_arm64_armv8-a_shared/gen/include/
Dregex.h54 } regex_t; typedef
100 int regcomp(regex_t* __re, const char* __regex, int __flags);
101 size_t regerror(int __error_code, const regex_t* __re, char* __buf, size_t __n);
102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
103 void regfree(regex_t* __re);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_64_shared/gen/include/
Dregex.h54 } regex_t; typedef
100 int regcomp(regex_t* __re, const char* __regex, int __flags);
101 size_t regerror(int __error_code, const regex_t* __re, char* __buf, size_t __n);
102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
103 void regfree(regex_t* __re);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/generated-headers/bionic/libc/libc/android_vendor.31_arm_armv8-a_shared/gen/include/
Dregex.h54 } regex_t; typedef
100 int regcomp(regex_t* __re, const char* __regex, int __flags);
101 size_t regerror(int __error_code, const regex_t* __re, char* __buf, size_t __n);
102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int…
103 void regfree(regex_t* __re);

12345678910>>...15