Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 10 of 10) sorted by relevance

/systemd-251/src/basic/
Dhexdecoct.c654 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/
Dbus-dump.c22 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/
Dfuzz-bootspec-gen.py21 print(json.dumps(data, indent=4))
/systemd-251/
D.gitattributes1 *.[ch] whitespace=tab-in-indent,trailing-space
D.editorconfig17 # Match config files, set indent to spaces with width of eight
/systemd-251/src/resolve/
Dresolvectl.c742 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/
Dtriggers.systemd.sh.in1 # -*- Mode: rpm-spec; indent-tabs-mode: nil -*- */
Dmacros.systemd.in1 # -*- Mode: rpm-spec; indent-tabs-mode: nil -*- */
Dtriggers.systemd.in1 # -*- Mode: rpm-spec; indent-tabs-mode: nil -*- */
/systemd-251/docs/
DCODING_STYLE.md12 - 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.