Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 25 of 26) sorted by relevance

12

/systemd-251/src/test/
Dtest-string-util.c300 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/
Dtest-networkd-conf.c15 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/
DINITRD_INTERFACE.md13 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
DJOURNAL_NATIVE_PROTOCOL.md95 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
DROOT_STORAGE_DAEMONS.md135 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
DGVARIANT-SERIALIZATION.md51 finally the actual body as variant (v). Putting this altogether a
DTESTING_WITH_SANITIZERS.md70 # If the path is correct, the "not found" message should change to an actual path
DUIDS-GIDS.md54 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,
DGROUP_RECORD.md123 `gr_passwd` field in `struct group` is set to `"x"`, and the actual password
DJOURNAL_FILE_FORMAT.md25 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
DJOURNAL_EXPORT_FORMATS.md23 …introduced this way. Note that these meta-fields are only generated when actual journal files are …
DCONTAINER_INTERFACE.md318 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
DUSER_RECORD.md223 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
DCODING_STYLE.md519 - 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
DENVIRONMENT.md42 line instead of the actual one in `/proc/cmdline`. This is useful for
/systemd-251/test/
Dnetworkd-test.py176 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/
Dsyslog.socket33 # symlink to itself, so that this socket activates the right actual
/systemd-251/sysctl.d/
D50-coredump.conf.in12 # systemd-coredump@.service, which will do the actual processing and storing of
/systemd-251/test/fuzz/fuzz-unit-file/
Dsyslog.socket34 # symlink to itself, so that this socket activates the right actual
/systemd-251/.lgtm/cpp-queries/
DUninitializedVariableWithCleanup.ql74 * _before_ the actual iniitialization (emphasis on _might_, since we
/systemd-251/test/fuzz/fuzz-udev-rules/
D78-sound-card.rules28 # for 'change' events only, and ignore the actual 'add' events.
/systemd-251/rules.d/
D78-sound-card.rules28 # for 'change' events only, and ignore the actual 'add' events.
/systemd-251/LICENSES/
DLGPL-2.0-or-later.txt36 …anges in header files, but we have achieved it as regards changes in the actual functions of the L…
/systemd-251/hwdb.d/
D60-keyboard.hwdb1762 …KEYBOARD_KEY_05=f21 # Fn+F1 -> KEY_F21 (The actual touchpad tog…
/systemd-251/
DNEWS26 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 …]

12