Lines Matching defs:veriexecgen_t
77 typedef struct veriexecgen_t {
89 } veriexecgen_t;
114 gripe(veriexecgen_t *vp, const char *fmt, const char *filename)
135 banner(veriexecgen_t *vp, hash_t *hash_type, char **search_path)
206 add_new_path_entry(veriexecgen_t *vp, const char *file, hash_t *hash)
240 add_new_ftsent_entry(veriexecgen_t *vp, FTSENT *file, hash_t *hash)
278 walk_dir(veriexecgen_t *vp, char **search_path, hash_t *hash)
318 read_from_file(veriexecgen_t *vp, hash_t *hash, FILE *file)
368 store_entries(veriexecgen_t *vp, hash_t *hash)
440 veriexecgen_t v;