new_temp         2122 ext/standard/file.c 								char *new_temp;
new_temp         2149 ext/standard/file.c 								new_temp = erealloc(temp, temp_len);
new_temp         2150 ext/standard/file.c 								tptr = new_temp + (size_t)(tptr - temp);
new_temp         2151 ext/standard/file.c 								temp = new_temp;