#include <stdlib.h>
Go to the source code of this file.
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 34 of file pcreposix.h. |
|
Definition at line 26 of file pcreposix.h. |
|
Definition at line 27 of file pcreposix.h. |
|
Definition at line 35 of file pcreposix.h. |
|
Definition at line 28 of file pcreposix.h. |
|
Definition at line 29 of file pcreposix.h. |
|
Definition at line 70 of file pcreposix.h. |
|
Definition at line 39 of file pcreposix.h. |
|
|
|
|
|
|
|
|