Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/src/
H A Dudb.c85 # define UDB_EOLIST 0 /* end of list */ macro
539 case UDB_EOLIST:
638 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
710 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
1063 up->udb_type = UDB_EOLIST;
1096 up->udb_type = UDB_EOLIST;
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()