Home
last modified time | relevance | path

Searched defs:atoll (Results 1 – 11 of 11) sorted by relevance

/external/musl/src/stdlib/
Datoll.c4 long long atoll(const char *s) in atoll() function
/external/libwebsockets/lib/plat/windows/
Dprivate-lib-plat-windows.h85 #define atoll _atoi64 macro
88 #define atoll atoi macro
/external/gflags/src/
Dwindows_port.h128 #define atoll _atoi64 macro
/external/libconfig/lib/
Dwincompat.h52 #define atoll _atoi64 macro
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc676 INTERCEPTOR(long long, atoll, const char *nptr) { // NOLINT in INTERCEPTOR() argument
/external/rust/crates/libc/src/windows/
Dmod.rs335 pub fn atoll(s: *const c_char) -> c_longlong; in atoll() function
/external/rust/crates/libc/src/unix/
Dmod.rs511 pub fn atoll(s: *const c_char) -> c_longlong; in atoll() function
/external/rust/crates/libc/src/
Dwasi.rs546 pub fn atoll(s: *const c_char) -> c_longlong; in atoll() function
/external/rust/crates/libc/src/solid/
Dmod.rs598 pub fn atoll(arg1: *const c_char) -> c_longlong; in atoll() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1125 pub fn atoll(s: *const c_char) -> c_longlong; in atoll() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3408 pub fn atoll(s: *const c_char) -> c_longlong; in atoll() function