/third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
H A D | strtol.c | 26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() function
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
H A D | strtol.c | 26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() function
|
/third_party/musl/porting/linux/user/src/stdlib/ |
H A D | strtol.c | 26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() function
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
H A D | strtol.c | 26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() function
|
/third_party/musl/src/stdlib/ |
H A D | strtol.c | 26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() function
|
/third_party/cups/ |
H A D | config.h | 55 # define strtoll(nptr, endptr, base) strtol((nptr), (endptr), (base)) macro
|
/third_party/ninja/src/ |
H A D | build_log.cc | 41 #define strtoll _strtoi64
macro
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | strutil.h | 48 #define strtoll _strtoi64 macro
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 339 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll() functions
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 601 pub fn strtoll(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> c_longlong; in strtoll() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 550 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 519 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll() functions
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1129 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3412 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll() functions
|