Lines Matching refs:acl
87 acl_t acl; /* ACL information */ in cupsdAddCert() local
122 acl = acl_init(NumSystemGroups - 1); in cupsdAddCert()
137 acl_create_entry(&acl, &entry); in cupsdAddCert()
152 acl = acl_init(NumSystemGroups + 3); in cupsdAddCert()
155 acl_create_entry(&acl, &entry); in cupsdAddCert()
162 acl_create_entry(&acl, &entry); in cupsdAddCert()
169 acl_create_entry(&acl, &entry); in cupsdAddCert()
176 acl_create_entry(&acl, &entry); in cupsdAddCert()
195 acl_create_entry(&acl, &entry); in cupsdAddCert()
203 if (acl_valid(acl)) in cupsdAddCert()
209 text = acl_to_text(acl, NULL); in cupsdAddCert()
220 if (acl_set_fd(fd, acl)) in cupsdAddCert()
231 acl_free(acl); in cupsdAddCert()