Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_scanf.c99 #define STRTOUIM(s,e,b,sf) _stdlib_strto_ll(s,e,b,sf) macro
109 #define STRTOUIM(s,e,b,sf) _stdlib_strto_l(s,e,b,sf) macro
114 #ifndef STRTOUIM
115 #error STRTOUIM conversion function is undefined!
2057 (uintmax_t) STRTOUIM((char *) buf, NULL, base, 1-usflag)); in __psfs_do_numeric()

Completed in 5 milliseconds