/illumos-gate/usr/src/cmd/sendmail/cf/cf/ |
H A D | Makefile | 39 M4= /usr/ccs/bin/m4 48 $(M4) ${CFDIR}/m4/cf.m4 $*.mc > $@ 61 ${CFDIR}/domain/generic.m4 \ 62 ${CFDIR}/domain/solaris-antispam.m4 \ 63 ${CFDIR}/domain/solaris-generic.m4 \ 64 ${CFDIR}/feature/accept_unqualified_senders.m4 \ 65 ${CFDIR}/feature/accept_unresolvable_domains.m4 \ 66 ${CFDIR}/feature/access_db.m4 \ 67 ${CFDIR}/feature/allmasquerade.m4 \ 68 ${CFDIR}/feature/always_add_domain.m4 \ [all …]
|
/illumos-gate/usr/src/cmd/sendmail/cf/ |
H A D | Makefile | 35 COMMONM4FILES= m4/version.m4 m4/cf.m4 m4/cfhead.m4 m4/proto.m4 \ 36 ostype/solaris8.m4 domain/solaris-generic.m4 \ 37 mailer/local.m4 mailer/smtp.m4 51 $(ROOTETCMAILCF)/domain/generic.m4 \ 52 $(ROOTETCMAILCF)/domain/solaris-antispam.m4 \ 53 $(ROOTETCMAILCF)/domain/solaris-generic.m4 \ 54 $(ROOTETCMAILCF)/feature/accept_unqualified_senders.m4 \ 55 $(ROOTETCMAILCF)/feature/accept_unresolvable_domains.m4 \ 56 $(ROOTETCMAILCF)/feature/access_db.m4 \ 57 $(ROOTETCMAILCF)/feature/allmasquerade.m4 \ [all …]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-network-smtp-sendmail.p5m | 53 file path=etc/mail/cf/domain/generic.m4 group=mail mode=0444 54 file path=etc/mail/cf/domain/solaris-antispam.m4 group=mail mode=0444 55 file path=etc/mail/cf/domain/solaris-generic.m4 group=mail mode=0444 57 file path=etc/mail/cf/feature/accept_unqualified_senders.m4 group=mail mode=0444 58 file path=etc/mail/cf/feature/accept_unresolvable_domains.m4 group=mail \ 60 file path=etc/mail/cf/feature/access_db.m4 group=mail mode=0444 61 file path=etc/mail/cf/feature/allmasquerade.m4 group=mail mode=0444 62 file path=etc/mail/cf/feature/always_add_domain.m4 group=mail mode=0444 63 file path=etc/mail/cf/feature/badmx.m4 group=mail mode=0444 64 file path=etc/mail/cf/feature/bestmx_is_local.m4 group=mail mode=0444 [all …]
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_print_lines.c | 201 dwarfstring m4; in print_include_directory_details() local 203 dwarfstring_constructor(&m4); in print_include_directory_details() 207 dwarfstring_constructor(&m4); in print_include_directory_details() 208 dwarfstring_append_printf_u(&m4, in print_include_directory_details() 210 _dwarf_printf(dbg,dwarfstring_string(&m4)); in print_include_directory_details() 211 dwarfstring_reset(&m4); in print_include_directory_details() 219 dwarfstring_append_printf_u(&m4, in print_include_directory_details() 226 dwarfstring_append_printf_u (&m4, in print_include_directory_details() 228 dwarfstring_append_printf_s (&m4, in print_include_directory_details() 234 dwarfstring_append_printf_u(&m4, in print_include_directory_details() [all …]
|
/illumos-gate/usr/src/cmd/sendmail/cf/m4/ |
H A D | cf.m4 | 17 # This file is included so that multiple includes of cf.m4 will work 29 `include(_CF_DIR_`'m4/cfhead.m4)dnl 30 VERSIONID(`$Id: cf.m4,v 8.32 1999/02/07 07:26:14 gshapiro Exp $')')
|
H A D | cfhead.m4 | 54 include(_CF_DIR_`'ostype/$1.m4)POPDIVERT`'') 107 dnl in MAILER.m4: _MODMF_(LMF,`LOCAL') 115 …RG_', `$2')define(`_ARGS_', `shift($@)')PUSHDIVERT(7)include(_CF_DIR_`'mailer/$1.m4)POPDIVERT`'')') 116 define(`DOMAIN', `PUSHDIVERT(-1)define(`_ARG_', `$2')include(_CF_DIR_`'domain/$1.m4)POPDIVERT`'') 118 ')')define(`_ARG_', `$2')define(`_ARGS_', `shift($@)')include(_CF_DIR_`'feature/$1.m4)POPDIVERT`'') 119 …ERT(-1)define(`_ARG_', `$2')define(`_ARGS_', `shift($@)')include(_CF_DIR_`'hack/$1.m4)POPDIVERT`'') 207 sinclude(_CF_DIR_`'siteconfig/$1.m4)') 258 m4wrap(`include(_CF_DIR_`m4/proto.m4')') 314 VERSIONID(`$Id: cfhead.m4,v 8.120 2009/01/23 22:39:21 ca Exp $')
|
/illumos-gate/usr/src/cmd/sgs/libelf/ |
H A D | Makefile.targ | 59 xlate.c: $(SRCDIR)/common/xlate.m4 60 $(M4) < $(SRCDIR)/common/xlate.m4 > xlate.c 62 xlate64.c: $(SRCDIR)/common/xlate64.m4 63 $(M4) < $(SRCDIR)/common/xlate64.m4 > xlate64.c
|
H A D | Makefile.targ.64 | 58 xlate.c: ../common/xlate.m4 59 $(M4) < ../common/xlate.m4 > xlate.c 61 xlate64.c: ../common/xlate64.m4 62 $(M4) < ../common/xlate64.m4 > xlate64.c
|
/illumos-gate/usr/src/cmd/svc/shell/ |
H A D | sendmail_include.sh | 91 m4 $m4flags /etc/mail/cf/m4/cf.m4 "$base" > "${name}.cf"
|
/illumos-gate/usr/src/cmd/sgs/m4/i386/ |
H A D | Makefile | 28 PROG= m4 29 XPG4PROG= m4 33 COBJS= m4.o m4ext.o m4macs.o
|
/illumos-gate/usr/src/cmd/sgs/m4/sparc/ |
H A D | Makefile | 28 PROG= m4 29 XPG4PROG= m4 33 COBJS= m4.o m4ext.o m4macs.o
|
/illumos-gate/usr/src/cmd/sgs/m4/ |
H A D | Makefile | 32 CSRC= common/m4.c common/m4macs.c 41 POFILE= m4.po
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | Makefile.solaris | 23 acinclude.m4 aclocal.m4 config.h.in configure.ac stamp-h.in
|
/illumos-gate/usr/src/cmd/sgs/ |
H A D | Makefile | 72 m4 \ 87 POSUBDIRS= m4 nm tsort yacc
|
/illumos-gate/usr/src/cmd/sendmail/cf/feature/ |
H A D | ldap_routing.m4 | 14 VERSIONID(`$Id: ldap_routing.m4,v 8.14 2004/02/18 02:45:11 gshapiro Exp $') 17 # Check first two arguments. If they aren't set, may need to warn in proto.m4
|
H A D | msp.m4 | 14 VERSIONID(`$Id: msp.m4,v 1.33 2004/02/09 22:32:38 ca Exp $') 31 dnl notice: do not test for QUEUE_DIR, it is set in some ostype/*.m4 files
|
H A D | generics_entire_domain.m4 | 13 VERSIONID(`$Id: generics_entire_domain.m4,v 8.1 1999/03/16 00:43:05 ca Exp $')
|
H A D | virtuser_entire_domain.m4 | 13 VERSIONID(`$Id: virtuser_entire_domain.m4,v 8.2 1999/03/16 00:43:05 ca Exp $')
|
H A D | accept_unqualified_senders.m4 | 14 VERSIONID(`$Id: accept_unqualified_senders.m4,v 8.6 1999/02/07 07:26:07 gshapiro Exp $')
|
H A D | accept_unresolvable_domains.m4 | 14 VERSIONID(`$Id: accept_unresolvable_domains.m4,v 8.10 1999/02/07 07:26:07 gshapiro Exp $')
|
H A D | loose_relay_check.m4 | 14 VERSIONID(`$Id: loose_relay_check.m4,v 8.6 1999/02/07 07:26:10 gshapiro Exp $')
|
H A D | no_default_msa.m4 | 14 VERSIONID(`$Id: no_default_msa.m4,v 8.2 2001/02/14 05:03:22 gshapiro Exp $')
|
H A D | preserve_local_plus_detail.m4 | 14 VERSIONID(`$Id: preserve_local_plus_detail.m4,v 8.1 2000/04/10 05:48:05 gshapiro Exp $')
|
H A D | relay_entire_domain.m4 | 14 VERSIONID(`$Id: relay_entire_domain.m4,v 8.10 1999/02/07 07:26:12 gshapiro Exp $')
|
H A D | relay_hosts_only.m4 | 14 VERSIONID(`$Id: relay_hosts_only.m4,v 8.10 1999/02/07 07:26:12 gshapiro Exp $')
|