Lines Matching refs:nr
186 static int parse_line(Manager *m, unsigned nr, const char *line) {
198 return log_error_errno(r, "Couldn't extract address, in line /etc/hosts:%u.", nr);
200 log_error("Premature end of line, in line /etc/hosts:%u.", nr);
206 return log_error_errno(r, "Address '%s' is invalid, in line /etc/hosts:%u.", address, nr);
213 return log_error_errno(r, "Couldn't extract host name, in line /etc/hosts:%u.", nr);
219 return log_error_errno(r, "Hostname %s is not valid, ignoring, in line /etc/hosts:%u.", name, nr);
239 log_error("Line is missing any host names, in line /etc/hosts:%u.", nr);
257 unsigned nr = 0;
304 nr ++;
312 r = parse_line(m, nr, l);