Searched refs:itoa_to_buf (Results 1 – 2 of 2) sorted by relevance
94 char* FAST_FUNC itoa_to_buf(int n, char *buf, unsigned buflen) in itoa_to_buf() function126 *(itoa_to_buf(n, local_buf, sizeof(local_buf) - 1)) = '\0'; in itoa()
1089 char *itoa_to_buf(int n, char *buf, unsigned buflen) FAST_FUNC;