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

/linux-master/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);
230 return itoa_buffer;
295 /* converts long integer <in> to a string using the static itoa_buffer and
301 itoa_r(in, itoa_buffer);
302 return itoa_buffer;
305 /* converts long integer <in> to a string using the static itoa_buffer and
311 itoa_r(in, itoa_buffer);
312 return itoa_buffer;
[all...]

Completed in 163 milliseconds