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
227 utoh_r(in, itoa_buffer); in utoh()
228 return itoa_buffer; in utoh()
299 itoa_r(in, itoa_buffer); in itoa()
300 return itoa_buffer; in itoa()
309 itoa_r(in, itoa_buffer); in ltoa()
310 return itoa_buffer; in ltoa()
319 utoa_r(in, itoa_buffer); in utoa()
320 return itoa_buffer; in utoa()
363 u64toh_r(in, itoa_buffer); in u64toh()
[all …]