Searched refs:numstr (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/libs/bsd/
H A Dstrtonum.c29 strtonum(const char *numstr, long long minval, long long maxval, argument
50 ll = strtoll(numstr, &ep, 10);
51 if (errno == EINVAL || numstr == ep || *ep != '\0')
/haiku/headers/compatibility/bsd/
H A Dstdlib.h30 long long strtonum(const char *numstr, long long minval,
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c118 numstr = _itoa_word (num, numbuf + sizeof numbuf, 16, \
126 numstr = _itoa (num, numbuf + sizeof numbuf, 16, info->spec == 'A');\
133 while (numstr > numbuf + (sizeof numbuf - 64 / 4)) \
135 *--numstr = '0'; \
140 leading = *numstr++; \
200 char *numstr=""; local
373 numstr = _itoa_word (num, numbuf + sizeof numbuf, 16,
380 numstr = _itoa (num, numbuf + sizeof numbuf, 16,
388 *--numstr = '0';
434 precision = numend - numstr;
[all...]

Completed in 51 milliseconds