/systemd/src/test/ |
H A D | test-replace-var.c | 28 return strjoin("<<<", variable, ">>>", NULL);
|
H A D | test-date.c | 63 with_utc = strjoin(p, " UTC", NULL); 72 with_utc = strjoin(p, " UTC", NULL);
|
H A D | test-namespace.c | 130 x = strjoin("/tmp/systemd-private-", boot_id, "-abcd.service-", NULL); 131 y = strjoin("/var/tmp/systemd-private-", boot_id, "-abcd.service-", NULL); 136 z = strjoin("/tmp/systemd-private-", boot_id, "-sys-devices-pci0000:00-0000:00:1a.0-usb3-3\\x2d1-3\\x2d1:1.0-bluetooth-hci0.device-", NULL); 137 zz = strjoin("/var/tmp/systemd-private-", boot_id, "-sys-devices-pci0000:00-0000:00:1a.0-usb3-3\\x2d1-3\\x2d1:1.0-bluetooth-hci0.device-", NULL);
|
/systemd/src/rc-local-generator/ |
H A D | rc-local-generator.c | 48 from = strjoin(SYSTEM_DATA_UNIT_PATH, "/", service, NULL); 52 to = strjoin(arg_dest, "/", where, ".wants/", service, NULL);
|
/systemd/src/shared/ |
H A D | dropin.c | 64 p = strjoin(dir, "/", unit, ".d", NULL); 68 q = strjoin(p, "/", prefix, "-", b, ".conf", NULL); 166 f = strjoin(path, "/", de->d_name, NULL); 195 path = strjoin(unit_path, "/", name, suffix, NULL); 210 p = strjoin(unit_path, "/", template, suffix, NULL);
|
H A D | base-filesystem.c | 85 p = strjoin(s, "/", table[i].exists, NULL);
|
/systemd/src/journal/ |
H A D | journald-wall.c | 60 l = l_buf = strjoin(identifier, ": ", message, NULL);
|
/systemd/src/gpt-auto-generator/ |
H A D | gpt-auto-generator.c | 79 p = strjoin(arg_dest, "/", n, NULL); 114 to = strjoin(arg_dest, "/", d, ".wants/", n, NULL); 123 to = strjoin(arg_dest, "/cryptsetup.target.requires/", n, NULL); 132 to = strjoin(arg_dest, "/dev-mapper-", e, ".device.requires/", n, NULL); 141 p = strjoin(arg_dest, "/dev-mapper-", e, ".device.d/50-job-timeout-sec-0.conf", NULL); 197 p = strjoin(arg_dest, "/", unit, NULL); 239 lnk = strjoin(arg_dest, "/", post, ".requires/", unit, NULL); 343 unit = strjoin(arg_dest, "/", name, NULL); 364 lnk = strjoin(arg_dest, "/" SPECIAL_SWAP_TARGET ".wants/", name, NULL); 396 opt = strjoin(option [all...] |
/systemd/src/cryptsetup/ |
H A D | cryptsetup-generator.c | 89 p = strjoin(arg_dest, "/", n, NULL); 191 to = strjoin(arg_dest, "/", d, ".wants/", n, NULL); 201 to = strjoin(arg_dest, "/cryptsetup.target.requires/", n, NULL); 203 to = strjoin(arg_dest, "/cryptsetup.target.wants/", n, NULL); 213 to = strjoin(arg_dest, "/dev-mapper-", e, ".device.requires/", n, NULL); 223 dmname = strjoin("dev-mapper-", e, ".device", NULL);
|
/systemd/src/debug-generator/ |
H A D | debug-generator.c | 116 p = strjoin(arg_dest, "/", *u, NULL); 139 p = strjoin(arg_dest, "/", arg_default_unit, ".wants/", *u, NULL);
|
/systemd/src/fstab-generator/ |
H A D | fstab-generator.c | 83 unit = strjoin(arg_dest, "/", name, NULL); 118 lnk = strjoin(arg_dest, "/" SPECIAL_SWAP_TARGET, 279 unit = strjoin(arg_dest, "/", name, NULL); 340 lnk = strjoin(arg_dest, "/", post, nofail || automount ? ".wants/" : ".requires/", name, NULL); 354 automount_unit = strjoin(arg_dest, "/", automount_name, NULL); 395 lnk = strjoin(arg_dest, "/", post, nofail ? ".wants/" : ".requires/", automount_name, NULL); 608 strjoin(arg_root_options, ",", value, NULL) : 630 strjoin(arg_usr_options, ",", value, NULL) :
|
/systemd/src/dbus1-generator/ |
H A D | dbus1-generator.c | 54 s = strjoin("dbus-", name, ".service", NULL); 58 a = strjoin(arg_dest_late, "/", s, NULL); 113 b = strjoin(arg_dest_late, "/", name, ".busname", NULL); 140 lnk = strjoin(arg_dest_late, "/" SPECIAL_BUSNAMES_TARGET ".wants/", name, ".busname", NULL);
|
/systemd/src/hibernate-resume/ |
H A D | hibernate-resume-generator.c | 59 lnk = strjoin(arg_dest, "/" SPECIAL_SYSINIT_TARGET ".wants/", name, NULL);
|
/systemd/src/libsystemd/sd-bus/ |
H A D | test-bus-proxy.c | 77 matchstr = strjoin("type='signal',"
|
/systemd/src/core/ |
H A D | locale-setup.c | 90 s = strjoin(locale_variable_to_string(i), "=", variables[i], NULL);
|
/systemd/src/libsystemd/sd-path/ |
H A D | sd-path.c | 80 cc = strjoin(h, "/", suffix, NULL); 385 cc = strjoin(ret, "/", suffix, NULL); 453 h = strjoin(e, "/", home_suffix, NULL); 619 *j = strjoin(*i, "/", suffix, NULL);
|
/systemd/src/basic/ |
H A D | path-util.c | 84 return strjoin(prefix, "/", p, NULL); 105 c = strjoin(cwd, "/", p, NULL); 444 return strjoin(root, endswith(root, "/") ? "" : "/", 450 return strjoin(path, 497 j = strjoin(element, "/", name, NULL);
|
H A D | conf-files.c | 63 p = strjoin(dirpath, "/", de->d_name, NULL);
|
/systemd/src/network/ |
H A D | networkctl.c | 777 s = strjoin(t, lldp_system_capability_to_string(LLDP_SYSTEM_CAPABILITIES_OTHER), " ", NULL); 786 s = strjoin(t, lldp_system_capability_to_string(LLDP_SYSTEM_CAPABILITIES_REPEATER), " ", NULL); 795 s = strjoin(t, lldp_system_capability_to_string(LLDP_SYSTEM_CAPABILITIES_BRIDGE), " ", NULL); 804 s = strjoin(t, lldp_system_capability_to_string(LLDP_SYSTEM_CAPABILITIES_WLAN_AP), " ", NULL); 813 s = strjoin(t, lldp_system_capability_to_string(LLDP_SYSTEM_CAPABILITIES_ROUTER), " ", NULL); 822 s = strjoin(t, lldp_system_capability_to_string(LLDP_SYSTEM_CAPABILITIES_PHONE), " ", NULL); 831 s = strjoin(t, lldp_system_capability_to_string(LLDP_SYSTEM_CAPABILITIES_DOCSIS), " ", NULL); 840 s = strjoin(t, lldp_system_capability_to_string(LLDP_SYSTEM_CAPABILITIES_STATION), " ", NULL); 849 s = strjoin(t, lldp_system_capability_to_string(LLDP_SYSTEM_CAPABILITIES_CVLAN), " ", NULL); 858 s = strjoin( [all...] |
/systemd/src/delta/ |
H A D | delta.c | 225 path = strjoin(toppath, "/", drop, NULL); 253 p = strjoin(path, "/", *file, NULL); 341 p = strjoin(path, "/", de->d_name, NULL); 394 t = strjoin(p, "/", suffix, NULL);
|
/systemd/src/escape/ |
H A D | escape.c | 194 x = strjoin(e, ".", arg_suffix, NULL);
|
/systemd/src/backlight/ |
H A D | backlight.c | 360 saved = strjoin("/var/lib/systemd/backlight/", escaped_path_id, ":", escaped_ss, ":", escaped_sysname, NULL); 362 saved = strjoin("/var/lib/systemd/backlight/", escaped_ss, ":", escaped_sysname, NULL);
|
/systemd/src/bus-proxyd/ |
H A D | stdio-bridge.c | 111 a = strjoin("x-machine-kernel:machine=", e, ";x-machine-unix:machine=", e, NULL);
|
H A D | test-bus-xml-policy.c | 37 path = strjoin(TEST_DIR, "/bus-policy/", name, NULL);
|
/systemd/src/cgls/ |
H A D | cgls.c | 225 j = strjoin(root, "/", p, NULL);
|