#include <stdlib.h>Include dependency graph for pcreposix.h:

Go to the source code of this file.
Classes | |
| struct | regex_t |
| struct | regmatch_t |
Defines | |
| #define | REG_ICASE 0x01 |
| #define | REG_NEWLINE 0x02 |
| #define | REG_NOTBOL 0x04 |
| #define | REG_NOTEOL 0x08 |
| #define | REG_EXTENDED 0 |
| #define | REG_NOSUB 0 |
Typedefs | |
| typedef int | regoff_t |
Enumerations | |
| enum | { REG_ASSERT = 1, REG_BADBR, REG_BADPAT, REG_BADRPT, REG_EBRACE, REG_EBRACK, REG_ECOLLATE, REG_ECTYPE, REG_EESCAPE, REG_EMPTY, REG_EPAREN, REG_ERANGE, REG_ESIZE, REG_ESPACE, REG_ESUBREG, REG_INVARG, REG_NOMATCH } |
Functions | |
| int | regcomp (regex_t *, const char *, int) |
| int | regexec (const regex_t *, const char *, size_t, regmatch_t *, int) |
| size_t | regerror (int, const regex_t *, char *, size_t) |
| void | regfree (regex_t *) |
|
|
Definition at line 63 of file pcreposix.h. |
|
|
Definition at line 55 of file pcreposix.h. |
|
|
Definition at line 56 of file pcreposix.h. |
|
|
Definition at line 64 of file pcreposix.h. |
|
|
Definition at line 57 of file pcreposix.h. |
|
|
Definition at line 58 of file pcreposix.h. |
|
|
Definition at line 99 of file pcreposix.h. |
|
|
Definition at line 68 of file pcreposix.h. |
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
1.3.9.1