Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dgengtype-lex.l546 const char *expn;
549 for (expn = macro_expns->def->expansion; *expn; expn++)
551 if (*expn == '#')
555 argno = expn[1] - '0';
556 expn += 1;
571 if (expn[1] == ' ' && expn[2] == '_')
572 expn++;
576 buffer[result++] = *expn;
577 if (*expn == ';' || *expn == '{')
Dreal.c1414 int expn = REAL_EXP (num), expd = REAL_EXP (den); in rtd_divmod() local
1416 if (expn < expd) in rtd_divmod()
1433 while (--expn >= expd); in rtd_divmod()
/freebsd-9-stable/contrib/file/src/
Dreadcdf.c387 const cdf_directory_t *root_storage, const char **expn) in cdf_check_summary_info() argument
399 *expn = "Can't expand summary_info"; in cdf_check_summary_info()
547 const char *expn = ""; in file_trycdf() local
563 expn = "Can't read SAT"; in file_trycdf()
571 expn = "Can't read SSAT"; in file_trycdf()
579 expn = "Can't read directory"; in file_trycdf()
585 expn = "Cannot read short stream"; in file_trycdf()
627 expn = "Cannot read summary info"; in file_trycdf()
631 &sat, &ssat, &sst, &dir, &scn, root_storage, &expn); in file_trycdf()
638 expn = "Cannot read summary info"; in file_trycdf()
[all …]
/freebsd-9-stable/contrib/amd/scripts/
DMakefile.am20 expn script
29 expn.1
43 expn.in \
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
Dexpn.1126 &expn(&parse($a,$hostname,undef,1));
330 &verbose(&expn($newmxhost,$newaddr,$newname,$level{"$u *** $server"}));
385 &verbose(&expn(splice(@toExpn,0,4)));
546 &expn($newhost,$user,$names{$us},$level{$us});
889 print "expn($host,$addr,$name)\n" if $debug;
1013 open(T,">/tmp/expn$$") || die "open > /tmp/expn$$: $!\n";
1019 open(NSLOOKUP,"nslookup < /tmp/expn$$ 2>&1 |") || die "open nslookup: $!";
1050 unlink("/tmp/expn$$");
Dexpn.in125 &expn(&parse($a,$hostname,undef,1));
329 &verbose(&expn($newmxhost,$newaddr,$newname,$level{"$u *** $server"}));
384 &verbose(&expn(splice(@toExpn,0,4)));
545 &expn($newhost,$user,$names{$us},$level{$us});
888 print "expn($host,$addr,$name)\n" if $debug;
1012 open(T,">/tmp/expn$$") || die "open > /tmp/expn$$: $!\n";
1018 open(NSLOOKUP,"nslookup < /tmp/expn$$ 2>&1 |") || die "open nslookup: $!";
1049 unlink("/tmp/expn$$");
/freebsd-9-stable/contrib/sendmail/contrib/
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"});
Detrn.048 Leveraged from David Muir Sharnoff's expn.pl script. Chris�
/freebsd-9-stable/contrib/sendmail/src/
Dhelpfile75 expn EXPN <recipient>
76 expn Expand an address. If the address indicates a mailing
77 expn list, return the contents of that list.
/freebsd-9-stable/contrib/amd/
DAUTHORS272 September 17, 1999: fixes to expn.
DNEWS751 expn.pl uses correct sockaddr_in() not, pack()
1377 expn: expand mail alias (used by hlfsd)
DChangeLog3825 * scripts/expn.1, amd/amd.8 amq/amq.8, fixmount/fixmount.8,
3826 hlfsd/hlfsd.8, scripts/expn.1: remove ".PD 0" nroff command
4270 scripts/amd.conf.5, scripts/expn.1: minor spell checking and
4808 * scripts/expn.{1,in}: fixed typos as reported by Thomas Klausner
7852 * scripts/expn.in: use sockaddr_in(), not pack() to correctly fill
11306 * scripts/expn.1: man page for expn command.
11311 * scripts/expn.in: new script expn. Actually taken from David
/freebsd-9-stable/contrib/amd/doc/
Dam-utils.texi7525 * expn::
7652 @node ctl-hlfsd, expn, ctl-amd, Assorted Tools
7674 @node expn, fix-amd-map, ctl-hlfsd, Assorted Tools
7676 @section expn
7677 @pindex expn
7684 $ expn -v ezk@@cs.columbia.edu
7694 @node fix-amd-map, fixmount, expn, Assorted Tools
/freebsd-9-stable/contrib/sendmail/
DRELEASE_NOTES1689 and expn.pl to avoid file overwrites, etc. Patches from
6303 CONTRIB: expn.pl: Updated version from the author, David Muir Sharnoff.