Home
last modified time | relevance | path

Searched refs:__intscan (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dintscan.h7 hidden unsigned long long __intscan(FILE *, unsigned, int, unsigned long long);
H A Dintscan.c26 unsigned long long __intscan(FILE *f, unsigned base, int pok, unsigned long long lim) in __intscan() function
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dintscan.h7 hidden unsigned long long __intscan(FILE *, unsigned, int, unsigned long long);
H A Dintscan.c26 unsigned long long __intscan(FILE *f, unsigned base, int pok, unsigned long long lim) in __intscan() function
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dintscan.h6 hidden unsigned long long __intscan(FILE *, unsigned, int, unsigned long long);
H A Dintscan.c26 unsigned long long __intscan(FILE *f, unsigned base, int pok, unsigned long long lim) in __intscan() function
/third_party/musl/src/internal/
H A Dintscan.h6 hidden unsigned long long __intscan(FILE *, unsigned, int, unsigned long long);
H A Dintscan.c26 unsigned long long __intscan(FILE *f, unsigned base, int pok, unsigned long long lim) in __intscan() function
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
H A Dstrtol.c13 unsigned long long y = __intscan(&f, base, 1, lim); in strtox()
/third_party/musl/porting/uniproton/kernel/src/stdlib/
H A Dstrtol.c13 unsigned long long y = __intscan(&f, base, 1, lim); in strtox()
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
H A Dstrtol.c13 unsigned long long y = __intscan(&f, base, 1, lim); in strtox()
/third_party/musl/porting/linux/user/src/stdlib/
H A Dstrtol.c13 unsigned long long y = __intscan(&f, base, 1, lim); in strtox()
/third_party/musl/src/stdlib/
H A Dstrtol.c13 unsigned long long y = __intscan(&f, base, 1, lim); in strtox()
H A Dwcstol.c45 unsigned long long y = __intscan(&f, base, 1, lim); in wcstox()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dvfscanf.c293 x = __intscan(f, base, 0, ULLONG_MAX); in vfscanf()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dvfscanf.c293 x = __intscan(f, base, 0, ULLONG_MAX); in vfscanf()
/third_party/musl/src/stdio/
H A Dvfscanf.c305 x = __intscan(f, base, 0, ULLONG_MAX); in vfscanf()
/third_party/musl/porting/linux/user/src/stdio/
H A Dvfscanf.c305 x = __intscan(f, base, 0, ULLONG_MAX); in vfscanf()

Completed in 6 milliseconds