Searched refs:strextendf_with_separator (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/cryptsetup/cryptsetup-tokens/ |
D | cryptsetup-token-util.c | 20 r = strextendf_with_separator( in crypt_dump_buffer_to_hex_string() 47 r = strextendf_with_separator( in crypt_dump_hex_string()
|
D | cryptsetup-token-systemd-tpm2.c | 158 ((r = strextendf_with_separator(&pcrs_str, ", ", "%" PRIu32, i)) < 0)) in cryptsetup_token_dump()
|
/systemd-251/src/basic/ |
D | string-util.h | 167 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__)
|
D | string-util.c | 793 int strextendf_with_separator(char **x, const char *separator, const char *format, ...) { in strextendf_with_separator() function
|
/systemd-251/src/test/ |
D | test-string-util.c | 925 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/ |
D | sysupdate-partition.c | 95 r = strextendf_with_separator(&attrs, ",", "%u", i); in fdisk_partition_set_attrs_as_uint64()
|
/systemd-251/src/nspawn/ |
D | nspawn-mount.c | 393 …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/ |
D | mount-util.c | 637 if (strextendf_with_separator(&str, "|", "%lx", flags) < 0) in mount_flags_to_string()
|
/systemd-251/src/network/ |
D | networkd-nexthop.c | 365 … (void) strextendf_with_separator(&group, ",", "%"PRIu32":%"PRIu32, nhg->id, nhg->weight+1); in log_nexthop_debug()
|