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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c201 char *numend; local
426 numend = &numbuf[sizeof numbuf / sizeof numbuf[0]];
430 --numend;
434 precision = numend - numstr;
435 else if (precision < numend - numstr
440 && (precision + 1 < numend - numstr
506 numend = numstr;
558 ssize_t tofill = precision - (numend - numstr);
559 PRINT (numstr, wnumstr, MIN (numend - numstr, precision));

Completed in 35 milliseconds