bptr 50 ext/bcmath/libbcmath/src/int2num.c char *bptr, *vptr; bptr 62 ext/bcmath/libbcmath/src/int2num.c bptr = buffer; bptr 63 ext/bcmath/libbcmath/src/int2num.c *bptr++ = val % BASE; bptr 69 ext/bcmath/libbcmath/src/int2num.c *bptr++ = val % BASE; bptr 82 ext/bcmath/libbcmath/src/int2num.c *vptr++ = *--bptr; bptr 1116 ext/gd/libgd/gd_topal.c register INT32 *bptr; /* pointer into bestdist[] array */ bptr 1127 ext/gd/libgd/gd_topal.c bptr = bestdist; bptr 1129 ext/gd/libgd/gd_topal.c *bptr++ = 0x7FFFFFFFL; bptr 1169 ext/gd/libgd/gd_topal.c bptr = bestdist; bptr 1182 ext/gd/libgd/gd_topal.c if (dist2 < *bptr) bptr 1184 ext/gd/libgd/gd_topal.c *bptr = dist2; bptr 1189 ext/gd/libgd/gd_topal.c bptr++; bptr 2047 ext/standard/file.c char *temp, *tptr, *bptr, *line_end, *limit; bptr 2059 ext/standard/file.c bptr = buf; bptr 2079 ext/standard/file.c inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); bptr 2081 ext/standard/file.c char *tmp = bptr; bptr 2086 ext/standard/file.c bptr = tmp; bptr 2090 ext/standard/file.c if (first_field && bptr == line_end) { bptr 2096 ext/standard/file.c if (inc_len != 0 && *bptr == enclosure) { bptr 2099 ext/standard/file.c bptr++; /* move on to first character in field */ bptr 2100 ext/standard/file.c hunk_begin = bptr; bptr 2108 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); bptr 2109 ext/standard/file.c tptr += (bptr - hunk_begin - 1); bptr 2110 ext/standard/file.c hunk_begin = bptr; bptr 2114 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); bptr 2115 ext/standard/file.c tptr += (bptr - hunk_begin); bptr 2116 ext/standard/file.c hunk_begin = bptr; bptr 2125 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); bptr 2126 ext/standard/file.c tptr += (bptr - hunk_begin); bptr 2127 ext/standard/file.c hunk_begin = bptr; bptr 2155 ext/standard/file.c bptr = buf = new_buf; bptr 2175 ext/standard/file.c bptr++; bptr 2179 ext/standard/file.c if (*bptr != enclosure) { bptr 2181 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); bptr 2182 ext/standard/file.c tptr += (bptr - hunk_begin - 1); bptr 2183 ext/standard/file.c hunk_begin = bptr; bptr 2186 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); bptr 2187 ext/standard/file.c tptr += (bptr - hunk_begin); bptr 2188 ext/standard/file.c bptr++; bptr 2189 ext/standard/file.c hunk_begin = bptr; bptr 2193 ext/standard/file.c if (*bptr == enclosure) { bptr 2195 ext/standard/file.c } else if (*bptr == escape_char) { bptr 2198 ext/standard/file.c bptr++; bptr 2207 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); bptr 2208 ext/standard/file.c tptr += (bptr - hunk_begin - 1); bptr 2209 ext/standard/file.c hunk_begin = bptr; bptr 2212 ext/standard/file.c bptr += inc_len; bptr 2213 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); bptr 2214 ext/standard/file.c tptr += (bptr - hunk_begin); bptr 2215 ext/standard/file.c hunk_begin = bptr; bptr 2218 ext/standard/file.c bptr += inc_len; bptr 2223 ext/standard/file.c inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); bptr 2239 ext/standard/file.c if (*bptr == delimiter) { bptr 2246 ext/standard/file.c bptr += inc_len; bptr 2247 ext/standard/file.c inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); bptr 2251 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); bptr 2252 ext/standard/file.c tptr += (bptr - hunk_begin); bptr 2253 ext/standard/file.c bptr += inc_len; bptr 2258 ext/standard/file.c hunk_begin = bptr; bptr 2270 ext/standard/file.c if (*bptr == delimiter) { bptr 2277 ext/standard/file.c bptr += inc_len; bptr 2278 ext/standard/file.c inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); bptr 2281 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); bptr 2282 ext/standard/file.c tptr += (bptr - hunk_begin); bptr 2285 ext/standard/file.c if (*bptr == delimiter) { bptr 2286 ext/standard/file.c bptr++; bptr 45 ext/tidy/tidy.c #define FIX_BUFFER(bptr) do { if ((bptr)->size) { (bptr)->bp[(bptr)->size-1] = '\0'; } } while(0)