Searched refs:fillbyte (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.h60 char fillbyte; /* Use for unrecoverable sections */ member in struct:options
H A Dntfsundelete.c469 opts.fillbyte = -1;
481 if (opts.fillbyte == (char)-1) {
483 opts.fillbyte = strtol(optarg, &end, 0);
649 (opts.fillbyte != (char)-1)) {
668 if ((opts.fillbyte != (char)-1) || opts.truncate ||
703 if (opts.fillbyte == (char)-1)
704 opts.fillbyte = 0;
1765 memset(buffer, opts.fillbyte, bufsize);
1782 memset(buffer, opts.fillbyte, bufsize);
1812 memset(buffer, opts.fillbyte, bufsiz
[all...]

Completed in 18 milliseconds