Home
last modified time | relevance | path

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

/systemd-251/docs/
DUSER_NAMES.md49 32 characters, with upper and lower case letters, digits, underscores,
55 characters, as well as non-ASCII (i.e. UTF-8) user/group names.
58 white-space characters, as well as non-ASCII (i.e. UTF-8) user/group names.
85 In strict mode, only uppercase and lowercase characters are allowed, as well as
131 * No control characters (i.e. characters in ASCII range 1…31; rationale: they
137 * No colon characters (rationale: it is used as field separator in `/etc/passwd`)
DJOURNAL_NATIVE_PROTOCOL.md60 or newline characters (or any other control characters or non-ASCII characters)
108 single `MESSAGE=` field with embedded newline characters between the lines (the
DDESKTOP_ENVIRONMENTS.md66 * The RANDOM should be a string of random characters to ensure that multiple instances
DBOOT_LOADER_SPECIFICATION.md203 set: ASCII upper and lower case characters, digits, "+", "-", "_" and
205 characters (including file name suffix).
233 case hexadecimal characters (i.e. without any UUID formatting). This key is
DDISCOVERABLE_PARTITIONS.md268 formatted as series of (lowercase) hex characters.
278 root hash, formatted as series of (lowercase) hex characters (no `:`
DUSER_RECORD.md239 contain control characters (such as `\n`) or colons (`:`), since those are used
680 characters (i.e. 256bit of information), in groups of 8 chars separated by
DCODING_STYLE.md519 - Use `char` only for actual characters. Use `uint8_t` or `int8_t` when you
DJOURNAL_FILE_FORMAT.md183 The first 8 bytes of Journal files must contain the ASCII characters `LPKSHHRH`.
/systemd-251/
D.vimrc9 " more conservative 79 characters.
DNEWS219 format instead of simple series of hex characters.
1581 - Invalid characters in interface names are replaced with "_".
1912 characters literally.
2366 choice of Unicode characters: units in maintenance show a "○" symbol
6490 applies to units and tmpfiles.d configuration. Any percent characters
/systemd-251/catalog/
Dsystemd.catalog.in441 string; names containing NUL bytes, control characters, colon or slash
442 characters; names not valid UTF-8; names with leading or trailing whitespace;
461 name is used, with all "/" characters replaced by "-" (the leading one is
462 removed). Moreover, any non-alphanumeric characters (as well as any of ":",
465 under 256 characters in length to be a valid unit name. This restriction is
/systemd-251/src/network/
Dnetworkctl.c2426 static const char characters[] = { in lldp_capabilities_to_string() local
2432 ret = new(char, ELEMENTSOF(characters) + 1); in lldp_capabilities_to_string()
2436 for (i = 0; i < ELEMENTSOF(characters); i++) in lldp_capabilities_to_string()
2437 ret[i] = (x & (1U << i)) ? characters[i] : '.'; in lldp_capabilities_to_string()
/systemd-251/shell-completion/bash/
Dsystemctl.in235 # When trying to match a unit name with certain special characters in its name (i.e