Lines Matching refs:size
102 #define ftruncate(fd, size) ntfs_win32_ftruncate(fd, size)
131 static int win32_strftime(char *buffer, int size, const char *format,
137 ret = snprintf(buffer, size, "%4d-%02d-%02d %02d:%02d",
141 ret = snprintf(buffer, size, "%4d-%02d-%02d",
413 " -S, --size RANGE Match files of this size\n"
423 " -T, --truncate Truncate 100%% recoverable file to exact size.\n"
623 { "size", required_argument, NULL, 'S' },
829 "--match, --ignore-case, --size and --time.\n");
1674 * the size and the filename.
1679 * N.B. The file size is stored in many forms in several attributes. This
1692 long long size = 0;
1723 size = max(size, d->size_data);
1724 size = max(size, d->size_init);
1734 percent, buffer, size, name);
2169 * values of size/occupied clusters are eligible for truncation. Note
2212 * The list can be filtered by name, size and date, using command line options.
2224 long long size;
2272 size = ntfs_attr_pread(attr, i, read_count, buffer);
2273 if (size < 0)
2276 for (j = 0; j < size; j++) {