Searched refs:cf (Results 1 - 25 of 194) sorted by relevance

12345678

/freebsd-10.3-release/crypto/heimdal/
H A DMakefile.am18 ## ACLOCAL = @ACLOCAL@ -I cf
19 ACLOCAL_AMFLAGS = -I cf
40 cf/make-proto.pl \
41 cf/install-catman.sh \
42 cf/ChangeLog \
43 cf/c-function.m4 \
44 cf/ChangeLog \
45 cf/have-pragma-weak.m4 \
46 cf/have-types.m4 \
47 cf/kr
[all...]
/freebsd-10.3-release/lib/libcrypt/
H A Dcrypt.c90 const struct crypt_format *cf; local
92 for (cf = crypt_formats; cf->name != NULL; ++cf) {
93 if (strcasecmp(cf->name, format) == 0) {
94 crypt_format = cf;
109 const struct crypt_format *cf; local
114 for (cf = crypt_formats; cf->name != NULL; ++cf)
[all...]
/freebsd-10.3-release/contrib/sendmail/libsmutil/
H A Dcf.c12 SM_RCSID("@(#)$Id: cf.c,v 8.20 2013-11-22 20:51:50 ca Exp $")
16 ** GETCFNAME -- return the name of the .cf file to use.
20 ** For others: returns submit.cf or sendmail.cf depending
26 ** cftype -- may request a certain cf file.
30 ** name of .cf file.
55 static char cf[MAXPATHLEN]; local
59 "submit.cf", '\0');
61 (void) sm_strlcpy(cf, cflocation, sizeof cf);
[all...]
/freebsd-10.3-release/etc/mail/
H A DMakefile9 # all - Build cf, maps and aliases
10 # cf - Build the .cf file from .mc file
13 # install - Install the .cf file as /etc/mail/sendmail.cf
83 INSTALL_CF= ${SENDMAIL_MC:R}.cf
86 INSTALL_SUBMIT_CF= ${SENDMAIL_SUBMIT_MC:R}.cf
95 .if exists(/usr/share/sendmail/cf)
96 SENDMAIL_CF_DIR?= /usr/share/sendmail/cf
97 .elif exists(/usr/src/contrib/sendmail/cf)
[all...]
/freebsd-10.3-release/etc/sendmail/
H A DMakefile11 SENDMAIL_CF_DIR?=${SENDMAIL_DIR}/cf
16 .SUFFIXES: .mc .cf
18 .mc.cf: ${M4FILES}
21 ${SENDMAIL_CF_DIR}/m4/cf.m4 ${.IMPSRC} > ${.TARGET}
24 DEST_CF= ${DESTDIR}/etc/mail/sendmail.cf
25 DEST_SUBMIT_CF= ${DESTDIR}/etc/mail/submit.cf
27 ALL= freebsd.cf freebsd.submit.cf
28 CLEANFILES= freebsd.cf freebsd.submit.cf
[all...]
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fmtcheck.c90 const char *f, *cf, *f1, *f2; local
98 cf = f1;
100 cf = f2;
102 if (f != cf) {
/freebsd-10.3-release/lib/libc/tests/gen/
H A Dfmtcheck_test.c82 const char *f, *cf, *f1, *f2; local
89 cf = f1;
91 cf = f2;
92 ATF_CHECK_MSG(f == cf,
/freebsd-10.3-release/tools/regression/lib/libc/gen/
H A Dtest-fmtcheck.c79 const char *f, *cf, *f1, *f2; local
89 cf = f1;
91 cf = f2;
93 if (f != cf) {
/freebsd-10.3-release/contrib/sendmail/cf/cf/
H A DMakefile8 # Create configuration files using "m4 ../m4/cf.m4 file.mc > file.cf";
14 # name of source for sendmail.cf (without extension)
16 # name of source for submit.cf (without extension)
18 # directory for .cf files
35 .SUFFIXES: .mc .cf
37 .mc.cf:
39 $(M4) ${CFDIR}/m4/cf.m4 $*.mc > $@ || ( $(RM) $@ && exit 1 )
44 GENERIC=generic-bsd4.4.cf generic-hpux9.cf generi
[all...]
/freebsd-10.3-release/crypto/heimdal/etc/
H A DMakefile.in44 $(top_srcdir)/cf/Makefile.am.common
47 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
48 $(top_srcdir)/cf/auth-modules.m4 \
49 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
50 $(top_srcdir)/cf/broken-glob.m4 \
51 $(top_srcdir)/cf/broken-realloc.m4 \
52 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
53 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/
[all...]
/freebsd-10.3-release/crypto/heimdal/include/gssapi/
H A DMakefile.in44 $(top_srcdir)/cf/Makefile.am.common
47 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
48 $(top_srcdir)/cf/auth-modules.m4 \
49 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
50 $(top_srcdir)/cf/broken-glob.m4 \
51 $(top_srcdir)/cf/broken-realloc.m4 \
52 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
53 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/
[all...]
/freebsd-10.3-release/crypto/heimdal/include/
H A DMakefile.in47 $(top_srcdir)/cf/Makefile.am.common
51 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
52 $(top_srcdir)/cf/auth-modules.m4 \
53 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
54 $(top_srcdir)/cf/broken-glob.m4 \
55 $(top_srcdir)/cf/broken-realloc.m4 \
56 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
57 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/
[all...]
/freebsd-10.3-release/tests/sys/kern/acct/
H A Dacct_test.c53 union cf { union
59 check_result(const char *name, float expected, union cf v)
81 union cf v;
97 union cf v;
112 union cf v;
129 union cf v;
146 union cf v;
165 union cf v;
185 union cf v;
203 union cf
[all...]
/freebsd-10.3-release/sys/kern/
H A Dsubr_mbpool.c243 struct mbfree *cf; local
247 if ((cf = SLIST_FIRST(&p->free_list)) == NULL) {
249 cf = SLIST_FIRST(&p->free_list);
251 if (cf == NULL) {
258 t = C2T(p, cf);
265 return (cf);
303 struct mbfree *cf; local
309 cf = N2C(p, pg, b);
310 tr = C2T(p, cf);
313 SLIST_INSERT_HEAD(&p->free_list, cf, lin
329 struct mbfree *cf; local
354 struct mbfree *cf; local
376 struct mbfree *cf; local
[all...]
/freebsd-10.3-release/usr.sbin/bhyveload/
H A Dbhyveload.c156 struct cb_file *cf; local
166 cf = malloc(sizeof(struct cb_file));
167 if (stat(path, &cf->cf_stat) < 0) {
168 free(cf);
172 cf->cf_size = st.st_size;
173 if (S_ISDIR(cf->cf_stat.st_mode)) {
174 cf->cf_isdir = 1;
175 cf->cf_u.dir = opendir(path);
176 if (!cf->cf_u.dir)
178 *hp = cf;
198 struct cb_file *cf = h; local
212 struct cb_file *cf = h; local
220 struct cb_file *cf = h; local
236 struct cb_file *cf = h; local
262 struct cb_file *cf = h; local
274 struct cb_file *cf = h; local
[all...]
/freebsd-10.3-release/contrib/openresolv/
H A Dpdnsd.in103 cf="$pdnsd_conf.new"
140 rm -f "$cf"
141 remove_markers "$signature" "$signature_end" "$pdnsd_conf" > "$cf"
143 echo "$signature" >> "$cf"
144 printf %s "$newconf" >> "$cf"
145 echo "$signature_end" >> "$cf"
147 if change_file "$pdnsd_conf" "$cf"; then
/freebsd-10.3-release/crypto/heimdal/base/
H A DMakefile.in44 $(top_srcdir)/cf/Makefile.am.common
49 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
50 $(top_srcdir)/cf/auth-modules.m4 \
51 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
52 $(top_srcdir)/cf/broken-glob.m4 \
53 $(top_srcdir)/cf/broken-realloc.m4 \
54 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
55 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/
[all...]
/freebsd-10.3-release/crypto/heimdal/include/hcrypto/
H A DMakefile.in44 $(top_srcdir)/cf/Makefile.am.common
47 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
48 $(top_srcdir)/cf/auth-modules.m4 \
49 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
50 $(top_srcdir)/cf/broken-glob.m4 \
51 $(top_srcdir)/cf/broken-realloc.m4 \
52 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
53 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/
[all...]
/freebsd-10.3-release/crypto/heimdal/include/kadm5/
H A DMakefile.in44 $(top_srcdir)/cf/Makefile.am.common
47 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
48 $(top_srcdir)/cf/auth-modules.m4 \
49 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
50 $(top_srcdir)/cf/broken-glob.m4 \
51 $(top_srcdir)/cf/broken-realloc.m4 \
52 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
53 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/
[all...]
/freebsd-10.3-release/crypto/heimdal/lib/
H A DMakefile.in44 $(top_srcdir)/cf/Makefile.am.common
47 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
48 $(top_srcdir)/cf/auth-modules.m4 \
49 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
50 $(top_srcdir)/cf/broken-glob.m4 \
51 $(top_srcdir)/cf/broken-realloc.m4 \
52 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
53 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/
[all...]
/freebsd-10.3-release/crypto/heimdal/lib/sqlite/
H A DMakefile.in46 $(top_srcdir)/cf/Makefile.am.common
49 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
50 $(top_srcdir)/cf/auth-modules.m4 \
51 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
52 $(top_srcdir)/cf/broken-glob.m4 \
53 $(top_srcdir)/cf/broken-realloc.m4 \
54 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
55 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/
[all...]
/freebsd-10.3-release/crypto/heimdal/admin/
H A DMakefile.in45 $(top_srcdir)/cf/Makefile.am.common ChangeLog
49 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
50 $(top_srcdir)/cf/auth-modules.m4 \
51 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
52 $(top_srcdir)/cf/broken-glob.m4 \
53 $(top_srcdir)/cf/broken-realloc.m4 \
54 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
55 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/
[all...]
/freebsd-10.3-release/crypto/heimdal/appl/
H A DMakefile.in44 $(top_srcdir)/cf/Makefile.am.common
47 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
48 $(top_srcdir)/cf/auth-modules.m4 \
49 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
50 $(top_srcdir)/cf/broken-glob.m4 \
51 $(top_srcdir)/cf/broken-realloc.m4 \
52 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
53 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/
[all...]
/freebsd-10.3-release/crypto/heimdal/appl/afsutil/
H A DMakefile.in45 $(top_srcdir)/cf/Makefile.am.common ChangeLog
49 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
50 $(top_srcdir)/cf/auth-modules.m4 \
51 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
52 $(top_srcdir)/cf/broken-glob.m4 \
53 $(top_srcdir)/cf/broken-realloc.m4 \
54 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
55 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/
[all...]
/freebsd-10.3-release/crypto/heimdal/appl/ftp/
H A DMakefile.in44 $(top_srcdir)/cf/Makefile.am.common ChangeLog
47 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
48 $(top_srcdir)/cf/auth-modules.m4 \
49 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
50 $(top_srcdir)/cf/broken-glob.m4 \
51 $(top_srcdir)/cf/broken-realloc.m4 \
52 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
53 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/
[all...]

Completed in 227 milliseconds

12345678