Searched refs:padded (Results 1 – 5 of 5) sorted by relevance
/systemd-251/docs/ |
D | GVARIANT-SERIALIZATION.md | 19 Note that the body is not padded at the end, the complete message
|
D | COREDUMP_PACKAGE_METADATA.md | 36 The metadata will be embedded in a single, new, 4-bytes-aligned, allocated, 0-padded,
|
D | DISCOVERABLE_PARTITIONS.md | 264 text form, padded with NUL bytes to the next multiple of 4096 bytes in
|
D | JOURNAL_FILE_FORMAT.md | 77 * All structures are aligned to 64bit boundaries and padded to multiples of 64bit
|
/systemd-251/src/shared/ |
D | format-table.c | 2293 _cleanup_free_ char *padded = NULL; in table_print() local 2301 … padded = strjoin(field, special_glyph(SPECIAL_GLYPH_ELLIPSIS)); in table_print() 2302 if (!padded) in table_print() 2305 buffer = ellipsize(padded, width[j], 100); in table_print()
|