#include <isc/types.h>
#include <isc/lang.h>
Go to the source code of this file.
Defines | |
#define | ISC_REGEX_H 1 |
Functions | |
ISC_LANG_BEGINDECLS int | isc_regex_validate (const char *expression) |
Check a regular expression for syntactic correctness. |
Definition in file regex.h.
ISC_LANG_BEGINDECLS int isc_regex_validate | ( | const char * | expression | ) |
Check a regular expression for syntactic correctness.
Returns:
Definition at line 33 of file regex.c.
References error(), FAIL, ISC_FALSE, and ISC_TRUE.
Referenced by ATF_TC_BODY(), and txt_valid_regex().