|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <sys/types.h>#include <stdio.h>#include <string.h>#include <ctype.h>#include <limits.h>#include <stdlib.h>#include "rz_regex.h"#include "utils.h"Go to the source code of this file.
Classes | |
| struct | rerr |
Functions | |
| static char * | regatoi (const RzRegex *, char *, int) |
| RZ_API size_t | rz_regex_error (int errcode, const RzRegex *preg, char *errbuf, size_t errbuf_size) |
Variables | |
| static struct rerr | rerrs [] |
Definition at line 118 of file regerror.c.
References r, rz_regex_t::re_endp, rerrs, and snprintf.
Referenced by rz_regex_error().
| RZ_API size_t rz_regex_error | ( | int | errcode, |
| const RzRegex * | preg, | ||
| char * | errbuf, | ||
| size_t | errbuf_size | ||
| ) |
Definition at line 78 of file regerror.c.
References len, r, regatoi(), rerrs, RZ_REGEX_ATOI, RZ_REGEX_ITOA, s, snprintf, and STRLCPY.
Referenced by check_fmt(), and magiccheck().
|
static |
Referenced by regatoi(), and rz_regex_error().