Searched defs:prefs (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Ddomain.c128 ** prefs -- array of preferences.
136 ** that host to mxhosts (and modifies prefs accordingly).
140 fallbackmxrr(nmx, prefs, mxhosts)
142 unsigned short *prefs;
150 prefs[nmx] = prefs[nmx - 1] + 1;
152 prefs[nmx] = 0;
207 unsigned short *prefs; local
231 prefs = mxprefs;
233 prefs
[all...]

Completed in 28 milliseconds