HomeSort by: relevance | last modified time | path
    Searched defs:fuzz (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/fs/vfs/
t_vnops.c 719 int fuzz; local in function:symlink_long
721 for (fuzz = -1; fuzz <= 1; fuzz++) {
722 symlink_len(tc, mp, len + fuzz);
  /src/usr.bin/patch/
patch.c 157 LINENUM where = 0, newwhere, fuzz, mymaxfuzz; local in function:main
256 fuzz = 0;
262 where = locate_hunk(fuzz);
266 if (fuzz == 0)
272 where = locate_hunk(fuzz);
310 ++fuzz <= mymaxfuzz);
339 if (fuzz != 0)
340 say(" with fuzz %ld", fuzz);
480 {"fuzz", required_argument, 0, 'F'}
    [all...]

Completed in 13 milliseconds