#include <sys/types.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <limits.h>
#include <stdlib.h>
#include "regex.h"
#include "utils.h"
Go to the source code of this file.
Data Structures | |
struct | rerr |
Functions | |
static char *regatoi | __P ((const regex_t *preg, char *localbuf)) |
size_t __stdcall | regerror (int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) |
static char * | regatoi (regex_t *preg, char *localbuf) const |
Variables | |
static struct rerr | rerrs [] |
|
|
|
Definition at line 164 of file regerror.c. References if(), p, r, rerrs, and sprintf(). Referenced by regerror(). |
|
Definition at line 116 of file regerror.c. References assert, if(), len, preg, r, REG_ATOI, REG_ITOA, regatoi(), rerrs, s, sprintf(), and strcpy(). Referenced by main(). |
|
Referenced by regatoi(), and regerror(). |