Lines Matching refs:end
172 const char *end = NULL; /* Silence gcc */
234 /* locate end of number */
244 end = p;
257 copy = (char *)PyMem_Malloc(end - digits_pos +
271 end - (decimal_point_pos + 1));
272 c += end - (decimal_point_pos + 1);
330 and *endptr will point just past the end of the converted value.
389 char *dup, *end;
402 end = dup;
413 *end++ = *p;
421 /* Underscores are not allowed at the end. */
429 *end = '\0';
430 result = innerfunc(dup, end - dup, arg);
499 /* Find the end of the exponent, keeping track of leading
551 string must end in '\0', and should not have any leading or trailing
556 char *old_fraction_end, *new_fraction_end, *end, *p;
578 end = p+1;
589 memmove(new_fraction_end, old_fraction_end, end-old_fraction_end);
641 for infs and nans, so we must be at the end of the
1109 of this virtual string. Thus if vdigits_start < 0 then we'll end