Home
last modified time | relevance | path

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

/freebsd-head/contrib/sendmail/src/
HDudb.c122 static struct udbent UdbEnts[MAXUDBENT + 1]; variable
185 for (up = UdbEnts; !breakout; up++)
642 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
716 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
920 up = UdbEnts;
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()