Searched defs:relaxed (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dconf-parser.c130 bool relaxed,
157 if (!relaxed && !startswith(lvalue, "X-"))
170 bool relaxed,
214 return config_parse(unit, fn, NULL, sections, lookup, table, relaxed, false, false, userdata);
235 if (!relaxed && !startswith(n, "X-"))
254 if (!relaxed && !*section_ignored)
278 relaxed,
289 bool relaxed,
374 relaxed,
400 bool relaxed,
121 next_assignment(const char *unit, const char *filename, unsigned line, ConfigItemLookup lookup, const void *table, const char *section, unsigned section_line, const char *lvalue, const char *rvalue, bool relaxed, void *userdata) argument
164 parse_line(const char* unit, const char *filename, unsigned line, const char *sections, ConfigItemLookup lookup, const void *table, bool relaxed, bool allow_include, char **section, unsigned *section_line, bool *section_ignored, char *l, void *userdata) argument
283 config_parse(const char *unit, const char *filename, FILE *f, const char *sections, ConfigItemLookup lookup, const void *table, bool relaxed, bool allow_include, bool warn, void *userdata) argument
395 config_parse_many(const char *conf_file, const char *conf_file_dirs, const char *sections, ConfigItemLookup lookup, const void *table, bool relaxed, void *userdata) argument
[all...]

Completed in 12 milliseconds