Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/
H A Dstdlib.h29 static __attribute__((unused)) char itoa_buffer[21]; variable
225 utoh_r(in, itoa_buffer); in utoh()
226 return itoa_buffer; in utoh()
297 itoa_r(in, itoa_buffer); in itoa()
298 return itoa_buffer; in itoa()
307 itoa_r(in, itoa_buffer); in ltoa()
308 return itoa_buffer; in ltoa()
317 utoa_r(in, itoa_buffer); in utoa()
318 return itoa_buffer; in utoa()
361 u64toh_r(in, itoa_buffer); in u64toh()
[all …]