Home
last modified time | relevance | path

Searched refs:STR_C (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/fundamental/
Defivars-fundamental.c6 [SECURE_BOOT_UNSUPPORTED] = STR_C("unsupported"),
7 [SECURE_BOOT_DISABLED] = STR_C("disabled"),
8 [SECURE_BOOT_UNKNOWN] = STR_C("unknown"),
9 [SECURE_BOOT_AUDIT] = STR_C("audit"),
10 [SECURE_BOOT_DEPLOYED] = STR_C("deployed"),
11 [SECURE_BOOT_SETUP] = STR_C("setup"),
12 [SECURE_BOOT_USER] = STR_C("user"),
Dstring-util-fundamental.h18 #define STR_C(str) (L ## str) macro
21 #define STR_C(str) (str) macro
65 return b ? STR_C("yes") : STR_C("no"); in yes_no()