Home
last modified time | relevance | path

Searched refs:itoa (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/include/nolibc/
H A Dstdlib.h300 char *itoa(long in) in itoa() function
/linux-6.15/tools/testing/selftests/nolibc/
H A Dnolibc-test.c84 char *itoa(int i) in itoa() function
141 return itoa(err); in errorname()