Searched refs:options_escaped (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/shared/ |
D | generator.c | 622 …char *name_escaped = NULL, *what_escaped = NULL, *key_file_escaped = NULL, *options_escaped = NULL; in generator_write_cryptsetup_service_section() local 643 options_escaped = specifier_escape(options); in generator_write_cryptsetup_service_section() 644 if (!options_escaped) in generator_write_cryptsetup_service_section() 658 name_escaped, what_escaped, strempty(key_file_escaped), strempty(options_escaped), in generator_write_cryptsetup_service_section() 697 *roothash_escaped = NULL, *options_escaped = NULL; in generator_write_veritysetup_service_section() local 721 options_escaped = specifier_escape(options); in generator_write_veritysetup_service_section() 722 if (!options_escaped) in generator_write_veritysetup_service_section() 733 … name_escaped, data_what_escaped, hash_what_escaped, roothash_escaped, strempty(options_escaped), in generator_write_veritysetup_service_section()
|
/systemd-251/src/veritysetup/ |
D | veritysetup-generator.c | 59 *hash_escaped = NULL, *options_escaped = NULL; in create_device() local 105 options_escaped = specifier_escape(strempty(options)); in create_device() 106 if (!options_escaped) in create_device() 135 name, u_escaped, v_escaped, hash_escaped, options_escaped, in create_device()
|