Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dudb.c124 static struct udbent UdbEnts[MAXUDBENT + 1]; variable
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++)
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++) in _udbx_close()