Searched refs:strtol (Results 1 – 11 of 11) sorted by relevance
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | windows.txt | 320 strtol
|
| H A D | unix.txt | 838 strtol
|
| H A D | aix.txt | 2523 strtol
|
| H A D | android.txt | 3889 strtol
|
| /rust-libc-0.2.174/src/windows/ |
| H A D | mod.rs | 333 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
|
| /rust-libc-0.2.174/src/teeos/ |
| H A D | mod.rs | 1334 pub fn strtol(s: *const c_char, p: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
|
| /rust-libc-0.2.174/src/wasi/ |
| H A D | mod.rs | 585 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
|
| /rust-libc-0.2.174/src/solid/ |
| H A D | mod.rs | 563 pub fn strtol(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> c_long; in strtol() function
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 1161 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
|
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 673 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 3489 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
|