Home
last modified time | relevance | path

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

12345678910>>...22

/freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/one-true-awk/testdir/
H A Dchem.awk138 n = $cf
213 for (cf = 2; cf <= NF; ) {
228 if ($cf == "with" || $cf == "at")
231 cf++
327 cf++
330 cf++
331 if ($cf >= 1 && $cf <= v) {
336 cf++
390 for (cf++; $cf ~ /^[1-9]/; cf++) {
404 cf++
[all …]
/freebsd-14.2/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-14.2/etc/sendmail/
H A DMakefile10 SENDMAIL_CF_DIR?=${SENDMAIL_DIR}/cf
15 .SUFFIXES: .mc .cf
17 .mc.cf: ${M4FILES}
24 DEST_CF= ${DESTDIR}/etc/mail/sendmail.cf
27 ALL= freebsd.cf freebsd.submit.cf
28 CLEANFILES= freebsd.cf freebsd.submit.cf
37 INSTALL_CF= ${SENDMAIL_MC:T:R}.cf
39 CLEANFILES+= ${SENDMAIL_MC:T:R}.cf
59 ${mc:T:R}.cf: ${mc}
77 freebsd.cf ${DEST_CF}
[all …]
/freebsd-14.2/etc/mail/
H A DMakefile80 INSTALL_CF= ${SENDMAIL_MC:R}.cf
92 .if exists(/usr/share/sendmail/cf)
93 SENDMAIL_CF_DIR?= /usr/share/sendmail/cf
162 .SUFFIXES: .cf .mc
164 .mc.cf: ${M4FILES}
182 all: cf maps aliases
188 cf: ${INSTALL_CF} ${INSTALL_SUBMIT_CF} target
191 install: install-cf
193 install: install-cf install-submit-cf
196 install-cf: ${INSTALL_CF}
[all …]
/freebsd-14.2/lib/libcrypt/
H A Dcrypt.c89 const struct crypt_format *cf; in crypt_set_format() local
91 for (cf = crypt_formats; cf->name != NULL; ++cf) { in crypt_set_format()
92 if (strcasecmp(cf->name, format) == 0) { in crypt_set_format()
93 crypt_format = cf; in crypt_set_format()
108 const struct crypt_format *cf; in crypt_r() local
114 for (cf = crypt_formats; cf->name != NULL; ++cf) in crypt_r()
115 if (cf->magic != NULL && strstr(salt, cf->magic) == salt) { in crypt_r()
116 func = cf->func; in crypt_r()
/freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/usr.sbin/bhyveload/
H A Dbhyveload.c174 cf = NULL; in cb_open()
203 if (cf == NULL) { in cb_open()
208 cf->cf_stat = sb; in cb_open()
209 cf->cf_size = cf->cf_stat.st_size; in cb_open()
212 cf->cf_isdir = 1; in cb_open()
216 free(cf); in cb_open()
224 *hp = cf; in cb_open()
233 if (cf->cf_isdir) in cb_close()
237 free(cf); in cb_close()
256 if (cf->cf_isdir) in cb_read()
[all …]
/freebsd-14.2/sys/powerpc/powerpc/
H A Dvm_machdep.c113 struct callframe *cf; in cpu_fork() local
150 cf = (struct callframe *)tf - 1; in cpu_fork()
151 memset(cf, 0, sizeof(struct callframe)); in cpu_fork()
155 cf->cf_func = (register_t)fork_return; in cpu_fork()
156 cf->cf_arg0 = (register_t)td2; in cpu_fork()
157 cf->cf_arg1 = (register_t)tf; in cpu_fork()
159 pcb->pcb_sp = (register_t)cf; in cpu_fork()
190 struct callframe *cf; in cpu_fork_kthread_handler() local
198 cf->cf_toc = ((register_t *)func)[1]; in cpu_fork_kthread_handler()
200 cf->cf_func = (register_t)func; in cpu_fork_kthread_handler()
[all …]
/freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.cpp58 CommonFlags cf; in InitializeFlags() local
59 cf.CopyFrom(*common_flags()); in InitializeFlags()
60 cf.external_symbolizer_path = GetEnv("TSAN_SYMBOLIZER_PATH"); in InitializeFlags()
61 cf.allow_addr2line = true; in InitializeFlags()
64 cf.abort_on_error = false; in InitializeFlags()
66 cf.detect_deadlocks = false; in InitializeFlags()
68 cf.print_suppressions = false; in InitializeFlags()
69 cf.stack_trace_format = " #%n %f %S %M"; in InitializeFlags()
70 cf.exitcode = 66; in InitializeFlags()
71 cf.intercept_tls_get_addr = true; in InitializeFlags()
[all …]
/freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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 …]
/freebsd-14.2/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 …]

12345678910>>...22