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 2047 ext/standard/file.c char *temp, *tptr, *bptr, *line_end, *limit; tptr 2060 ext/standard/file.c tptr = (char *)php_fgetcsv_lookup_trailing_spaces(buf, buf_len, delimiter TSRMLS_CC); tptr 2061 ext/standard/file.c line_end_len = buf_len - (size_t)(tptr - buf); tptr 2062 ext/standard/file.c line_end = limit = tptr; tptr 2077 ext/standard/file.c tptr = temp; tptr 2108 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); tptr 2109 ext/standard/file.c tptr += (bptr - hunk_begin - 1); tptr 2114 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); tptr 2115 ext/standard/file.c tptr += (bptr - hunk_begin); tptr 2125 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); tptr 2126 ext/standard/file.c tptr += (bptr - hunk_begin); tptr 2131 ext/standard/file.c memcpy(tptr, line_end, line_end_len); tptr 2132 ext/standard/file.c tptr += line_end_len; tptr 2150 ext/standard/file.c tptr = new_temp + (size_t)(tptr - temp); tptr 2181 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); tptr 2182 ext/standard/file.c tptr += (bptr - hunk_begin - 1); tptr 2186 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); tptr 2187 ext/standard/file.c tptr += (bptr - hunk_begin); tptr 2207 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); tptr 2208 ext/standard/file.c tptr += (bptr - hunk_begin - 1); tptr 2213 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); tptr 2214 ext/standard/file.c tptr += (bptr - hunk_begin); tptr 2251 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); tptr 2252 ext/standard/file.c tptr += (bptr - hunk_begin); tptr 2254 ext/standard/file.c comp_end = tptr; tptr 2281 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); tptr 2282 ext/standard/file.c tptr += (bptr - hunk_begin); tptr 2284 ext/standard/file.c comp_end = (char *)php_fgetcsv_lookup_trailing_spaces(temp, tptr - temp, delimiter TSRMLS_CC);