Home
last modified time | relevance | path

Searched refs:NIS_MAXCOLUMNS (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_entry_c.x88 db_attrname attrs<NIS_MAXCOLUMNS>;
H A Dldap_nisdbquery.c498 char *val[NIS_MAXCOLUMNS]; in printQuery()
512 if (ix >= NIS_MAXCOLUMNS || in printQuery()
1146 if (e == 0 || nc < 0 || nc > NIS_MAXCOLUMNS) in pseudoEntryObj2Query()
H A Ddb_mindex3.cc668 entry_col ec[NIS_MAXCOLUMNS+1]; in entriesFromLDAPreal()
H A Ddb_mindex2.cc559 nis_attr *attr, attrbuf[NIS_MAXCOLUMNS]; in updateTableEntry()
H A Dnis_db.cc834 table_col tc[NIS_MAXCOLUMNS+1]; in dbCreateTable()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnis_object.x66 const NIS_MAXCOLUMNS = 64; variable