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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dudb.c124 static struct udbent UdbEnts[MAXUDBENT + 1]; variable in typeref:struct:udbent
187 for (up = UdbEnts; !breakout; up++)
636 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
708 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
890 ** Fills in the UdbEnts structure from UdbSpec.
912 up = UdbEnts;
1098 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
1143 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
1207 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)

Completed in 22 milliseconds