Searched refs:newline (Results 1 – 13 of 13) sorted by relevance
/systemd-251/docs/ |
D | JOURNAL_EXPORT_FORMATS.md | 20 * 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…
|
D | JOURNAL_NATIVE_PROTOCOL.md | 60 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.
|
D | CODE_QUALITY.md | 32 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
|
D | USER_NAMES.md | 133 moreover the newline character — as a specific control character — is used as
|
D | CONTAINER_INTERFACE.md | 264 should be newline terminated. Passing this information via this file has the 270 be newline terminated.
|
D | BOOT_LOADER_SPECIFICATION.md | 208 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/ |
D | pretty-print.c | 135 static int cat_file(const char *filename, bool newline) { in cat_file() argument 149 newline ? "\n" : "", in cat_file()
|
D | logs-show.c | 54 const char *newline, *prefix; in print_catalog() local 70 … newline = 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 | .editorconfig | 10 # Unix-style newlines with a newline ending every file, utf-8 charset
|
D | TODO | 1750 - fix logic always print a final newline on output.
|
D | NEWS | 1915 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/ |
D | networkctl.c | 2465 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/ |
D | sd-journal.c | 2843 bool newline = false; in journal_print_header() local 2848 if (newline) in journal_print_header() 2851 newline = true; in journal_print_header()
|