#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include "regex.h"Go to the source code of this file.
Functions | |
| static int | prompt (char *prompt, char *data, size_t len, char *help) |
| static double | myclock (void) |
| int | main (int argc, char **argv) |
Variables | |
| static FILE * | infile = NULL |
|
||||||||||||
|
Definition at line 37 of file regex_test.c. References error, free(), infile, j, memset(), myclock(), printf(), prompt(), r, REG_EXTENDED, regcomp(), regerror(), regexec(), and regfree(). |
|
|
Definition at line 34 of file regex_test.c. Referenced by main(). |
|
||||||||||||||||||||
|
Definition at line 20 of file regex_test.c. References infile, p, and printf(). Referenced by main(). |
|
|
Definition at line 18 of file regex_test.c. |
1.4.6-NO