|
libarmutils
1.4
|
Regex Time Utilities. More...
#include "armutils.h"Go to the source code of this file.
Functions | |
| RETime * | retime_compile (const char *pattern, int flags) |
| Compile a regex/time pattern. | |
| int | retime_execute (RETime *retime, const char *string, RETimeRes *res) |
| Compare a string with a compiled regex/time pattern. | |
| void | retime_free (RETime *retime) |
| Free a RETime structure. | |
| time_t | retime_get_secs1970 (RETimeRes *res) |
| Get the result from a regex/time pattern match. | |
| timeval_t | retime_get_timeval (RETimeRes *res) |
| Get the result from a regex/time pattern match. | |
| RETimeList * | retime_list_compile (int npatterns, const char **patterns, int flags) |
| Compile a list of regex/time patterns. | |
| int | retime_list_execute (RETimeList *retime_list, const char *string, RETimeRes *res) |
| Compare a string with a list of regex/time patterns. | |
| void | retime_list_free (RETimeList *retime_list) |
| Free a RETimeList Structure. | |
Regex Time Utilities.
Definition in file regex_time.c.