/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | intscan.h | 7 hidden unsigned long long __intscan(FILE *, unsigned, int, unsigned long long);
|
H A D | intscan.c | 26 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 D | intscan.h | 7 hidden unsigned long long __intscan(FILE *, unsigned, int, unsigned long long);
|
H A D | intscan.c | 26 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 D | intscan.h | 6 hidden unsigned long long __intscan(FILE *, unsigned, int, unsigned long long);
|
H A D | intscan.c | 26 unsigned long long __intscan(FILE *f, unsigned base, int pok, unsigned long long lim) in __intscan() function
|
/third_party/musl/src/internal/ |
H A D | intscan.h | 6 hidden unsigned long long __intscan(FILE *, unsigned, int, unsigned long long);
|
H A D | intscan.c | 26 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 D | strtol.c | 13 unsigned long long y = __intscan(&f, base, 1, lim); in strtox()
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
H A D | strtol.c | 13 unsigned long long y = __intscan(&f, base, 1, lim); in strtox()
|
/third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
H A D | strtol.c | 13 unsigned long long y = __intscan(&f, base, 1, lim); in strtox()
|
/third_party/musl/porting/linux/user/src/stdlib/ |
H A D | strtol.c | 13 unsigned long long y = __intscan(&f, base, 1, lim); in strtox()
|
/third_party/musl/src/stdlib/ |
H A D | strtol.c | 13 unsigned long long y = __intscan(&f, base, 1, lim); in strtox()
|
H A D | wcstol.c | 45 unsigned long long y = __intscan(&f, base, 1, lim); in wcstox()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | vfscanf.c | 293 x = __intscan(f, base, 0, ULLONG_MAX); in vfscanf()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | vfscanf.c | 293 x = __intscan(f, base, 0, ULLONG_MAX); in vfscanf()
|
/third_party/musl/src/stdio/ |
H A D | vfscanf.c | 305 x = __intscan(f, base, 0, ULLONG_MAX); in vfscanf()
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | vfscanf.c | 305 x = __intscan(f, base, 0, ULLONG_MAX); in vfscanf()
|