Home
last modified time | relevance | path

Searched refs:strtoull (Results 1 – 11 of 11) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dwindows.txt323 strtoull
H A Dunix.txt841 strtoull
H A Dfuchsia.txt1459 strtoull
H A Daix.txt2526 strtoull
H A Dandroid.txt3892 strtoull
/rust-libc-0.2.174/src/windows/
H A Dmod.rs336 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs588 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function
/rust-libc-0.2.174/src/solid/
H A Dmod.rs594 pub fn strtoull(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> c_ulonglong; in strtoull() function
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1164 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function
/rust-libc-0.2.174/src/unix/
H A Dmod.rs676 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3492 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function