Searched refs:cf (Results 76 - 100 of 201) sorted by relevance

123456789

/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dprint.c245 enum critical_flag cf, const Extension *e)
247 switch(cf) {
279 enum critical_flag cf,
287 check_Null(ctx, status, cf, e);
327 enum critical_flag cf,
335 check_Null(ctx, status, cf, e);
367 enum critical_flag cf,
374 check_Null(ctx, status, cf, e);
479 enum critical_flag cf,
487 check_Null(ctx, status, cf,
243 check_Null(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
277 check_subjectKeyIdentifier(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
325 check_authorityKeyIdentifier(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
365 check_extKeyUsage(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
477 check_CRLDistributionPoints(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
561 check_altName(hx509_validate_ctx ctx, struct cert_status *status, const char *name, enum critical_flag cf, const Extension *e) argument
640 check_subjectAltName(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
650 check_issuerAltName(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
661 check_basicConstraints(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
704 check_proxyCertInfo(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
715 check_authorityInfoAccess(hx509_validate_ctx ctx, struct cert_status *status, enum critical_flag cf, const Extension *e) argument
761 enum critical_flag cf; member in struct:__anon5991
[all...]
H A DMakefile.in45 $(top_srcdir)/cf/Makefile.am.common ChangeLog TODO sel-gram.c \
54 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
55 $(top_srcdir)/cf/auth-modules.m4 \
56 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
57 $(top_srcdir)/cf/broken-glob.m4 \
58 $(top_srcdir)/cf/broken-realloc.m4 \
59 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
60 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/
[all...]
/freebsd-11-stable/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]);
H A Dcf.c12 SM_RCSID("@(#)$Id: cf.c,v 1.8 2013-11-22 20:51:42 ca Exp $")
17 #include <sm/cf.h>
23 ** SM_CF_GETOPT -- look up option values in the sendmail.cf file
25 ** Open the sendmail.cf file and parse all of the 'O' directives.
30 ** path -- pathname of sendmail.cf file
H A DMakefile.m49 define(`bldSOURCES', ` assert.c debug.c errstring.c exc.c heap.c match.c rpool.c strdup.c strerror.c strl.c clrerr.c fclose.c feof.c ferror.c fflush.c fget.c fpos.c findfp.c flags.c fopen.c fprintf.c fpurge.c fput.c fread.c fscanf.c fseek.c fvwrite.c fwalk.c fwrite.c get.c makebuf.c put.c refill.c rewind.c setvbuf.c smstdio.c snprintf.c sscanf.c stdio.c strio.c ungetc.c vasprintf.c vfprintf.c vfscanf.c vprintf.c vsnprintf.c wbuf.c wsetup.c string.c stringf.c xtrap.c strto.c test.c strcasecmp.c strrevcmp.c signal.c clock.c config.c shm.c sem.c mbdb.c strexit.c cf.c ldap.c niprop.c mpeix.c memstat.c util.c inet6_ntop.c notify.c ')
37 smcheck(`t-cf')
/freebsd-11-stable/lib/libsmutil/
H A DMakefile18 SRCS+= debug.c err.c lockfile.c safefile.c snprintf.c cf.c
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp76 CommonFlags cf; local
77 cf.CopyFrom(*common_flags());
78 cf.allow_addr2line = true;
79 OverrideCommonFlags(cf);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp82 CommonFlags cf; local
83 cf.CopyFrom(*common_flags());
84 cf.external_symbolizer_path = GetEnv("HWASAN_SYMBOLIZER_PATH");
85 cf.malloc_context_size = 20;
86 cf.handle_ioctl = true;
88 cf.check_printf = false;
89 cf.intercept_tls_get_addr = true;
90 cf.exitcode = 99;
92 cf.clear_shadow_mmap_threshold = 4096 * (SANITIZER_ANDROID ? 2 : 8);
94 cf
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
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-11-stable/crypto/heimdal/appl/login/
H A DMakefile.am36 cd $(srcdir); perl ../../cf/make-proto.pl -o login-protos.h -q -P comment $(login_SOURCES) || rm -f login-protos.h
/freebsd-11-stable/etc/
H A Drc.sendmail158 if [ -r /etc/mail/submit.cf ]; then
178 if [ -r /etc/mail/submit.cf ]; then
206 if [ -r /etc/mail/submit.cf ]; then
/freebsd-11-stable/contrib/openbsm/bin/auditd/
H A Dauditd.c127 char *cf; local
130 cf = malloc(MAXPATHLEN);
131 if (cf == NULL) {
136 len = readlink(AUDIT_CURRENT_LINK, cf, MAXPATHLEN - 1);
138 free(cf);
143 cf[len] = '\0';
145 return (cf);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp146 CommonFlags cf; local
147 cf.CopyFrom(*common_flags());
148 cf.external_symbolizer_path = GetEnv("MSAN_SYMBOLIZER_PATH");
149 cf.malloc_context_size = 20;
150 cf.handle_ioctl = true;
152 cf.check_printf = false;
153 cf.intercept_tls_get_addr = true;
154 cf.exitcode = 77;
155 OverrideCommonFlags(cf);
198 CommonFlags cf; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dtasn_new.c93 const ASN1_COMPAT_FUNCS *cf; local
120 cf = it->funcs;
121 if (cf && cf->asn1_new) {
122 *pval = cf->asn1_new();
/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A DMakefile.am30 cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -o heimntlm-protos.h $(dist_libheimntlm_la_SOURCES) || rm -f heimntlm-protos.h
/freebsd-11-stable/etc/periodic/daily/
H A D440.status-mailq41 if [ -f /etc/mail/submit.cf ]
/freebsd-11-stable/share/sendmail/
H A DMakefile8 CFDIR= cf
/freebsd-11-stable/sys/x86/cpufreq/
H A Dpowernow.c245 static int pn_set(device_t dev, const struct cf_setting *cf);
246 static int pn_get(device_t dev, struct cf_setting *cf);
442 pn_set(device_t dev, const struct cf_setting *cf) argument
449 if (cf == NULL)
457 if (CPUFREQ_CMP(sc->powernow_states[i].freq / 1000, cf->freq))
478 pn_get(device_t dev, struct cf_setting *cf) argument
485 if (cf == NULL)
509 cf->freq = sc->powernow_states[i].freq / 1000;
510 cf->power = sc->powernow_states[i].power;
511 cf
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c415 UInt32 cf, s0; local
418 cf = s->Freq - 1;
419 s0 = c->SummFreq - c->NumStats - cf;
420 upState.Freq = (Byte)(1 + ((2 * cf <= s0) ? (5 * cf > s0) : ((2 * cf + 3 * s0 - 1) / (2 * s0))));
539 UInt32 cf, sf; local
580 cf = 2 * (UInt32)p->FoundState->Freq * (c->SummFreq + 6);
582 if (cf < 6 * sf)
584 cf
[all...]
/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A DMakefile.in48 $(top_srcdir)/cf/Makefile.am.common ChangeLog
57 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
58 $(top_srcdir)/cf/auth-modules.m4 \
59 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
60 $(top_srcdir)/cf/broken-glob.m4 \
61 $(top_srcdir)/cf/broken-realloc.m4 \
62 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
63 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/
[all...]
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Ddisplayq.c82 static int garbage; /* # of garbage cf files */
383 inform(const struct printer *pp, char *cf) argument
394 if ((cfp = fopen(cf, "r")) == NULL)
400 if (pp->remote || garbage || strcmp(cf, current))
404 * The cf-file may include commands to print more than one datafile
405 * from the user. For each datafile, the cf-file contains at least
417 jnum = calc_jobnum(cf, NULL);
421 if (!inlist(line+1, cf)) {
430 printf(" [job %s]\n", cf+3);
/freebsd-11-stable/crypto/heimdal/kcm/
H A DMakefile.am28 cd $(srcdir); perl ../cf/make-proto.pl -o kcm-protos.h -q -P comment $(kcm_SOURCES) || rm -f kcm-protos.h
/freebsd-11-stable/contrib/jemalloc/
H A DFREEBSD-upgrade118 tar cf - -C ${work} -X FREEBSD-Xlist . |tar xvf -
/freebsd-11-stable/usr.bin/lastcomm/tests/
H A Dvalues.sh73 tar -cf - acct sa.u lastcomm.cesuS *.time |
/freebsd-11-stable/contrib/libxo/xolint/
H A Dxolint.pl395 my $cf = count_args($field[2]);
397 warn("encoding format uses different number of arguments ($cf/$ce)")
398 if $ce >= 0 && $cf >= 0 && $ce != $cf;

Completed in 368 milliseconds

123456789