Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dpidfile.c35 end = utoa_to_buf(getpid(), buf, sizeof(buf)); in write_pidfile()
Dxfuncs.c62 char* FAST_FUNC utoa_to_buf(unsigned n, char *buf, unsigned buflen) in utoa_to_buf() function
103 return utoa_to_buf((unsigned)n, buf, buflen); in itoa_to_buf()
118 *(utoa_to_buf(n, local_buf, sizeof(local_buf) - 1)) = '\0'; in utoa()
/busybox-1.35.0/runit/
Drunsv.c351 *utoa_to_buf(WEXITSTATUS(s->wstat), exitcode, sizeof(exitcode)) = '\0'; in startservice()
/busybox-1.35.0/include/
Dlibbb.h1088 char *utoa_to_buf(unsigned n, char *buf, unsigned buflen) FAST_FUNC;