Home
last modified time | relevance | path

Searched refs:expn (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/file/src/
H A Dreadcdf.c390 const cdf_directory_t *root_storage, const char **expn) in cdf_check_summary_info() argument
402 *expn = "Can't expand summary_info"; in cdf_check_summary_info()
552 const char *expn = ""; in file_trycdf() local
568 expn = "Can't read SAT"; in file_trycdf()
576 expn = "Can't read SSAT"; in file_trycdf()
584 expn = "Can't read directory"; in file_trycdf()
590 expn = "Cannot read short stream"; in file_trycdf()
632 expn = "Cannot read summary info"; in file_trycdf()
636 &sat, &ssat, &sst, &dir, &scn, root_storage, &expn); in file_trycdf()
643 expn = "Cannot read summary info"; in file_trycdf()
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dexpn.pl124 &expn(&parse($a,$hostname,undef,1));
320 &verbose(&expn($newmxhost,$newaddr,$newname,$level{"$u *** $server"}));
375 &verbose(&expn(splice(@toExpn,0,4)));
536 &expn($newhost,$user,$names{$us},$level{$us});
865 sub expn subroutine
935 &expn($nserver,$u,$names{"$u *** $server"});
H A Detrn.048 Leveraged from David Muir Sharnoff's expn.pl script. Chris�
/freebsd/contrib/sendmail/src/
H A Dhelpfile73 expn EXPN <recipient>
74 expn Expand an address. If the address indicates a mailing
75 expn list, return the contents of that list.
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tls.c355 unsigned int plen, unsigned int expn, uint8_t credits, int shove) in write_tlstx_wr() argument
358 unsigned int len = plen + expn; in write_tlstx_wr()
369 V_FW_TLSTX_DATA_WR_EXP(expn) | in write_tlstx_wr()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_paprd.c1352 static int find_proper_scale(int expn, int n) in find_proper_scale() argument
1356 q_pw = (expn > n) ? expn - 10 : 0; in find_proper_scale()
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES2105 and expn.pl to avoid file overwrites, etc. Patches from
6719 CONTRIB: expn.pl: Updated version from the author, David Muir Sharnoff.