Searched refs:restrict_grp (Results 1 – 3 of 3) sorted by relevance
241 &pp->restrict_grp)); in getprintcap_int()341 cfree(pp->restrict_grp); in free_printer()
73 char *restrict_grp; /* RG: restricted group */ member
297 if (pp->restrict_grp != NULL && userid != pp->daemon_user) { in main()298 if ((gptr = getgrnam(pp->restrict_grp)) == NULL) in main()