HomeSort by: relevance | last modified time | path
    Searched defs:regex_t (Results 1 - 3 of 3) sorted by relevancy

  /src/include/
regex.h 89 } regex_t; typedef in typeref:struct:__anon5fac6af10108
137 int regcomp(regex_t * __restrict, const char * __restrict, int);
138 size_t regerror(int, const regex_t * __restrict, char * __restrict, size_t);
139 int regexec(const regex_t * __restrict,
141 void regfree(regex_t *);
regex.h 89 } regex_t; typedef in typeref:struct:__anon5fac6af10108
137 int regcomp(regex_t * __restrict, const char * __restrict, int);
138 size_t regerror(int, const regex_t * __restrict, char * __restrict, size_t);
139 int regexec(const regex_t * __restrict,
141 void regfree(regex_t *);
regex.h 89 } regex_t; typedef in typeref:struct:__anon5fac6af10108
137 int regcomp(regex_t * __restrict, const char * __restrict, int);
138 size_t regerror(int, const regex_t * __restrict, char * __restrict, size_t);
139 int regexec(const regex_t * __restrict,
141 void regfree(regex_t *);

Completed in 86 milliseconds