Home
last modified time | relevance | path

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

/dragonfly/sbin/mountctl/
H A Dmountctl.c58 static const char *numtostr(int64_t num);
465 printf(" membufsize=%s\n", numtostr(rstat->membufsize)); in mountctl_list()
466 printf(" membufused=%s\n", numtostr(rstat->membufused)); in mountctl_list()
467 printf(" membufunacked=%s\n", numtostr(rstat->membufunacked)); in mountctl_list()
468 printf(" total_bytes=%s\n", numtostr(rstat->bytessent)); in mountctl_list()
618 numtostr(int64_t num) in numtostr() function