Searched refs:pattrs (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/passwdutil/ |
H A D | ldap_attr.c | 102 ns_ldap_attr_t **pattrs; /* passwd attrs */ member 158 if (p->pattrs) { in free_ldapbuf() 160 if (p->pattrs[i] != NULL) { in free_ldapbuf() 161 free(p->pattrs[i]->attrvalue[0]); in free_ldapbuf() 162 free(p->pattrs[i]); in free_ldapbuf() 165 free(p->pattrs); in free_ldapbuf() 419 ldapbuf->pattrs = calloc(_PWD_MAX_ATTR, sizeof (ns_ldap_attr_t *)); in ldap_getpwnam() 420 if (ldapbuf->pattrs == NULL) in ldap_getpwnam() 552 ns_ldap_attr_t **pattrs = ldapbuf->pattrs; in ldap_update() local 624 NEW_ATTR(pattrs, pidx, in ldap_update() [all …]
|
/titanic_44/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | lpc.c | 57 char *pattrs[] = { "printer-state", "printer-state-reasons", in lpc_status() local 61 status = papiPrinterQuery(svc, destination, pattrs, NULL, &p); in lpc_status()
|
H A D | common.c | 308 char *pattrs[] = { "printer-name", "printer-state", in berkeley_queue_report() local 316 status = papiPrinterQuery(svc, dest, pattrs, NULL, &p); in berkeley_queue_report()
|
/titanic_44/usr/src/cmd/keyserv/ |
H A D | chkey_common.c | 743 ns_ldap_attr_t *pattrs, *cattrs; in ldap_update() local 953 pkeyatval, &pattrs, in ldap_update() 966 attrs[0] = pattrs; in ldap_update()
|