Searched refs:strtoull (Results 1 – 11 of 11) sorted by relevance
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | windows.txt | 323 strtoull
|
| H A D | unix.txt | 841 strtoull
|
| H A D | fuchsia.txt | 1459 strtoull
|
| H A D | aix.txt | 2526 strtoull
|
| H A D | android.txt | 3892 strtoull
|
| /rust-libc-0.2.174/src/windows/ |
| H A D | mod.rs | 336 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 D | mod.rs | 588 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 D | mod.rs | 594 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 D | mod.rs | 1164 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 D | mod.rs | 676 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 D | mod.rs | 3492 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function
|