Searched refs:indent (Results 1 – 10 of 10) sorted by relevance
/systemd-251/src/basic/ |
D | hexdecoct.c | 654 char sep, int indent, in base64_append_width() argument 669 lines > (SSIZE_MAX - plen - 1 - 1) / (indent + width + 1)) in base64_append_width() 672 t = realloc(*prefix, (ssize_t) plen + 1 + 1 + (indent + width + 1) * lines); in base64_append_width() 682 memset(s, ' ', indent); in base64_append_width() 683 s += indent; in base64_append_width() 699 int indent, int width) { in base64_append() argument 701 if (plen > width / 2 || plen + indent > width) in base64_append() 703 return base64_append_width(prefix, plen, '\n', indent, p, l, width - indent - 1); in base64_append()
|
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-dump.c | 22 static char *indent(unsigned level, uint64_t flags) { in indent() function 133 prefix = indent(0, flags); in sd_bus_message_dump() 171 prefix = indent(level, flags); in sd_bus_message_dump() 179 prefix = indent(level, flags); in sd_bus_message_dump() 270 prefix = indent(0, flags); in sd_bus_message_dump()
|
/systemd-251/src/fuzz/ |
D | fuzz-bootspec-gen.py | 21 print(json.dumps(data, indent=4))
|
/systemd-251/ |
D | .gitattributes | 1 *.[ch] whitespace=tab-in-indent,trailing-space
|
D | .editorconfig | 17 # Match config files, set indent to spaces with width of eight
|
/systemd-251/src/resolve/ |
D | resolvectl.c | 742 size_t indent, sz; in resolve_service() local 782 indent = in resolve_service() 840 k = printf("%*s%s", (int) indent, "", pretty); in resolve_service() 856 printf("%*s(%s)\n", (int) indent, "", canonical); in resolve_service() 882 printf("%*s%s\n", (int) indent, "", escaped); in resolve_service() 902 printf("%*s(", (int) indent, ""); in resolve_service() 1381 …const unsigned indent = strlen("Global: "); /* Use the same indentation everywhere to make things … in status_print_strv_ifindex() local 1395 if (position <= indent || size_add(size_add(position, 1), our_len) < cols) { in status_print_strv_ifindex() 1399 printf("\n%*s%s", indent, "", *i); in status_print_strv_ifindex() 1400 position = size_add(our_len, indent); in status_print_strv_ifindex()
|
/systemd-251/src/rpm/ |
D | triggers.systemd.sh.in | 1 # -*- Mode: rpm-spec; indent-tabs-mode: nil -*- */
|
D | macros.systemd.in | 1 # -*- Mode: rpm-spec; indent-tabs-mode: nil -*- */
|
D | triggers.systemd.in | 1 # -*- Mode: rpm-spec; indent-tabs-mode: nil -*- */
|
/systemd-251/docs/ |
D | CODING_STYLE.md | 12 - 8ch indent, no tabs, except for files in `man/` which are 2ch indent, and 13 still no tabs, and shell scripts, which are 4ch indent, and no tabs either.
|