Searched refs:strtoll (Results 1 – 11 of 11) sorted by relevance
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | windows.txt | 321 strtoll
|
| H A D | unix.txt | 839 strtoll
|
| H A D | fuchsia.txt | 1458 strtoll
|
| H A D | aix.txt | 2524 strtoll
|
| H A D | android.txt | 3890 strtoll
|
| /rust-libc-0.2.174/src/windows/ |
| H A D | mod.rs | 334 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 D | mod.rs | 586 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 D | mod.rs | 593 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 D | mod.rs | 1162 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 D | mod.rs | 674 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 D | mod.rs | 3490 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll() function
|