Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/sendmail/src/
HDudb.c82 # define UDB_EOLIST 0 /* end of list */ macro
539 case UDB_EOLIST:
642 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
716 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
1071 up->udb_type = UDB_EOLIST;
1104 up->udb_type = UDB_EOLIST;
1108 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
1152 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
1216 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++) in _udbx_close()