Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dformat-util.h90 #define FORMAT_BYTES_MAX 16U macro
102 #define FORMAT_BYTES(t) format_bytes((char[FORMAT_BYTES_MAX]){}, FORMAT_BYTES_MAX, t)
103 #define FORMAT_BYTES_FULL(t, flag) format_bytes_full((char[FORMAT_BYTES_MAX]){}, FORMAT_BYTES_MAX, …
/systemd-251/src/test/
Dtest-format-util.c23 char buf[FORMAT_BYTES_MAX]; in test_format_bytes_one()
/systemd-251/src/shared/
Dformat-table.c1492 p = new(char, FORMAT_BYTES_MAX); in table_data_format()
1496 if (!format_bytes(p, FORMAT_BYTES_MAX, d->size)) in table_data_format()
1507 p = new(char, FORMAT_BYTES_MAX+2); in table_data_format()
1511 if (!format_bytes_full(p, FORMAT_BYTES_MAX, d->size, 0)) in table_data_format()
1515 strscpy(p + n, FORMAT_BYTES_MAX + 2 - n, "bps"); in table_data_format()
/systemd-251/src/cgtop/
Dcgtop.c118 #define BUFSIZE2 CONST_MAX(FORMAT_BYTES_MAX, DECIMAL_STR_MAX(uint64_t))