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 2083 ext/standard/file.c char *temp, *tptr, *bptr, *line_end, *limit; bptr 2095 ext/standard/file.c bptr = buf; bptr 2115 ext/standard/file.c inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); bptr 2117 ext/standard/file.c char *tmp = bptr; bptr 2122 ext/standard/file.c bptr = tmp; bptr 2126 ext/standard/file.c if (first_field && bptr == line_end) { bptr 2132 ext/standard/file.c if (inc_len != 0 && *bptr == enclosure) { bptr 2135 ext/standard/file.c bptr++; /* move on to first character in field */ bptr 2136 ext/standard/file.c hunk_begin = bptr; bptr 2144 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); bptr 2145 ext/standard/file.c tptr += (bptr - hunk_begin - 1); bptr 2146 ext/standard/file.c hunk_begin = bptr; bptr 2150 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); bptr 2151 ext/standard/file.c tptr += (bptr - hunk_begin); bptr 2152 ext/standard/file.c hunk_begin = bptr; bptr 2161 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); bptr 2162 ext/standard/file.c tptr += (bptr - hunk_begin); bptr 2163 ext/standard/file.c hunk_begin = bptr; bptr 2191 ext/standard/file.c bptr = buf = new_buf; bptr 2211 ext/standard/file.c bptr++; bptr 2215 ext/standard/file.c if (*bptr != enclosure) { bptr 2217 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); bptr 2218 ext/standard/file.c tptr += (bptr - hunk_begin - 1); bptr 2219 ext/standard/file.c hunk_begin = bptr; bptr 2222 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); bptr 2223 ext/standard/file.c tptr += (bptr - hunk_begin); bptr 2224 ext/standard/file.c bptr++; bptr 2225 ext/standard/file.c hunk_begin = bptr; bptr 2229 ext/standard/file.c if (*bptr == enclosure) { bptr 2231 ext/standard/file.c } else if (*bptr == escape_char) { bptr 2234 ext/standard/file.c bptr++; bptr 2243 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin - 1); bptr 2244 ext/standard/file.c tptr += (bptr - hunk_begin - 1); bptr 2245 ext/standard/file.c hunk_begin = bptr; bptr 2248 ext/standard/file.c bptr += inc_len; bptr 2249 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); bptr 2250 ext/standard/file.c tptr += (bptr - hunk_begin); bptr 2251 ext/standard/file.c hunk_begin = bptr; bptr 2254 ext/standard/file.c bptr += inc_len; bptr 2259 ext/standard/file.c inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); bptr 2275 ext/standard/file.c if (*bptr == delimiter) { bptr 2282 ext/standard/file.c bptr += inc_len; bptr 2283 ext/standard/file.c inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); bptr 2287 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); bptr 2288 ext/standard/file.c tptr += (bptr - hunk_begin); bptr 2289 ext/standard/file.c bptr += inc_len; bptr 2294 ext/standard/file.c hunk_begin = bptr; bptr 2306 ext/standard/file.c if (*bptr == delimiter) { bptr 2313 ext/standard/file.c bptr += inc_len; bptr 2314 ext/standard/file.c inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); bptr 2317 ext/standard/file.c memcpy(tptr, hunk_begin, bptr - hunk_begin); bptr 2318 ext/standard/file.c tptr += (bptr - hunk_begin); bptr 2321 ext/standard/file.c if (*bptr == delimiter) { bptr 2322 ext/standard/file.c bptr++; bptr 43 ext/tidy/tidy.c #define FIX_BUFFER(bptr) do { if ((bptr)->size) { (bptr)->bp[(bptr)->size-1] = '\0'; } } while(0)