Home
last modified time | relevance | path

Searched defs:strtoull (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dstdlib.c13 unsigned long long int strtoull(const char *ptr, char **end, int base) in strtoull() function
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Dstdlib.c13 unsigned long long int strtoull(const char *ptr, char **end, int base) in strtoull() function
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
H A Dstrtol.c21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
H A Dstrtol.c21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
/third_party/musl/porting/linux/user/src/stdlib/
H A Dstrtol.c21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
/third_party/musl/porting/uniproton/kernel/src/stdlib/
H A Dstrtol.c21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
/third_party/musl/src/stdlib/
H A Dstrtol.c21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
/third_party/ninja/src/
H A Dutil.h118 #define strtoull _strtoui64 macro
/third_party/lz4/tests/
H A Ddatagencli.c40 #define strtoull _strtoui64 /* https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/strtoui64-wcstoui64-strtoui64-l-wcstoui64-l */ macro
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h49 #define strtoull _strtoui64 macro
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs341 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs602 pub fn strtoull(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> c_ulonglong; in strtoull() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs552 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs521 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1131 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3414 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() functions

Completed in 31 milliseconds