Lines Matching defs:fname

1377 static int parse_line(const char *fname, unsigned line, const char *buffer) {
1394 assert(fname);
1402 log_error("[%s:%u] Syntax error.", fname, line);
1406 log_error("[%s:%u] Missing action and name columns.", fname, line);
1410 log_error("[%s:%u] Trailing garbage.", fname, line);
1416 log_error("[%s:%u] Unknown modifier '%s'", fname, line, action);
1421 log_error("[%s:%u] Unknown command command type '%c'.", fname, line, action[0]);
1432 log_error("[%s:%u] Failed to replace specifiers: %s", fname, line, name);
1437 log_error("[%s:%u] '%s' is not a valid user or group name.", fname, line, resolved_name);
1449 log_error("[%s:%u] Failed to replace specifiers: %s", fname, line, name);
1460 log_error("[%s:%u] '%s' is not a valid GECOS field.", fname, line, description);
1471 log_error("[%s:%u] '%s' is not a valid home directory field.", fname, line, home);
1480 log_error("[%s:%u] Lines of type 'r' don't take a name field.", fname, line);
1485 log_error("[%s:%u] Lines of type 'r' require a ID range in the third field.", fname, line);
1490 log_error("[%s:%u] Lines of type 'r' don't take a GECOS field.", fname, line);
1495 log_error("[%s:%u] Lines of type 'r' don't take a home directory field.", fname, line);
1501 log_error("[%s:%u] Invalid UID range %s.", fname, line, resolved_id);
1512 log_error("[%s:%u] Lines of type 'm' require a user name in the second field.", fname, line);
1517 log_error("[%s:%u] Lines of type 'm' require a group name in the third field.", fname, line);
1522 log_error("[%s:%u] '%s' is not a valid user or group name.", fname, line, resolved_id);
1527 log_error("[%s:%u] Lines of type 'm' don't take a GECOS field.", fname, line);
1532 log_error("[%s:%u] Lines of type 'm' don't take a home directory field.", fname, line);
1574 log_error("[%s:%u] Lines of type 'u' require a user name in the second field.", fname, line);
1614 log_error("[%s:%u] Lines of type 'g' require a user name in the second field.", fname, line);
1619 log_error("[%s:%u] Lines of type 'g' don't take a GECOS field.", fname, line);
1624 log_error("[%s:%u] Lines of type 'g' don't take a home directory field.", fname, line);