Searched refs:expn (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/amd/scripts/
H A DMakefile.am20 expn
29 expn.1
43 expn.in \
H A Dexpn.119 # $Header: /home/cvsroot/am-utils/scripts/expn.1,v 1.4 2003/07/18 15:17:37 ezk Exp $
126 &expn(&parse($a,$hostname,undef,1));
330 &verbose(&expn($newmxhost,$newaddr,$newname,$level{"$u *** $server"}));
385 &verbose(&expn(splice(@toExpn,0,4)));
415 unlink("/tmp/expn$$");
546 &expn($newhost,$user,$names{$us},$level{$us});
580 # Some systems use expn and vrfy interchangeably. Some only
581 # implement one or the other. Some check expn against mailing
596 local(@c) = ('expn', 'vrfy');
644 return "$server: expn/vrf
[all...]
H A Dexpn.in18 # $Header: /home/cvsroot/am-utils/scripts/expn.in,v 1.5 2002/07/11 14:28:20 ezk Exp $
125 &expn(&parse($a,$hostname,undef,1));
329 &verbose(&expn($newmxhost,$newaddr,$newname,$level{"$u *** $server"}));
384 &verbose(&expn(splice(@toExpn,0,4)));
414 unlink("/tmp/expn$$");
545 &expn($newhost,$user,$names{$us},$level{$us});
579 # Some systems use expn and vrfy interchangeably. Some only
580 # implement one or the other. Some check expn against mailing
595 local(@c) = ('expn', 'vrfy');
643 return "$server: expn/vrf
[all...]
/freebsd-9.3-release/contrib/file/src/
H A Dreadcdf.c356 const char *expn = ""; local
372 expn = "Can't read SAT";
380 expn = "Can't read SSAT";
388 expn = "Can't read directory";
394 expn = "Cannot read short stream";
441 corrupt = expn;
444 expn = "No summary info";
446 expn = "Encrypted";
456 expn = "Can't expand catalog";
458 expn
[all...]
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dexpn.pl16 # $OrigHeader: /home/muir/bin/RCS/expn,v 3.11 1997/09/10 08:14:02 muir Exp muir $
124 &expn(&parse($a,$hostname,undef,1));
320 &verbose(&expn($newmxhost,$newaddr,$newname,$level{"$u *** $server"}));
375 &verbose(&expn(splice(@toExpn,0,4)));
405 unlink("/tmp/expn$$");
536 &expn($newhost,$user,$names{$us},$level{$us});
570 # Some systems use expn and vrfy interchangeably. Some only
571 # implement one or the other. Some check expn against mailing
586 local(@c) = ('expn', 'vrfy');
634 return "$server: expn/vrf
865 sub expn subroutine
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dreal.c1418 int expn = REAL_EXP (num), expd = REAL_EXP (den);
1420 if (expn < expd)
1437 while (--expn >= expd);
1414 int expn = REAL_EXP (num), expd = REAL_EXP (den); local

Completed in 94 milliseconds