Home
last modified time | relevance | path

Searched refs:fillbyte (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.c644 opts.fillbyte = -1; in parse_options()
656 if (opts.fillbyte == (char)-1) { in parse_options()
658 opts.fillbyte = strtol(optarg, &end, 0); in parse_options()
827 (opts.fillbyte != (char)-1)) { in parse_options()
846 if ((opts.fillbyte != (char)-1) || opts.truncate || in parse_options()
881 if (opts.fillbyte == (char)-1) in parse_options()
882 opts.fillbyte = 0; in parse_options()
2089 memset(buffer, opts.fillbyte, bufsize); in undelete_file()
2106 memset(buffer, opts.fillbyte, bufsize); in undelete_file()
2136 memset(buffer, opts.fillbyte, bufsize); in undelete_file()
Dntfsundelete.h61 char fillbyte; /* Use for unrecoverable sections */ member
/third_party/python/Doc/library/
Dstdtypes.rst2920 .. method:: bytes.center(width[, fillbyte])
2921 bytearray.center(width[, fillbyte])
2924 Padding is done using the specified *fillbyte* (default is an ASCII
2934 .. method:: bytes.ljust(width[, fillbyte])
2935 bytearray.ljust(width[, fillbyte])
2938 Padding is done using the specified *fillbyte* (default is an ASCII
2979 .. method:: bytes.rjust(width[, fillbyte])
2980 bytearray.rjust(width[, fillbyte])
2983 Padding is done using the specified *fillbyte* (default is an ASCII