Home
last modified time | relevance | path

Searched refs:m4 (Results 1 – 25 of 111) sorted by relevance

12345

/titanic_44/usr/src/cmd/sendmail/cf/cf/
H A DMakefile39 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 …]
/titanic_44/usr/src/cmd/sendmail/cf/
H A DMakefile35 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 …]
/titanic_44/usr/src/pkg/manifests/
H A Dservice-network-smtp-sendmail.mf39 dir path=etc/mail/cf/m4 group=mail
79 file path=etc/mail/cf/domain/generic.m4 group=mail mode=0444
80 file path=etc/mail/cf/domain/solaris-antispam.m4 group=mail mode=0444
81 file path=etc/mail/cf/domain/solaris-generic.m4 group=mail mode=0444
82 file path=etc/mail/cf/feature/accept_unqualified_senders.m4 group=mail \
84 file path=etc/mail/cf/feature/accept_unresolvable_domains.m4 group=mail \
86 file path=etc/mail/cf/feature/access_db.m4 group=mail mode=0444
87 file path=etc/mail/cf/feature/allmasquerade.m4 group=mail mode=0444
88 file path=etc/mail/cf/feature/always_add_domain.m4 group=mail mode=0444
89 file path=etc/mail/cf/feature/badmx.m4 group=mail mode=0444
[all …]
/titanic_44/usr/src/tools/aw/
H A Daw.c484 struct aelist *m4 = NULL; in main() local
610 else if (m4) in main()
611 newae(m4, filename); in main()
697 if (m4 == NULL) { in main()
698 m4 = newael(); in main()
699 newae(m4, m4_pgm); in main()
700 newae(m4, m4_cmdefs); in main()
704 if (m4) in main()
716 else if (m4) in main()
717 newae(m4, arg); in main()
[all …]
/titanic_44/usr/src/cmd/sendmail/cf/m4/
H A Dcf.m417 # 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 Dcfhead.m454 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 $')
/titanic_44/usr/src/cmd/sgs/m4/i386/
H A DMakefile26 PROG= m4
27 XPG4PROG= m4
32 COBJS= m4.o m4ext.o m4macs.o
97 $(LINT_HDR) -s m4 >> $(LINTOUT)
/titanic_44/usr/src/cmd/sgs/m4/sparc/
H A DMakefile28 PROG= m4
29 XPG4PROG= m4
34 COBJS= m4.o m4ext.o m4macs.o
97 $(LINT_HDR) -s m4 >> $(LINTOUT)
/titanic_44/usr/src/cmd/sgs/libelf/
H A DMakefile.targ73 xlate.c: ../common/xlate.m4
74 $(M4) < ../common/xlate.m4 > xlate.c
76 xlate64.c: ../common/xlate64.m4
77 $(M4) < ../common/xlate64.m4 > xlate64.c
H A DMakefile.targ.6469 xlate.c: ../common/xlate.m4
70 $(M4) < ../common/xlate.m4 > xlate.c
72 xlate64.c: ../common/xlate64.m4
73 $(M4) < ../common/xlate64.m4 > xlate64.c
/titanic_44/usr/src/cmd/svc/shell/
H A Dsendmail_include.sh91 m4 $m4flags /etc/mail/cf/m4/cf.m4 "$base" > "${name}.cf"
/titanic_44/usr/src/cmd/sgs/m4/
H A DMakefile35 CSRC= common/m4.c common/m4macs.c
45 POFILE= m4.po
/titanic_44/usr/src/grub/grub-0.97/
H A DMakefile.solaris23 acinclude.m4 aclocal.m4 config.h.in configure.ac stamp-h.in
/titanic_44/usr/src/cmd/sendmail/cf/feature/
H A Dldap_routing.m414 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 Dmsp.m414 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 Dvirtuser_entire_domain.m413 VERSIONID(`$Id: virtuser_entire_domain.m4,v 8.2 1999/03/16 00:43:05 ca Exp $')
H A Dgenerics_entire_domain.m413 VERSIONID(`$Id: generics_entire_domain.m4,v 8.1 1999/03/16 00:43:05 ca Exp $')
H A Dloose_relay_check.m414 VERSIONID(`$Id: loose_relay_check.m4,v 8.6 1999/02/07 07:26:10 gshapiro Exp $')
H A Dno_default_msa.m414 VERSIONID(`$Id: no_default_msa.m4,v 8.2 2001/02/14 05:03:22 gshapiro Exp $')
H A Dpreserve_local_plus_detail.m414 VERSIONID(`$Id: preserve_local_plus_detail.m4,v 8.1 2000/04/10 05:48:05 gshapiro Exp $')
H A Drelay_entire_domain.m414 VERSIONID(`$Id: relay_entire_domain.m4,v 8.10 1999/02/07 07:26:12 gshapiro Exp $')
H A Drelay_hosts_only.m414 VERSIONID(`$Id: relay_hosts_only.m4,v 8.10 1999/02/07 07:26:12 gshapiro Exp $')
H A Drequire_rdns.m414 VERSIONID(`$Id: require_rdns.m4,v 1.1 2006/06/15 22:49:30 ca Exp $')
H A Daccept_unqualified_senders.m414 VERSIONID(`$Id: accept_unqualified_senders.m4,v 8.6 1999/02/07 07:26:07 gshapiro Exp $')
/titanic_44/usr/src/cmd/sgs/
H A DMakefile67 m4 \
86 POSUBDIRS= m4 nm tsort yacc

12345