Searched refs:regex_t (Results 1 – 7 of 7) sorted by relevance
/picolibc-latest/newlib/libc/include/ |
D | regex.h | 52 } regex_t; typedef 98 int regcomp(regex_t *__restrict, const char *__restrict, int); 99 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t); 100 int regexec(const regex_t *__restrict, const char *__restrict, 102 void regfree(regex_t *);
|
/picolibc-latest/newlib/libc/posix/ |
D | regerror.c | 57 static const char *regatoi(const regex_t *preg, char *localbuf); 115 const regex_t *__restrict preg, in regerror() 161 regatoi(const regex_t *preg, char *localbuf) in regatoi()
|
D | regfree.c | 56 regfree(regex_t *preg) in regfree()
|
D | regexec.c | 156 regexec(const regex_t *__restrict preg, in regexec()
|
D | regcomp.c | 183 regcomp(regex_t *__restrict preg, const char *__restrict pattern, int cflags) in regcomp()
|
/picolibc-latest/newlib/libc/stdlib/ |
D | rpmatch.c | 64 regex_t yes, no; in rpmatch()
|
/picolibc-latest/test/ |
D | regex.c | 80 regex_t regex; in main()
|