Lines Matching refs:AVAHI_USER
1344 if (!(pw = getpwnam(AVAHI_USER))) {
1345 avahi_log_error( "Failed to find user '"AVAHI_USER"'.");
1354 avahi_log_info("Found user '"AVAHI_USER"' (UID %lu) and group '"AVAHI_GROUP"' (GID %lu).", (unsigned long) pw->pw_uid, (unsigned long) gr->gr_gid);
1356 if (initgroups(AVAHI_USER, gr->gr_gid) != 0) {
1420 if (!(pw = getpwnam(AVAHI_USER))) {
1421 avahi_log_error( "Failed to find user '"AVAHI_USER"'.");