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

/systemd/src/basic/
H A Dhostname-util.c75 * allow_trailing_dot is true and at least two components are present
80 bool hostname_is_valid(const char *s, bool allow_trailing_dot) { argument
108 if (dot && (n_dots < 2 || !allow_trailing_dot))

Completed in 1146 milliseconds