Home
last modified time | relevance | path

Searched refs:STRINGIFY (Results 1 – 24 of 24) sorted by relevance

/systemd-251/src/test/
Dtest-sizeof.c20 printf("%s → %zu bits, %zu byte alignment\n", STRINGIFY(t), \
25 printf("%s → %zu bits%s, %zu byte alignment\n", STRINGIFY(t), \
27 strstr(STRINGIFY(t), "signed") ? "" : \
Dtest-locale-util.c84 #define dump_glyph(x) log_info(STRINGIFY(x) ": %s", special_glyph(x))
Dtest-signal-util.c13 #define info(sig) log_info(#sig " = " STRINGIFY(sig) " = %d", sig)
/systemd-251/src/basic/
Defivars.h37 #define EFI_GLOBAL_VARIABLE(name) EFI_GLOBAL_VARIABLE_STR(STRINGIFY(name))
38 #define EFI_LOADER_VARIABLE(name) EFI_LOADER_VARIABLE_STR(STRINGIFY(name))
39 #define EFI_SYSTEMD_VARIABLE(name) EFI_SYSTEMD_VARIABLE_STR(STRINGIFY(name))
Dutil.c159 printf("systemd " STRINGIFY(PROJECT_VERSION) " (" GIT_VERSION ")\n%s\n", in version()
Dsocket-util.c1145 … "Failed to flush connections within " STRINGIFY(MAX_FLUSH_ITERATIONS) " iterations."); in flush_accept()
/systemd-251/src/shared/
Dtest-tables.h40 _test_table(STRINGIFY(lower), lower##_to_string, lower##_from_string, _##upper##_MAX, false)
43 _test_table(STRINGIFY(lower), lower##_to_string, lower##_from_string, _##upper##_MAX, true)
Ddlfcn-util.h22 &sym_##arg, STRINGIFY(arg)
Dtests.h67 … .name = STRINGIFY(func), \
Dmount-setup.c81 …{ "devpts", "/dev/pts", "devpts", "mode=620,gid=" STRINGIFY(TTY_GID), …
/systemd-251/src/fundamental/
Dsbat.h7 …SBAT_PROJECT "." SBAT_DISTRO "," STRINGIFY(SBAT_DISTRO_GENERATION) "," SBAT_DISTRO_SUMMARY "," SBA…
Dmacro-fundamental.h38 #define STRINGIFY(x) XSTRINGIFY(x) macro
/systemd-251/src/nspawn/
Dtest-nspawn-util.c11 FOREACH_STRING(version, "0", "231", STRINGIFY(PROJECT_VERSION), "999") { in TEST()
/systemd-251/src/udev/
Dudevadm.h21 puts(STRINGIFY(PROJECT_VERSION)); in print_version()
Dudev-ctrl.c296 .version = "udev-" STRINGIFY(PROJECT_VERSION), in udev_ctrl_send()
/systemd-251/src/core/
Dmanager-dump.c36 …fprintf(f, "%sManager: systemd " STRINGIFY(PROJECT_VERSION) " (" GIT_VERSION ")\n", strempty(prefi… in manager_dump()
/systemd-251/src/cryptsetup/cryptsetup-tokens/
Dcryptsetup-token-systemd-pkcs11.c21 …return TOKEN_VERSION_MAJOR "." TOKEN_VERSION_MINOR " systemd-v" STRINGIFY(PROJECT_VERSION) " (" GI… in cryptsetup_token_version()
Dcryptsetup-token-systemd-fido2.c21 …return TOKEN_VERSION_MAJOR "." TOKEN_VERSION_MINOR " systemd-v" STRINGIFY(PROJECT_VERSION) " (" GI… in cryptsetup_token_version()
Dcryptsetup-token-systemd-tpm2.c23 …return TOKEN_VERSION_MAJOR "." TOKEN_VERSION_MINOR " systemd-v" STRINGIFY(PROJECT_VERSION) " (" GI… in cryptsetup_token_version()
/systemd-251/src/journal-remote/
Djournal-upload.c446 u->url = strjoin(proto, t, ":" STRINGIFY(DEFAULT_PORT), "/upload"); in setup_uploader()
602 STRINGIFY(DEFAULT_PORT) ")\n" in help()
/systemd-251/src/journal/
Djournald-native.c144 …log_debug("Received an entry that has more than " STRINGIFY(ENTRY_FIELD_COUNT_MAX) " fields, ignor… in server_process_entry()
/systemd-251/src/coredump/
Dcoredump.c1285 (void) iovw_put_string_field(iovw, "PRIORITY=", STRINGIFY(LOG_CRIT)); in process_kernel()
1338 (void) iovw_put_string_field(iovw, "PRIORITY=", STRINGIFY(LOG_CRIT)); in process_backtrace()
/systemd-251/src/libsystemd/sd-device/
Ddevice-private.c1063 fputs("V:" STRINGIFY(LATEST_UDEV_DATABASE_VERSION) "\n", f); in device_update_db()
/systemd-251/src/busctl/
Dbusctl.c1334 "busctl (systemd) " STRINGIFY(PROJECT_VERSION) " (Git " GIT_VERSION ")"; in verb_capture()