Searched refs:cpref (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/amd/scripts/
H A Dexpn.1998 local($nh, $pref,$cpref);
1017 $cpref = 1.0E12;
1026 if ($pref < $cpref) {
1028 $cpref = $pref;
1059 if (defined $fallback{$cpref}) {
1060 $mx_secondary{$server} = $fallback{$cpref};
H A Dexpn.in997 local($nh, $pref,$cpref);
1016 $cpref = 1.0E12;
1025 if ($pref < $cpref) {
1027 $cpref = $pref;
1058 if (defined $fallback{$cpref}) {
1059 $mx_secondary{$server} = $fallback{$cpref};
/freebsd-12-stable/contrib/sendmail/contrib/
H A Dexpn.pl988 local($nh, $pref,$cpref);
1007 $cpref = 1.0E12;
1016 if ($pref < $cpref) {
1018 $cpref = $pref;
1049 if (defined $fallback{$cpref}) {
1050 $mx_secondary{$server} = $fallback{$cpref};
/freebsd-12-stable/contrib/bmake/
H A Dmake.c833 char *cpref = Var_Value(PREFIX, cgn, &p1);
839 if (cpref != NULL)
840 Var_Set(PREFIX, cpref, pgn);
829 char *cpref = Var_Value(PREFIX, cgn, &p1); local

Completed in 73 milliseconds