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

12345

/freebsd-9.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-9.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-9.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-9.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-9.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-9.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-9.3-release/contrib/openresolv/
H A Dpdnsd.in93 cf="$pdnsd_conf.new"
130 rm -f "$cf"
131 remove_markers "$signature" "$signature_end" "$pdnsd_conf" > "$cf"
133 echo "$signature" >> "$cf"
134 printf %s "$newconf" >> "$cf"
135 echo "$signature_end" >> "$cf"
137 if change_file "$pdnsd_conf" "$cf"; then
/freebsd-9.3-release/sys/kern/
H A Dsubr_mbpool.c242 struct mbfree *cf; local
246 if ((cf = SLIST_FIRST(&p->free_list)) == NULL) {
248 cf = SLIST_FIRST(&p->free_list);
250 if (cf == NULL) {
257 t = C2T(p, cf);
264 return (cf);
300 struct mbfree *cf; local
306 cf = N2C(p, pg, b);
307 tr = C2T(p, cf);
310 SLIST_INSERT_HEAD(&p->free_list, cf, lin
326 struct mbfree *cf; local
351 struct mbfree *cf; local
373 struct mbfree *cf; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcorelow.c107 add_core_fns (struct core_fns *cf) argument
109 cf->next = core_file_fns;
110 core_file_fns = cf;
134 struct core_fns *cf; local
142 for (cf = core_file_fns; cf != NULL; cf = cf->next)
144 if (cf->core_sniffer (cf, abf
182 struct core_fns *cf; local
[all...]
H A Dgdbcore.h206 extern void add_core_fns (struct core_fns *cf);
207 extern int default_core_sniffer (struct core_fns *cf, bfd * abfd);
/freebsd-9.3-release/contrib/ncurses/
H A Dtar-copy.sh67 if ( tar cf $TMP $1 )
/freebsd-9.3-release/release/scripts/
H A Dinfo-make.sh8 tar -cf - -C ${RD}/trees/base/usr/share/info . |
H A Ddict-make.sh8 tar -cf - -C ${RD}/trees/base/usr/share/dict . |
/freebsd-9.3-release/sys/powerpc/aim/
H A Dvm_machdep.c147 struct callframe *cf; local
180 cf = (struct callframe *)tf - 1;
181 memset(cf, 0, sizeof(struct callframe));
183 cf->cf_toc = tocbase;
185 cf->cf_func = (register_t)fork_return;
186 cf->cf_arg0 = (register_t)td2;
187 cf->cf_arg1 = (register_t)tf;
189 pcb->pcb_sp = (register_t)cf;
220 struct callframe *cf; local
225 cf
[all...]
/freebsd-9.3-release/sys/powerpc/booke/
H A Dvm_machdep.c169 struct callframe *cf; local
204 cf = (struct callframe *)tf - 1;
205 memset(cf, 0, sizeof(struct callframe));
206 cf->cf_func = (register_t)fork_return;
207 cf->cf_arg0 = (register_t)td2;
208 cf->cf_arg1 = (register_t)tf;
210 pcb->pcb_sp = (register_t)cf;
231 struct callframe *cf; local
236 cf = (struct callframe *)td->td_pcb->pcb_sp;
238 cf
[all...]
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh2.c51 _PROTOTYPE(static struct op *pipeline, (int cf ));
54 _PROTOTYPE(static int synio, (int cf ));
55 _PROTOTYPE(static void musthave, (int c, int cf ));
58 _PROTOTYPE(static struct op *command, (int cf ));
76 _PROTOTYPE(static int yylex, (int cf ));
95 pipeline(cf)
96 int cf;
101 t = command(cf);
159 synio(cf)
160 int cf;
408 register int c, cf; local
[all...]
/freebsd-9.3-release/contrib/amd/amd/
H A Dsched.c96 sched_job(cb_fun *cf, opaque_t ca) argument
100 p->cb_fun = cf;
114 * cf: Continuation function (ca is its arguments)
117 run_task(task_fun *tf, opaque_t ta, cb_fun *cf, opaque_t ca) argument
119 pjob *p = sched_job(cf, ca);
157 sched_task(cb_fun *cf, opaque_t ca, wchan_t wchan) argument
162 pjob *p = sched_job(cf, ca);
/freebsd-9.3-release/tools/regression/acct/
H A Dpack.c51 union cf { union
57 check_result(const char *name, float expected, union cf v)
75 union cf v;
/freebsd-9.3-release/etc/periodic/daily/
H A D500.queuerun25 if [ -f /etc/mail/submit.cf ]
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dtasn_fre.c85 const ASN1_COMPAT_FUNCS *cf; local
133 cf = it->funcs;
134 if (cf && cf->asn1_free)
135 cf->asn1_free(*pval);
/freebsd-9.3-release/sys/x86/cpufreq/
H A Dhwpstate.c110 static int hwpstate_set(device_t dev, const struct cf_setting *cf);
111 static int hwpstate_get(device_t dev, struct cf_setting *cf);
211 hwpstate_set(device_t dev, const struct cf_setting *cf) argument
217 if (cf == NULL)
222 if (CPUFREQ_CMP(cf->freq, set[i].freq))
231 hwpstate_get(device_t dev, struct cf_setting *cf) argument
238 if (cf == NULL)
245 cf->freq = set.freq;
246 cf->volts = set.volts;
247 cf
[all...]
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dt-cf.c12 SM_IDSTR(id, "@(#)$Id: t-cf.c,v 1.8 2013-11-22 20:51:43 ca Exp $")
18 #include <sm/cf.h>
30 fprintf(stderr, "Usage: %s .cf-file option\n", argv[0]);
/freebsd-9.3-release/lib/libsmutil/
H A DMakefile17 SRCS+= debug.c err.c lockfile.c safefile.c snprintf.c cf.c
/freebsd-9.3-release/crypto/heimdal/tests/can/
H A Dtest_can.in56 if [ -f ${objdir}/${tst}.cf ]; then
57 KRB5_CONFIG="${objdir}/${tst}.cf"
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dprint.c246 enum critical_flag cf, const Extension *e)
248 switch(cf) {
280 enum critical_flag cf,
288 check_Null(ctx, status, cf, e);
328 enum critical_flag cf,
336 check_Null(ctx, status, cf, e);
339 check_Null(ctx, status, cf, e);
433 enum critical_flag cf,
440 check_Null(ctx, status, cf, e);
517 enum critical_flag cf,
244 check_Null(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
278 check_subjectKeyIdentifier(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
326 check_authorityKeyIdentifier(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
431 check_CRLDistributionPoints(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
514 check_altName(hx509_validate_ctx ctx, struct cert_status *status, const char *name, enum critical_flag cf, const Extension *e) argument
592 check_subjectAltName(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
602 check_issuerAltName(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
613 check_basicConstraints(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
656 check_proxyCertInfo(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
667 check_authorityInfoAccess(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
712 enum critical_flag cf; member in struct:__anon4613
[all...]

Completed in 305 milliseconds

12345