Lines Matching defs:end
115 u32 end;
202 /* special case "*.*" requires the end or a dot */
325 /* get range end */
329 ntfs_log_error("ERROR: Missing range end!\n");
350 ranges[nr_entries].end = range_end;
361 ranges[nr_entries].end = inode;
367 ntfs_log_error("ERROR: Missing new value at end of input!\n");
373 ranges[nr_entries].end = inode;
633 char *end = NULL;
657 end = NULL;
658 opts.fillbyte = strtol(optarg, &end, 0);
659 if (end && *end)
697 end = NULL;
701 if (end && *end)
739 end = NULL;
740 opts.percent = strtol(optarg, &end, 0);
741 if (end && ((*end != '%') && (*end != 0)))
1065 * present beyond the end of record.
1444 long long start, end;
1508 ntfs_log_verbose("Missing segment at end, %lld "
1521 end = rl[i].lcn + rl[i].length;
1523 for (j = start; j < end; j++) {
1973 long long start, end;
2103 ntfs_log_verbose("Missing segment at end, "
2132 end = rl[i].lcn + rl[i].length;
2134 for (j = start; j < end; j++) {
2459 for (inode = ranges[i].begin; inode <= ranges[i].end; inode ++) {