Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dstdlib.h26 static __attribute__((unused)) char itoa_buffer[21]; variable
223 /* converts unsigned long <in> to an hex string using the static itoa_buffer
229 utoh_r(in, itoa_buffer); in utoh()
230 return itoa_buffer; in utoh()
295 /* converts long integer <in> to a string using the static itoa_buffer and
301 itoa_r(in, itoa_buffer); in itoa()
302 return itoa_buffer; in itoa()
305 /* converts long integer <in> to a string using the static itoa_buffer and
311 itoa_r(in, itoa_buffer); in ltoa()
312 return itoa_buffer; in ltoa()
[all...]

Completed in 1 milliseconds