Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/
Dregex.h52 } 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/
Dregerror.c57 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()
Dregfree.c56 regfree(regex_t *preg) in regfree()
Dregexec.c156 regexec(const regex_t *__restrict preg, in regexec()
Dregcomp.c183 regcomp(regex_t *__restrict preg, const char *__restrict pattern, int cflags) in regcomp()
/picolibc-latest/newlib/libc/stdlib/
Drpmatch.c64 regex_t yes, no; in rpmatch()
/picolibc-latest/test/
Dregex.c80 regex_t regex; in main()