Searched refs:UdbEnts (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dudb.c126 static struct udbent UdbEnts[MAXUDBENT + 1]; variable in typeref:struct:udbent
189 for (up = UdbEnts; !breakout; up++)
638 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
710 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
892 ** Fills in the UdbEnts structure from UdbSpec.
914 up = UdbEnts;
1100 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
1145 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
1209 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)

Completed in 87 milliseconds