#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"Include dependency graph for regerror.c:

Go to the source code of this file.
Data Structures | |
| struct | rerr |
Functions | |
| static char * | regatoi (const regex_t *preg, char *localbuf) |
| size_t | 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 168 of file regerror.c. |
|
||||||||||||
|
Referenced by regerror(). |
|
||||||||||||||||||||
|
Definition at line 120 of file regerror.c. References assert, if(), r, REG_ATOI, REG_ITOA, regatoi(), rerrs, s, sprintf(), strcpy(), strlen(), and target. |
|
|
Referenced by regatoi(), and regerror(). |
1.4.6