Home
last modified time | relevance | path

Searched defs:strtoll (Results 1 – 6 of 6) sorted by relevance

/rust-libc-0.2.174/src/windows/
H A Dmod.rs334 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll() function
/rust-libc-0.2.174/src/unix/
H A Dmod.rs674 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll() function
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs586 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll() function
/rust-libc-0.2.174/src/solid/
H A Dmod.rs593 pub fn strtoll(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> c_longlong; in strtoll() function
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1162 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3490 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll() function