Searched refs:humanized (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/kldstat/ |
H A D | kldstat.c | 69 printfile(int fileid, int verbose, int humanized) in printfile() argument 78 if (humanized) { in printfile() 113 int humanized = 0; in main() local 128 humanized = 1; in main() 194 if (humanized) { in main() 202 printfile(fileid, verbose, humanized); in main() 205 printfile(fileid, verbose, humanized); in main()
|
/freebsd/usr.bin/rctl/ |
H A D | rctl.c | 253 char *end, *humanized; in humanize_ids() local 282 ret = asprintf(&humanized, "%s:%s:%s", subject, textid, rest); in humanize_ids() 286 return (humanized); in humanize_ids() 309 char *copy, *humanized, buf[6], *tofree; in humanize_amount() local 339 ret = asprintf(&humanized, "%s:%s:%s:%s=%s", in humanize_amount() 342 ret = asprintf(&humanized, "%s:%s:%s:%s=%s/%s", in humanize_amount() 350 return (humanized); in humanize_amount() 462 char *copy, *humanized, buf[6], *tofree; in humanize_usage_amount() local 482 ret = asprintf(&humanized, "%s=%s", resource, buf); in humanize_usage_amount() 487 return (humanized); in humanize_usage_amount()
|
/freebsd/contrib/libxo/doc/ |
H A D | index.rst | 23 :manpage:`humanized(3)` output, internationalization, and UTF-8. The
|