Lines Matching defs:copy
254 char *copy, *c;
255 /* Create a copy of the input, with the '.' converted to the
257 copy = (char *)PyMem_Malloc(end - digits_pos +
259 if (copy == NULL) {
265 c = copy;
275 val = strtod(copy, &fail_pos);
281 (fail_pos - copy) -
285 (fail_pos - copy);
288 PyMem_Free(copy);
529 /* Add one to significant_digit_cnt to copy the
755 /* The format won't fit in our copy. Error out. In