Searched refs:system_and_tmp_specifier_table (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/shared/ |
D | specifier.h | 105 extern const Specifier system_and_tmp_specifier_table[];
|
D | specifier.c | 487 const Specifier system_and_tmp_specifier_table[] = { variable
|
/systemd-251/src/sysusers/ |
D | sysusers.c | 1541 …r = specifier_printf(name, NAME_MAX, system_and_tmp_specifier_table, arg_root, NULL, &resolved_nam… in parse_line() 1556 …r = specifier_printf(id, PATH_MAX-1, system_and_tmp_specifier_table, arg_root, NULL, &resolved_id); in parse_line() 1567 …r = specifier_printf(description, LONG_LINE_MAX, system_and_tmp_specifier_table, arg_root, NULL, &… in parse_line() 1583 …r = specifier_printf(home, PATH_MAX-1, system_and_tmp_specifier_table, arg_root, NULL, &resolved_h… in parse_line() 1599 …r = specifier_printf(shell, PATH_MAX-1, system_and_tmp_specifier_table, arg_root, NULL, &resolved_… in parse_line()
|
/systemd-251/src/partition/ |
D | repart.c | 992 …r = specifier_printf(rvalue, GPT_LABEL_MAX, system_and_tmp_specifier_table, arg_root, NULL, &resol… in config_parse_label() 1157 …r = specifier_printf(source, PATH_MAX-1, system_and_tmp_specifier_table, arg_root, NULL, &resolved… in config_parse_copy_files() 1168 …r = specifier_printf(target, PATH_MAX-1, system_and_tmp_specifier_table, arg_root, NULL, &resolved… in config_parse_copy_files() 1217 … r = specifier_printf(rvalue, PATH_MAX-1, system_and_tmp_specifier_table, arg_root, NULL, &d); in config_parse_copy_blocks() 1265 … r = specifier_printf(word, PATH_MAX-1, system_and_tmp_specifier_table, arg_root, NULL, &d); in config_parse_make_dirs()
|
/systemd-251/src/core/ |
D | load-fragment.c | 2811 … r = specifier_printf(word, sc_arg_max(), system_and_tmp_specifier_table, NULL, NULL, &resolved); in config_parse_environ()
|