Searched defs:config_parse (Results 1 - 1 of 1) sorted by relevance
/systemd/src/shared/ |
H A D | conf-parser.c | 214 return config_parse(unit, fn, NULL, sections, lookup, table, relaxed, false, false, userdata); 283 int config_parse(const char *unit, function 411 r = config_parse(NULL, conf_file, NULL, sections, lookup, table, relaxed, false, true, userdata); 417 r = config_parse(NULL, *fn, NULL, sections, lookup, table, relaxed, false, true, userdata);
|
Completed in 13 milliseconds