Home
last modified time | relevance | path

Searched refs:log_syntax_invalid_utf8 (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dparse-helpers.c25 return log_syntax_invalid_utf8(unit, LOG_ERR, filename, line, path); in path_simplify_and_warn()
Dconf-parser.c193 return log_syntax_invalid_utf8(unit, LOG_WARNING, filename, line, l); in parse_line()
/systemd-251/src/basic/
Dlog.h359 #define log_syntax_invalid_utf8(unit, level, config_file, config_line, rvalue) \ macro