Home
last modified time | relevance | path

Searched refs:l64a (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/src/misc/
Da64l.c20 char *l64a(long x0) in l64a() function
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h126 char *l64a (long);
/third_party/musl/libc-test/src/api/
Dstdlib.c79 {char*(*p)(long) = l64a;} in f()
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h123 char *l64a (long);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h124 char *l64a (long);
/third_party/musl/include/
Dstdlib.h125 char *l64a (long);
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h124 char *l64a (long);
/third_party/musl/porting/linux/user/include/
Dstdlib.h129 char *l64a (long);
/third_party/musl/
Dlibc.map.txt1030 l64a;
DWHATSNEW444 - a64l, l64a functions
/third_party/rust/crates/libc/src/solid/
Dmod.rs588 pub fn l64a(arg1: c_long) -> *mut c_char; in l64a() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp5851 extern char *l64a (long int __n) throw () ;