Home
last modified time | relevance | path

Searched refs:buflim (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Python/
Dstrtod.c72 char *buforg, *buflim; in strtod() local
82 buforg = dp, buflim = buffer+48; in strtod()
94 if (dp < buflim) *dp++ = c; in strtod()
103 if (dp < buflim) *dp++ = c; in strtod()