Searched refs:parse (Results 1 - 4 of 4) sorted by relevance
/systemd/tools/ |
H A D | xml_helper.py | 30 doc = tree.parse(page, _parser)
|
/systemd/src/shared/ |
H A D | conf-parser.h | 52 ConfigParserCallback parse; /* Function that is called to parse the variable's value */ member in struct:ConfigTableItem 61 ConfigParserCallback parse; /* Function that is called to parse the variable's value */ member in struct:ConfigPerfItem
|
H A D | conf-parser.c | 36 #include "parse-util.h" 71 *func = t->parse; 114 *func = p->parse; 282 /* Go through the file and parse each line */ 385 log_warning_errno(r, "Failed to parse file '%s': %m", 449 "Failed to parse %s value, ignoring: %s", \ 488 log_syntax(unit, LOG_ERR, filename, line, r, "Failed to parse size value, ignoring: %s", rvalue); 518 log_syntax(unit, LOG_ERR, filename, line, r, "Failed to parse size value, ignoring: %s", rvalue); 547 log_syntax(unit, LOG_ERR, filename, line, r, "Failed to parse size value, ignoring: %s", rvalue); 573 log_syntax(unit, LOG_ERR, filename, line, k, "Failed to parse boolea [all...] |
/systemd/src/core/ |
H A D | load-fragment.c | 52 #include "parse-util.h" 374 log_syntax(unit, LOG_ERR, filename, line, r, "Failed to parse address value, ignoring: %s", rvalue); 390 log_syntax(unit, LOG_ERR, filename, line, r, "Failed to parse address value, ignoring: %s", rvalue); 482 log_syntax(unit, LOG_ERR, filename, line, r, "Failed to parse bind IPv6 only value, ignoring: %s", rvalue); 514 log_syntax(unit, LOG_ERR, filename, line, r, "Failed to parse nice priority, ignoring: %s", rvalue); 550 log_syntax(unit, LOG_ERR, filename, line, r, "Failed to parse the OOM score adjust value, ignoring: %s", rvalue); 741 DEFINE_CONFIG_PARSE_ENUM(config_parse_service_type, service_type, ServiceType, "Failed to parse service type"); 742 DEFINE_CONFIG_PARSE_ENUM(config_parse_service_restart, service_restart, ServiceRestart, "Failed to parse service restart specifier"); 776 DEFINE_CONFIG_PARSE_ENUM(config_parse_output, exec_output, ExecOutput, "Failed to parse output specifier"); 777 DEFINE_CONFIG_PARSE_ENUM(config_parse_input, exec_input, ExecInput, "Failed to parse inpu [all...] |
Completed in 1811 milliseconds