Home
last modified time | relevance | path

Searched refs:strextendf_with_separator (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/cryptsetup/cryptsetup-tokens/
Dcryptsetup-token-util.c20 r = strextendf_with_separator( in crypt_dump_buffer_to_hex_string()
47 r = strextendf_with_separator( in crypt_dump_hex_string()
Dcryptsetup-token-systemd-tpm2.c158 ((r = strextendf_with_separator(&pcrs_str, ", ", "%" PRIu32, i)) < 0)) in cryptsetup_token_dump()
/systemd-251/src/basic/
Dstring-util.h167 int strextendf_with_separator(char **x, const char *separator, const char *format, ...) _printf_(3,…
168 #define strextendf(x, ...) strextendf_with_separator(x, NULL, __VA_ARGS__)
Dstring-util.c793 int strextendf_with_separator(char **x, const char *separator, const char *format, ...) { in strextendf_with_separator() function
/systemd-251/src/test/
Dtest-string-util.c925 assert_se(strextendf_with_separator(&p, ",", "<%i>", 77) >= 0); in TEST()
928 assert_se(strextendf_with_separator(&p, ",", "<%i>", 99) >= 0); in TEST()
931 assert_se(strextendf_with_separator(&p, ",", "<%80i>", 88) >= 0); in TEST()
934 assert_se(strextendf_with_separator(&p, ",", "<%08x>", 0x1234) >= 0); in TEST()
/systemd-251/src/sysupdate/
Dsysupdate-partition.c95 r = strextendf_with_separator(&attrs, ",", "%u", i); in fdisk_partition_set_attrs_as_uint64()
/systemd-251/src/nspawn/
Dnspawn-mount.c393 …if (strextendf_with_separator(&buf, ",", "uid=" UID_FMT ",gid=" UID_FMT, uid_shift, uid_shift) < 0) in tmpfs_patch_options()
398 … if (strextendf_with_separator(&buf, ",", "context=\"%s\"", selinux_apifs_context) < 0) in tmpfs_patch_options()
/systemd-251/src/shared/
Dmount-util.c637 if (strextendf_with_separator(&str, "|", "%lx", flags) < 0) in mount_flags_to_string()
/systemd-251/src/network/
Dnetworkd-nexthop.c365 … (void) strextendf_with_separator(&group, ",", "%"PRIu32":%"PRIu32, nhg->id, nhg->weight+1); in log_nexthop_debug()