/systemd-251/src/test/ |
D | test-string-util.c | 300 char *actual; in TEST() local 302 actual = strjoina("", "foo", "bar"); in TEST() 303 assert_se(streq(actual, "foobar")); in TEST() 305 actual = strjoina("foo", "bar", "baz"); in TEST() 306 assert_se(streq(actual, "foobarbaz")); in TEST() 308 actual = strjoina("foo", "", "bar", "baz"); in TEST() 309 assert_se(streq(actual, "foobarbaz")); in TEST() 311 actual = strjoina("foo"); in TEST() 312 assert_se(streq(actual, "foo")); in TEST() 314 actual = strjoina(NULL); in TEST() [all …]
|
/systemd-251/src/network/ |
D | test-networkd-conf.c | 15 DUID actual = {}; in test_config_parse_duid_type_one() local 18 …config_parse_duid_type("network", "filename", 1, "section", 1, "lvalue", 0, rvalue, &actual, NULL); in test_config_parse_duid_type_one() 19 log_info_errno(r, "\"%s\" → %d (%m)", rvalue, actual.type); in test_config_parse_duid_type_one() 21 assert_se(expected == actual.type); in test_config_parse_duid_type_one() 23 assert_se(expected_time == actual.llt_time); in test_config_parse_duid_type_one() 41 DUID actual = {}; in test_config_parse_duid_rawdata_one() local 45 …fig_parse_duid_rawdata("network", "filename", 1, "section", 1, "lvalue", 0, rvalue, &actual, NULL); in test_config_parse_duid_rawdata_one() 46 d = hexmem(actual.raw_data, actual.raw_data_len); in test_config_parse_duid_rawdata_one() 51 assert_se(actual.raw_data_len == expected->raw_data_len); in test_config_parse_duid_rawdata_one() 52 assert_se(memcmp(actual.raw_data, expected->raw_data, expected->raw_data_len) == 0); in test_config_parse_duid_rawdata_one() [all …]
|
/systemd-251/docs/ |
D | INITRD_INTERFACE.md | 13 userspace code that runs. It typically finds and transitions into the actual 47 implemented as an actual ramdisk, ramfs or tmpfs. We recommend using _initrd_ 48 in this sense as a term that is unrelated to the actual backing technologies
|
D | JOURNAL_NATIVE_PROTOCOL.md | 95 actual log message text. Other relevant keys a client should send in most cases 180 comparing the device and inode number of the actual STDERR file descriptor with
|
D | ROOT_STORAGE_DAEMONS.md | 135 the actual root file system, but from a path in a completely different 156 support storage daemons to be started from within the actual OS, for example
|
D | GVARIANT-SERIALIZATION.md | 51 finally the actual body as variant (v). Putting this altogether a
|
D | TESTING_WITH_SANITIZERS.md | 70 # If the path is correct, the "not found" message should change to an actual path
|
D | UIDS-GIDS.md | 54 1. 1…999 → System users. These are users that do not map to actual "human" 89 Note that the actual GID numbers assigned to these groups do not have to be 93 possible. (Note that the actual GID can be changed during `systemd` build time,
|
D | GROUP_RECORD.md | 123 `gr_passwd` field in `struct group` is set to `"x"`, and the actual password
|
D | JOURNAL_FILE_FORMAT.md | 25 that the actual implementation in the [systemd 197 the actual file size on disk is smaller than the reported value it shall 400 Data objects carry actual field data in the **payload[]** array, including a 445 The **payload[]** array contains the actual field name, without '=' or any
|
D | JOURNAL_EXPORT_FORMATS.md | 23 …introduced this way. Note that these meta-fields are only generated when actual journal files are …
|
D | CONTAINER_INTERFACE.md | 318 the actual `cgroupfs` tree visible, then. (You may "prune" some branches 342 actual attempt to make use of the audit subsystem will fail. Note that
|
D | USER_RECORD.md | 223 to refer to an actual DNS domain (though it is recommended to use one for 772 updated to prefer `subvolume`, which however doesn't change the actual storage 899 `key` (both are strings). The `data` field contains the actual signature, 1002 `pw_passwd` field in `struct passwd` is set to `"x"`, and the actual password
|
D | CODING_STYLE.md | 519 - Use `char` only for actual characters. Use `uint8_t` or `int8_t` when you 578 node which may block when opening. Moreover even for actual regular files
|
D | ENVIRONMENT.md | 42 line instead of the actual one in `/proc/cmdline`. This is useful for
|
/systemd-251/test/ |
D | networkd-test.py | 176 actual = fields[-1] 177 if (actual != expected and 178 not (expected == 'managed' and actual != 'unmanaged')): 179 self.fail("Link {} expects state {}, found {}".format(iface, expected, actual))
|
/systemd-251/units/ |
D | syslog.socket | 33 # symlink to itself, so that this socket activates the right actual
|
/systemd-251/sysctl.d/ |
D | 50-coredump.conf.in | 12 # systemd-coredump@.service, which will do the actual processing and storing of
|
/systemd-251/test/fuzz/fuzz-unit-file/ |
D | syslog.socket | 34 # symlink to itself, so that this socket activates the right actual
|
/systemd-251/.lgtm/cpp-queries/ |
D | UninitializedVariableWithCleanup.ql | 74 * _before_ the actual iniitialization (emphasis on _might_, since we
|
/systemd-251/test/fuzz/fuzz-udev-rules/ |
D | 78-sound-card.rules | 28 # for 'change' events only, and ignore the actual 'add' events.
|
/systemd-251/rules.d/ |
D | 78-sound-card.rules | 28 # for 'change' events only, and ignore the actual 'add' events.
|
/systemd-251/LICENSES/ |
D | LGPL-2.0-or-later.txt | 36 …anges in header files, but we have achieved it as regards changes in the actual functions of the L…
|
/systemd-251/hwdb.d/ |
D | 60-keyboard.hwdb | 1762 …KEYBOARD_KEY_05=f21 # Fn+F1 -> KEY_F21 (The actual touchpad tog…
|
/systemd-251/ |
D | NEWS | 26 return parameter, containing the actual extension release metadata. 409 diskseq value. To be safe against races, the actual diskseq value of 1144 "frozen" upon first use and becomes independent of the actual 2436 units for restart/reload while updating, but effect the actual 3586 instead of operating on actual block devices. 6100 allows ordering services before the service that executes the actual 7212 an actual implementation. With MulticastDNS=yes a host can resolve 7408 tmpfs, and only /usr is mounted from the actual root file system. If 9540 kernel EFI binaries that contain not only the actual kernel, 9680 separation to ensure the actual download logic runs with [all …]
|