Home
last modified time | relevance | path

Searched refs:config_parse_path (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/test/
Dtest-conf-parser.c17 …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/
Djournal-remote-main.c765 … { "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/
Djournald-gperf.gperf46 Journal.TTYPath, config_parse_path, 0, offsetof(Server, tty_path)
/systemd-251/src/nspawn/
Dnspawn-gperf.gperf34 Exec.WorkingDirectory, config_parse_path, 0, offsetof(Setti…
/systemd-251/src/shared/
Dconf-parser.h182 CONFIG_PARSER_PROTOTYPE(config_parse_path);
Dconf-parser.c1110 int config_parse_path( in config_parse_path() function
/systemd-251/src/core/
Dmain.c615 …{ "Manager", "WatchdogDevice", config_parse_path, 0, … in parse_config_file()
Dload-fragment.c398 …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()