| /external/arm-trusted-firmware/lib/libc/ |
| D | strtoll.c | 48 long long strtoll(const char *nptr, char **endptr, int base) in strtoll() function
|
| /external/gflags/src/ |
| D | windows_port.h | 126 #define strtoll _strtoi64 macro
|
| /external/libconfig/lib/ |
| D | wincompat.h | 54 #define strtoll _strtoi64 macro
|
| /external/musl/src/stdlib/ |
| D | strtol.c | 26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() function
|
| /external/flac/include/share/ |
| D | compat.h | 73 #define strtoll _strtoi64 macro
|
| /external/libcups/ |
| D | config.h.in | 207 # define strtoll(nptr,endptr,base) strtol((nptr), (endptr), (base)) macro
|
| /external/llvm/cmake/ |
| D | config-ix.cmake | 441 set(strtoll "_strtoi64") variable
|
| /external/libcups/vcnet/ |
| D | config.h | 288 # define strtoll(nptr,endptr,base) strtol((nptr), (endptr), (base)) macro
|
| /external/libcups/xcode/ |
| D | config.h | 211 # define strtoll(nptr,endptr,base) strtol((nptr), (endptr), (base)) macro
|
| /external/protobuf/src/google/protobuf/stubs/ |
| D | strutil.h | 48 #define strtoll _strtoi64 macro
|
| /external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
| D | strutil.h | 48 #define strtoll _strtoi64 macro
|
| /external/compiler-rt/lib/asan/ |
| D | asan_interceptors.cc | 662 INTERCEPTOR(long long, strtoll, const char *nptr, // NOLINT in INTERCEPTOR() argument
|
| /external/rust/crates/libc/src/windows/ |
| D | mod.rs | 339 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll() function
|
| /external/rust/crates/libc/src/unix/ |
| D | mod.rs | 519 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll() function
|
| /external/rust/crates/libc/src/ |
| D | wasi.rs | 550 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll() function
|
| /external/rust/crates/libc/src/solid/ |
| D | mod.rs | 601 pub fn strtoll(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> c_longlong; in strtoll() function
|
| /external/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1129 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll() function
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3412 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll() function
|