Home
last modified time | relevance | path

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

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