Lines Matching defs:fuzz
55 struct fuzz { struct
66 /* Current working copy of seed with fuzz mutations applied */ argument
67 u_char *fuzzed; argument
74 fuzz_ntop(u_int n) in fuzz_ntop() argument
99 fuzz_fmt(struct fuzz *fuzz, char *s, size_t n) in fuzz_fmt()
180 fuzz_dump(struct fuzz *fuzz) in fuzz_dump()
241 fuzz_cleanup(struct fuzz *fuzz) in fuzz_cleanup()
257 fuzz_strategy_done(struct fuzz *fuzz) in fuzz_strategy_done()
280 fuzz_next(struct fuzz *fuzz) in fuzz_next()
377 fuzz_matches_original(struct fuzz *fuzz) in fuzz_matches_original()
385 fuzz_done(struct fuzz *fuzz) in fuzz_done()
394 fuzz_len(struct fuzz *fuzz) in fuzz_len()
414 fuzz_ptr(struct fuzz *fuzz) in fuzz_ptr()