Searched refs:config_parse_path (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/test/ |
D | test-conf-parser.c | 17 …assert_se(config_parse_path("unit", "filename", 1, "section", 1, "lvalue", 0, rvalue, &path, NULL)… in test_config_parse_path_one() 91 TEST(config_parse_path) { in TEST() argument
|
/systemd-251/src/journal-remote/ |
D | journal-remote-main.c | 765 … { "Remote", "ServerKeyFile", config_parse_path, 0, &arg_key }, in parse_config() 766 … { "Remote", "ServerCertificateFile", config_parse_path, 0, &arg_cert }, in parse_config() 767 … { "Remote", "TrustedCertificateFile", config_parse_path, 0, &arg_trust }, in parse_config()
|
/systemd-251/src/journal/ |
D | journald-gperf.gperf | 46 Journal.TTYPath, config_parse_path, 0, offsetof(Server, tty_path)
|
/systemd-251/src/nspawn/ |
D | nspawn-gperf.gperf | 34 Exec.WorkingDirectory, config_parse_path, 0, offsetof(Setti…
|
/systemd-251/src/shared/ |
D | conf-parser.h | 182 CONFIG_PARSER_PROTOTYPE(config_parse_path);
|
D | conf-parser.c | 1110 int config_parse_path( in config_parse_path() function
|
/systemd-251/src/core/ |
D | main.c | 615 …{ "Manager", "WatchdogDevice", config_parse_path, 0, … in parse_config_file()
|
D | load-fragment.c | 398 …return config_parse_path(unit, filename, line, section, section_line, lvalue, ltype, k, data, user… in config_parse_unit_path_printf() 6173 { config_parse_path, "PATH" }, in unit_dump_config_items()
|