Searched refs:utoa_to_buf (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/libbb/ |
D | pidfile.c | 35 end = utoa_to_buf(getpid(), buf, sizeof(buf)); in write_pidfile()
|
D | xfuncs.c | 62 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/ |
D | runsv.c | 351 *utoa_to_buf(WEXITSTATUS(s->wstat), exitcode, sizeof(exitcode)) = '\0'; in startservice()
|
/busybox-1.35.0/include/ |
D | libbb.h | 1088 char *utoa_to_buf(unsigned n, char *buf, unsigned buflen) FAST_FUNC;
|