Home
last modified time | relevance | path

Searched defs:strtol (Results 1 – 25 of 85) sorted by relevance

1234

/aosp_15_r20/external/compiler-rt/test/asan/TestCases/
H A Dinterception_failure_test.cc13 extern "C" long strtol(const char *nptr, char **endptr, int base) { in strtol() function
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Linux/
H A Dinterception_test.cc11 extern "C" long strtol(const char *nptr, char **endptr, int base) { in strtol() function
/aosp_15_r20/external/trusty/lk/lib/libc/
Dstrtol.c44 strtol(const char *nptr, char **endptr, int base) in strtol() function
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libc/
Dstrtol.c48 long strtol(const char *nptr, char **endptr, int base) in strtol() function
/aosp_15_r20/external/arm-trusted-firmware/lib/libc/
H A Dstrtol.c48 long strtol(const char *nptr, char **endptr, int base) in strtol() function
/aosp_15_r20/external/musl/src/stdlib/
H A Dstrtol.c36 long strtol(const char *restrict s, char **restrict p, int base) in strtol() function
/aosp_15_r20/external/trusty/musl/src/stdlib/
Dstrtol.c36 long strtol(const char *restrict s, char **restrict p, int base) in strtol() function
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/
H A Dlame_string.c90 long int strtol(const char *nptr, char **endptr, int base) in strtol() function
/aosp_15_r20/bionic/libc/bionic/
H A Dstrtol.cpp142 long strtol(const char* s, char** end, int base) { in strtol() function
/aosp_15_r20/external/mtools/
H A DmissFuncs.c231 long strtol(const char *string, char **eptr, int base) in strtol() function
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dstring.c468 long int strtol(const char *ptr, char **endptr, int base) in strtol() function
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc609 INTERCEPTOR(long, strtol, const char *nptr, // NOLINT in INTERCEPTOR() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/windows/
H A Dmod.rs342 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/windows/
H A Dmod.rs342 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/windows/
H A Dmod.rs342 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/windows/
H A Dmod.rs342 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/windows/
H A Dmod.rs342 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/windows/
H A Dmod.rs342 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/windows/
Dmod.rs342 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_21/gen/
Dstub.c858 void strtol() {} in strtol() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/
H A Dmod.rs506 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/
H A Dmod.rs505 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_23/gen/
Dstub.c947 void strtol() {} in strtol() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/unix/
H A Dmod.rs506 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/
H A Dmod.rs505 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() function

1234