Home
last modified time | relevance | path

Searched refs:entry_col (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c69 entry_col **ecolret) /* return entry array */ in genent_attr()
76 entry_col *ecol; in genent_attr()
89 if ((ecol = (entry_col *)malloc(ncol * sizeof (entry_col) + in genent_attr()
117 entry_col *ecol; in genent_user_attr()
173 entry_col *ecol; in genent_prof_attr()
240 entry_col *ecol; in genent_exec_attr()
323 entry_col *ecol; in genent_auth_attr()
H A Dldapaddtsol.c42 extern int genent_attr(char *, int, entry_col **);
47 entry_col *ecol; in genent_tnrhdb()
98 entry_col *ecol; in genent_tnrhtp()
H A Dldapaddent.c604 entry_col ecol[4]; in genent_hosts()
861 entry_col ecol[4]; in genent_rpc()
1072 entry_col ecol[4]; in genent_protocols()
1293 entry_col ecol[4]; in genent_networks()
1513 entry_col ecol[5]; in genent_services()
1758 entry_col ecol[5]; in genent_group()
1963 entry_col ecol[3]; in genent_ethers()
2198 entry_col ecol[3]; in genent_publickey()
2483 entry_col ecol[3]; in genent_netmasks()
2589 entry_col ecol[4]; in genent_netgroup()
[all …]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_entry.cc51 entry_col * entry = e->en_cols.en_cols_val; in print_entry()
95 entry_col *cols, *newcols = NULL; in copy_entry()
114 newcols = new entry_col[num_cols]; in copy_entry()
152 entry_col *cols; in free_entry()
H A Ddb_query.cc83 struct entry_col * objcols = obj->en_cols.en_cols_val; in db_query()
H A Dldap_xdr.c300 entry_col *ecv; in makePseudoEntryObj()
399 entry_col *ec, *oec; in unmakePseudoEntryObj()
H A Ddb_mindex3.cc668 entry_col ec[NIS_MAXCOLUMNS+1]; in entriesFromLDAPreal()
H A Ddb_mindex2.cc794 entry_col ec[2]; in queryLDAP()
H A Dnis_db.cc985 entry_col ec[2]; in dbRefreshObj()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnis_object.x199 struct entry_col { struct
206 entry_col en_cols<>; /* Value for the entry */ argument
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_xdr.c113 xdr_entry_col(XDR *xdrs, entry_col *objp) in xdr_entry_col()
128 sizeof (entry_col), (xdrproc_t)xdr_entry_col)); in xdr_entry_obj()
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c407 static entry_col cred_data[10]; in init_entry()
411 memset((char *)(cred_data), 0, sizeof (entry_col) * 10); in init_entry()