Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_fpmaxtostr.c205 int tslen; /* This does not need to be initialized. */ in _fpmaxtostr() local
504 tslen = 1; in _fpmaxtostr()
508 tslen = __UCLIBC_CURLOCALE->thousands_sep_len; in _fpmaxtostr()
513 width -= num_groups * tslen; in _fpmaxtostr()
681 cnt += num_groups * tslen; /* Adjust count now for sep chars. */ in _fpmaxtostr()
726 if (fp_outfunc(fp, FPO_STR_PREC, tslen, (intptr_t) ts) != tslen) { in _fpmaxtostr()
A D_scanf.c610 int tslen; member
683 sc->tslen = __UCLIBC_CURLOCALE->thousands_sep_len; in __init_scan_cookie()
1190 sc.tslen = 1; in VFSCANF()

Completed in 6 milliseconds