tptr 24897 ext/date/lib/parse_date.c char *tptr; tptr 24900 ext/date/lib/parse_date.c tptr = ptr; tptr 24901 ext/date/lib/parse_date.c if ((f = timelib_get_nr((char **) &ptr, 6)) == TIMELIB_UNSET || (ptr - tptr < 1)) { tptr 24904 ext/date/lib/parse_date.c s->time->f = (f / pow(10, (ptr - tptr))); tptr 2083 ext/standard/file.c char *temp, *tptr, *bptr, *line_end, *limit; tptr 2096 ext/standard/file.c tptr = (char *)php_fgetcsv_lookup_trailing_spaces(buf, buf_len, delimiter); tptr 2097 ext/standard/file.c line_end_len = buf_len - (size_t)(tptr - buf); tptr 2098 ext/standard/file.c line_end = limit = tptr; tptr 2113 ext/standard/file.c tptr = temp; tptr 2144 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); tptr 2145 ext/standard/file.c tptr += (bptr - hunk_begin - 1); tptr 2150 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); tptr 2151 ext/standard/file.c tptr += (bptr - hunk_begin); tptr 2161 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); tptr 2162 ext/standard/file.c tptr += (bptr - hunk_begin); tptr 2167 ext/standard/file.c memcpy(tptr, line_end, line_end_len); tptr 2168 ext/standard/file.c tptr += line_end_len; tptr 2186 ext/standard/file.c tptr = new_temp + (size_t)(tptr - temp); tptr 2217 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); tptr 2218 ext/standard/file.c tptr += (bptr - hunk_begin - 1); tptr 2222 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); tptr 2223 ext/standard/file.c tptr += (bptr - hunk_begin); tptr 2243 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); tptr 2244 ext/standard/file.c tptr += (bptr - hunk_begin - 1); tptr 2249 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); tptr 2250 ext/standard/file.c tptr += (bptr - hunk_begin); tptr 2287 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); tptr 2288 ext/standard/file.c tptr += (bptr - hunk_begin); tptr 2290 ext/standard/file.c comp_end = tptr; tptr 2317 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); tptr 2318 ext/standard/file.c tptr += (bptr - hunk_begin); tptr 2320 ext/standard/file.c comp_end = (char *)php_fgetcsv_lookup_trailing_spaces(temp, tptr - temp, delimiter);