Home
last modified time | relevance | path

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

/freebsd/tools/regression/fsx/
H A Dfsx.c97 char *original_buf; /* a pointer to the original data */ variable
573 good_buf[offset] += original_buf[offset]; in gendata()
1190 original_buf = (char *) malloc(maxfilelen); in main()
1192 original_buf[i] = random() % 256; in main()
/freebsd/tools/test/stress2/misc/
H A Dumountf2.sh169 char *original_buf; /* a pointer to the original data */