Searched defs:strtol (Results 1 – 11 of 11) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
D | strtol.c | 36 long strtol(const char *restrict s, char **restrict p, int base) in strtol() function
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
D | strtol.c | 36 long strtol(const char *restrict s, char **restrict p, int base) in strtol() function
|
/third_party/musl/src/stdlib/ |
D | strtol.c | 36 long strtol(const char *restrict s, char **restrict p, int base) in strtol() function
|
/third_party/musl/porting/linux/user/src/stdlib/ |
D | strtol.c | 36 long strtol(const char *restrict s, char **restrict p, int base) in strtol() function
|
/third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
D | strtol.c | 36 long strtol(const char *restrict s, char **restrict p, int base) in strtol() function
|
/third_party/rust/crates/libc/src/windows/ |
D | mod.rs | 338 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 518 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 549 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 571 pub fn strtol(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> c_long; in strtol() function
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1128 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3411 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
|