Lines Matching defs:end
210 char *end;
231 end = NULL;
232 mem[i] = strtol(ptr, &end, 0);
234 if (!end || (end == ptr) || ((*end != ',') && (*end != 0))) {
246 ptr = end + 1;
294 char *end;
337 end = NULL;
338 opts.count = strtol(optarg, &end, 0);
339 if (end && *end)
863 * the cluster size, there is some slack space at the end. Wipe this space.
950 * unused space at the end of the record and wipe any unused records.
989 // We know that the end marker will only take 4 bytes
1425 /* Read $LogFile until its end. We do this as a check for correct
1999 } /* end of resident check */
2000 } /* end of 'wiping file data' loop */