Searched refs:endptr (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/java/util/
H A DTimeZone_md.c336 char *endptr; /* end pointer */ member in struct:iobuffer
394 iop->endptr = iop->buffer;
416 if (iop->ptr == iop->endptr) {
430 iop->endptr = iop->buffer + len;
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c539 char *endptr; local
584 gdata->max_trace_depth = (int)strtol(suboption, &endptr, 10);
585 if ((endptr != NULL && *endptr != 0) || gdata->max_trace_depth < 0) {
593 gdata->sample_interval = (int)strtol(suboption, &endptr, 10);
594 if ((endptr != NULL && *endptr != 0) || gdata->sample_interval <= 0) {
601 gdata->cutoff_point = strtod(suboption, &endptr);
602 if ((endptr != NULL && *endptr !
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrutil.c1859 png_charp buf, units, endptr; local
1910 endptr = png_ptr->chunkdata + slength;
1915 if (endptr <= buf + 12)
1973 for (params[i] = buf; buf <= endptr && *buf != 0x00; buf++)
1977 if (buf > endptr)

Completed in 72 milliseconds