Home
last modified time | relevance | path

Searched refs:cf (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/freebsd-13.1/contrib/sendmail/cf/cf/
H A DMakefile44 GENERIC=generic-bsd4.4.cf generic-hpux9.cf generic-hpux10.cf \
45 generic-linux.cf generic-mpeix.cf generic-nextstep3.3.cf \
46 generic-osf1.cf generic-solaris.cf \
48 BERKELEY=cs-hpux9.cf cs-hpux10.cf cs-osf1.cf cs-solaris.cf \
49 cs-sunos4.1.cf cs-ultrix4.cf \
50 s2k-osf1.cf s2k-ultrix4.cf \
51 chez.cs.cf huginn.cs.cf mail.cs.cf mail.eecs.cf mailspool.cs.cf \
52 python.cs.cf ucbarpa.cf ucbvax.cf vangogh.cs.cf
80 install-cf: install-sendmail-cf install-submit-cf
82 install-sendmail-cf: $(CF).cf
[all …]
/freebsd-13.1/crypto/heimdal/
H A DMakefile.am19 ACLOCAL_AMFLAGS = -I cf
40 cf/make-proto.pl \
42 cf/ChangeLog \
43 cf/c-function.m4 \
44 cf/ChangeLog \
46 cf/have-types.m4 \
49 cf/krb-prog-yacc.m4 \
50 cf/krb-sys-aix.m4 \
52 cf/krb-version.m4 \
53 cf/roken.m4 \
[all …]
H A DMakefile.in63 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
64 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
65 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
66 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
73 $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
80 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
81 $(top_srcdir)/cf/ltoptions.m4 $(top_srcdir)/cf/ltsugar.m4 \
83 $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
84 $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
85 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_activation.cpp42 RegisterIncludeFlags(parser, cf); in RegisterActivationFlags()
47 CommonFlags cf; in OverrideFromActivationFlags() local
51 cf.SetDefaults(); in OverrideFromActivationFlags()
53 allocator_options.CopyTo(&f, &cf); in OverrideFromActivationFlags()
56 cf.coverage = coverage; in OverrideFromActivationFlags()
57 cf.coverage_dir = coverage_dir; in OverrideFromActivationFlags()
58 cf.verbosity = Verbosity(); in OverrideFromActivationFlags()
66 InitializeCommonFlags(&cf); in OverrideFromActivationFlags()
72 allocator_options.SetFrom(&f, &cf); in OverrideFromActivationFlags()
75 coverage = cf.coverage; in OverrideFromActivationFlags()
[all …]
/freebsd-13.1/crypto/heimdal/include/
H A DMakefile.in57 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
64 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
65 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
66 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
67 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
74 $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
81 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
84 $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
85 $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
86 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
[all …]
/freebsd-13.1/etc/sendmail/
H A DMakefile11 SENDMAIL_CF_DIR?=${SENDMAIL_DIR}/cf
16 .SUFFIXES: .mc .cf
18 .mc.cf: ${M4FILES}
25 DEST_CF= ${DESTDIR}/etc/mail/sendmail.cf
28 ALL= freebsd.cf freebsd.submit.cf
29 CLEANFILES= freebsd.cf freebsd.submit.cf
38 INSTALL_CF= ${SENDMAIL_MC:T:R}.cf
40 CLEANFILES+= ${SENDMAIL_MC:T:R}.cf
60 ${mc:T:R}.cf: ${mc}
78 freebsd.cf ${DEST_CF}
[all …]
/freebsd-13.1/etc/mail/
H A DMakefile83 INSTALL_CF= ${SENDMAIL_MC:R}.cf
95 .if exists(/usr/share/sendmail/cf)
96 SENDMAIL_CF_DIR?= /usr/share/sendmail/cf
165 .SUFFIXES: .cf .mc
167 .mc.cf: ${M4FILES}
185 all: cf maps aliases
191 cf: ${INSTALL_CF} ${INSTALL_SUBMIT_CF} target
194 install: install-cf
196 install: install-cf install-submit-cf
199 install-cf: ${INSTALL_CF}
[all …]
/freebsd-13.1/lib/libcrypt/
H A Dcrypt.c91 const struct crypt_format *cf; in crypt_set_format() local
93 for (cf = crypt_formats; cf->name != NULL; ++cf) { in crypt_set_format()
94 if (strcasecmp(cf->name, format) == 0) { in crypt_set_format()
95 crypt_format = cf; in crypt_set_format()
110 const struct crypt_format *cf; in crypt_r() local
116 for (cf = crypt_formats; cf->name != NULL; ++cf) in crypt_r()
117 if (cf->magic != NULL && strstr(salt, cf->magic) == salt) { in crypt_r()
118 func = cf->func; in crypt_r()
/freebsd-13.1/usr.sbin/bhyveload/
H A Dbhyveload.c177 free(cf); in cb_open()
181 cf->cf_size = cf->cf_stat.st_size; in cb_open()
183 cf->cf_isdir = 1; in cb_open()
187 *hp = cf; in cb_open()
191 cf->cf_isdir = 0; in cb_open()
195 *hp = cf; in cb_open()
200 free(cf); in cb_open()
209 if (cf->cf_isdir) in cb_close()
213 free(cf); in cb_close()
232 if (cf->cf_isdir) in cb_read()
[all …]
/freebsd-13.1/crypto/heimdal/etc/
H A DMakefile.in53 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
60 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
61 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
62 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
63 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
70 $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
77 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
80 $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
81 $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
82 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
[all …]
/freebsd-13.1/crypto/heimdal/include/gssapi/
H A DMakefile.in53 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
60 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
61 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
62 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
63 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
70 $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
77 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
80 $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
81 $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
82 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
[all …]
/freebsd-13.1/crypto/heimdal/include/hcrypto/
H A DMakefile.in53 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
60 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
61 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
62 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
63 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
70 $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
77 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
80 $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
81 $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
82 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
[all …]
/freebsd-13.1/crypto/heimdal/include/kadm5/
H A DMakefile.in53 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
60 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
61 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
62 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
63 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
70 $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
77 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
80 $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
81 $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
82 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
[all …]
/freebsd-13.1/sys/powerpc/powerpc/
H A Dvm_machdep.c113 struct callframe *cf; in cpu_fork() local
146 cf = (struct callframe *)tf - 1; in cpu_fork()
147 memset(cf, 0, sizeof(struct callframe)); in cpu_fork()
151 cf->cf_func = (register_t)fork_return; in cpu_fork()
152 cf->cf_arg0 = (register_t)td2; in cpu_fork()
153 cf->cf_arg1 = (register_t)tf; in cpu_fork()
155 pcb->pcb_sp = (register_t)cf; in cpu_fork()
186 struct callframe *cf; in cpu_fork_kthread_handler() local
194 cf->cf_toc = ((register_t *)func)[1]; in cpu_fork_kthread_handler()
196 cf->cf_func = (register_t)func; in cpu_fork_kthread_handler()
[all …]
/freebsd-13.1/crypto/heimdal/tools/
H A DMakefile.in55 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
62 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
63 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
64 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
65 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
72 $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
79 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
82 $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
83 $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
84 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
[all …]
/freebsd-13.1/crypto/heimdal/lib/vers/
H A DMakefile.in54 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
61 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
62 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
63 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
64 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
71 $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
78 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
81 $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
82 $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
83 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
[all …]
/freebsd-13.1/crypto/heimdal/appl/ftp/common/
H A DMakefile.in54 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
61 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
62 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
63 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
64 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
71 $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
78 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
81 $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
82 $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
83 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
[all …]
/freebsd-13.1/crypto/heimdal/appl/telnet/
H A DMakefile.in53 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
60 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
61 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
62 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
63 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
70 $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
77 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
80 $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
81 $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
82 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
[all …]
/freebsd-13.1/crypto/heimdal/appl/telnet/libtelnet/
H A DMakefile.in54 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
61 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
62 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
63 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
64 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
71 $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
78 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
81 $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
82 $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
83 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
[all …]
/freebsd-13.1/crypto/heimdal/lib/
H A DMakefile.in53 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
60 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
61 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
62 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
63 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
70 $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
77 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
80 $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
81 $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
82 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
[all …]
/freebsd-13.1/crypto/heimdal/appl/rcp/
H A DMakefile.in55 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
62 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
63 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
64 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
65 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
72 $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
79 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
82 $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
83 $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
84 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
[all …]
/freebsd-13.1/crypto/heimdal/appl/gssmask/
H A DMakefile.in55 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
62 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
63 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
64 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
65 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
72 $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
79 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
82 $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
83 $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
84 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
[all …]
/freebsd-13.1/crypto/heimdal/appl/su/
H A DMakefile.in55 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
62 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
63 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
64 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
65 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
72 $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
79 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
82 $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
83 $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
84 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
[all …]
/freebsd-13.1/crypto/heimdal/appl/
H A DMakefile.in53 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
60 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
61 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
62 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
63 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
70 $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
77 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
80 $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
81 $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
82 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
[all …]
/freebsd-13.1/crypto/heimdal/appl/ftp/
H A DMakefile.in53 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
60 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
61 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
62 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
63 $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
70 $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
77 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
80 $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
81 $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
82 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
[all …]

12345678910>>...20