Searched refs:humanized (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sbin/kldstat/ |
| D | kldstat.c | 66 printfile(int fileid, int verbose, int humanized) in printfile() argument 76 if (humanized) { in printfile() 113 int humanized = 0; in main() local 127 humanized = 1; in main() 194 if (humanized) in main() 199 printfile(fileid, verbose, humanized); in main() 202 printfile(fileid, verbose, humanized); in main()
|
| /freebsd-12-stable/usr.bin/rctl/ |
| D | rctl.c | 259 char *end, *humanized; in humanize_ids() local 288 ret = asprintf(&humanized, "%s:%s:%s", subject, textid, rest); in humanize_ids() 292 return (humanized); in humanize_ids() 315 char *copy, *humanized, buf[6], *tofree; in humanize_amount() local 345 ret = asprintf(&humanized, "%s:%s:%s:%s=%s", in humanize_amount() 348 ret = asprintf(&humanized, "%s:%s:%s:%s=%s/%s", in humanize_amount() 356 return (humanized); in humanize_amount() 467 char *copy, *humanized, buf[6], *tofree; in humanize_usage_amount() local 487 ret = asprintf(&humanized, "%s=%s", resource, buf); in humanize_usage_amount() 492 return (humanized); in humanize_usage_amount()
|
| /freebsd-12-stable/contrib/libxo/doc/ |
| D | index.rst | 23 :manpage:`humanized(3)` output, internationalization, and UTF-8. The
|