Lines Matching defs:end
425 /* reallocate the beginning and the end */
522 char *end = NULL;
533 tmp = strtol(string, &end, 0);
534 if (end && *end) {
549 char *end = NULL;
560 tmp = strtoll(string, &end, 0);
561 if (end && *end) {
919 * of zeroes between the end of the real data and the end of
1074 LCN lcn, end, prev_lcn = 0LL;
1080 end = g_vol->nr_clusters;
1084 for (lcn = g_mft_zone_end; lcn < end; lcn++) {
1122 end = g_mft_zone_end;
1178 * If @type is AT_END, seek to the end and return -1 with errno set to ENOENT.
1357 * If @type is AT_END, seek to the end of the base mft record ignoring the
3883 * $Bitmap can overlap the end of the volume. Any bits in this region
4041 * making sure it does not overflow the end of the volume.