Home | History | Annotate | Download | only in src

Lines Matching defs:pref

258   { 'm', ARG_DUP, "host_name,target,pref", gettext_noop("Specify an MX record."), NULL },
1179 int pref = 1;
1186 if ((prefstr = split(comma)) && !atoi_check16(prefstr, &pref))
1200 new->weight = pref;
2368 int order, pref;
2380 !atoi_check16(a[2], &pref
2394 new->pref = pref;