Lines Matching defs:fuzz
59 struct fuzz { struct
70 /* Current working copy of seed with fuzz mutations applied */ argument
71 u_char *fuzzed; argument
78 fuzz_ntop(u_int n) in fuzz_ntop() argument
103 fuzz_fmt(struct fuzz *fuzz, char *s, size_t n) in fuzz_fmt()
184 fuzz_dump(struct fuzz *fuzz) in fuzz_dump()
244 fuzz_cleanup(struct fuzz *fuzz) in fuzz_cleanup()
261 fuzz_strategy_done(struct fuzz *fuzz) in fuzz_strategy_done()
284 fuzz_next(struct fuzz *fuzz) in fuzz_next()
381 fuzz_matches_original(struct fuzz *fuzz) in fuzz_matches_original()
389 fuzz_done(struct fuzz *fuzz) in fuzz_done()
398 fuzz_len(struct fuzz *fuzz) in fuzz_len()
418 fuzz_ptr(struct fuzz *fuzz) in fuzz_ptr()