Home
last modified time | relevance | path

Searched refs:newline (Results 1 – 13 of 13) sorted by relevance

/systemd-251/docs/
DJOURNAL_EXPORT_FORMATS.md20 * Two journal entries that follow each other are separated by a double newline.
21 … the field name, followed by '=', followed by field data), followed by a newline as separator to t…
22 …ame, followed by newline, followed by a binary 64bit little endian size value, followed by the bin…
DJOURNAL_NATIVE_PROTOCOL.md60 or newline characters (or any other control characters or non-ASCII characters)
67 the result with `\n` (i.e. the newline character, ASCII code 10). Example: a
79 If the value of a key/value pair contains a newline character (`\n`), it *must*
108 single `MESSAGE=` field with embedded newline characters between the lines (the
135 contains a newline character, and thus the second method is needed to be used.
DCODE_QUALITY.md32 4. Use `./tools/find-double-newline.sh recdiff` to find double newlines. Use
33 `./tools/find-double-newline.sh recpatch` to fix them. Take this with a grain
DUSER_NAMES.md133 moreover the newline character — as a specific control character — is used as
DCONTAINER_INTERFACE.md264 should be newline terminated. Passing this information via this file has the
270 be newline terminated.
DBOOT_LOADER_SPECIFICATION.md208 separation with a single newline character), in the UTF-8 encoding. The
317 with a UNIX newline). Tools that need to determine whether an existing
/systemd-251/src/shared/
Dpretty-print.c135 static int cat_file(const char *filename, bool newline) { in cat_file() argument
149 newline ? "\n" : "", in cat_file()
Dlogs-show.c54 const char *newline, *prefix; in print_catalog() local
70newline = strjoina(ansi_normal(), "\n", ansi_grey(), prefix, ansi_normal(), " ", ansi_green()); in print_catalog()
72 z = strreplace(strstrip(t), "\n", newline); in print_catalog()
/systemd-251/
D.editorconfig10 # Unix-style newlines with a newline ending every file, utf-8 charset
DTODO1750 - fix logic always print a final newline on output.
DNEWS1915 suppressing output of a trailing newline character when writing the
5638 newline separated lists of paths) in addition to the ones it already
/systemd-251/src/network/
Dnetworkctl.c2465 bool newline; in lldp_capabilities_legend() local
2467 newline = w + strlen(table[i]) + (w == 0 ? 0 : 2) > cols; in lldp_capabilities_legend()
2468 if (newline) in lldp_capabilities_legend()
2470 w += printf("%s%s%s", newline ? "\n" : "", w == 0 ? "" : "; ", table[i]); in lldp_capabilities_legend()
/systemd-251/src/libsystemd/sd-journal/
Dsd-journal.c2843 bool newline = false; in journal_print_header() local
2848 if (newline) in journal_print_header()
2851 newline = true; in journal_print_header()