Home
last modified time | relevance | path

Searched refs:parser_t (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.bin/dfregress/
H A Dparser.h30 typedef void (*parser_t)(void *, char **); typedef
35 int process_file(const char *file, parser_t parser, void *arg, int *nlines);
H A Dparser.c150 process_line(FILE* fd, parser_t parser, void *arg) in process_line()
197 process_file(const char *file, parser_t parser, void *arg, int *nlines) in process_file()