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

/freebsd-11-stable/contrib/amd/scripts/
H A DMakefile.am20 expn
29 expn.1
43 expn.in \
H A DMakefile.in92 expn
101 expn.1
115 expn.in \
124 CONFIG_CLEAN_FILES = am-eject amd2ldif amd2sun ctl-amd ctl-hlfsd expn \
136 amd2sun.in ctl-amd.in ctl-hlfsd.in expn.in fix-amd-map.in fixrmtab.in \
164 expn: $(top_builddir)/config.status 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-11-stable/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-11-stable/contrib/file/src/
H A Dreadcdf.c390 const cdf_directory_t *root_storage, const char **expn)
402 *expn = "Can't expand summary_info";
552 const char *expn = ""; local
568 expn = "Can't read SAT";
576 expn = "Can't read SSAT";
584 expn = "Can't read directory";
590 expn = "Cannot read short stream";
632 expn = "Cannot read summary info";
636 &sat, &ssat, &sst, &dir, &scn, root_storage, &expn);
643 expn
387 cdf_check_summary_info(struct magic_set *ms, const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn, const cdf_directory_t *root_storage, const char **expn) argument
[all...]
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c951 unsigned int immdlen, unsigned int plen, unsigned int expn,
955 unsigned int len = plen + expn;
966 V_FW_TLSTX_DATA_WR_EXP(expn) |
950 write_tlstx_wr(struct fw_tlstx_data_wr *txwr, struct toepcb *toep, unsigned int immdlen, unsigned int plen, unsigned int expn, unsigned int pdus, uint8_t credits, int shove, int imm_ivs) argument
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_paprd.c1352 static int find_proper_scale(int expn, int n) argument
1356 q_pw = (expn > n) ? expn - 10 : 0;
/freebsd-11-stable/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 223 milliseconds