Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dudb.c83 # define UDB_EOLIST 0 /* end of list */ macro
537 case UDB_EOLIST:
636 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
708 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
1061 up->udb_type = UDB_EOLIST;
1094 up->udb_type = UDB_EOLIST;
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()