nextb             517 main/snprintf.c 	char *nextb;				/* pointer to next byte to read/write   */
nextb             633 main/snprintf.c 	sp = odp->nextb;
nextb            1219 main/snprintf.c 	odp->nextb = sp;
nextb            1239 main/snprintf.c 		od.nextb   = (char *) ~0;
nextb            1242 main/snprintf.c 		od.nextb   = buf;
nextb            1249 main/snprintf.c 	if (len != 0 && od.nextb <= od.buf_end) {
nextb            1250 main/snprintf.c 		*(od.nextb) = '\0';
nextb              51 sapi/phpdbg/phpdbg_out.c 	char *nextb; /* pointer to next byte to read/write   */
nextb             173 sapi/phpdbg/phpdbg_out.c 	sp = odp->nextb;
nextb             813 sapi/phpdbg/phpdbg_out.c 	odp->nextb = sp;
nextb             828 sapi/phpdbg/phpdbg_out.c 		od.nextb   = (char *) ~0;
nextb             831 sapi/phpdbg/phpdbg_out.c 		od.nextb   = buf;
nextb             838 sapi/phpdbg/phpdbg_out.c 	if (len != 0 && od.nextb <= od.buf_end) {
nextb             839 sapi/phpdbg/phpdbg_out.c 		*(od.nextb) = '\0';