Home
last modified time | relevance | path

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

/systemd-251/docs/
DGVARIANT-SERIALIZATION.md19 Note that the body is not padded at the end, the complete message
DCOREDUMP_PACKAGE_METADATA.md36 The metadata will be embedded in a single, new, 4-bytes-aligned, allocated, 0-padded,
DDISCOVERABLE_PARTITIONS.md264 text form, padded with NUL bytes to the next multiple of 4096 bytes in
DJOURNAL_FILE_FORMAT.md77 * All structures are aligned to 64bit boundaries and padded to multiples of 64bit
/systemd-251/src/shared/
Dformat-table.c2293 _cleanup_free_ char *padded = NULL; in table_print() local
2301padded = 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()