Home
last modified time | relevance | path

Searched refs:reasons (Results 1 – 25 of 62) sorted by relevance

123

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_purp.c400 if (dp->reasons) { in setup_dp()
401 if (dp->reasons->length > 0) in setup_dp()
402 dp->dp_reasons = dp->reasons->data[0]; in setup_dp()
403 if (dp->reasons->length > 1) in setup_dp()
404 dp->dp_reasons |= (dp->reasons->data[1] << 8); in setup_dp()
H A Dx509_crld.c289 if (!set_reasons(&point->reasons, cnf->value)) in crldp_from_section()
459 .offset = offsetof(DIST_POINT, reasons),
772 if (point->reasons) in i2r_crldp()
773 print_reasons(out, "Reasons", point->reasons, in i2r_crldp()
H A Dx509_vfy.c1160 unsigned int reasons, best_reasons = 0; in get_crl_sk() local
1167 reasons = *preasons; in get_crl_sk()
1168 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x); in get_crl_sk()
1174 best_reasons = reasons; in get_crl_sk()
1608 unsigned int reasons; in get_crl_delta() local
1613 reasons = ctx->current_reasons; in get_crl_delta()
1614 ok = get_crl_sk(ctx, &crl, &dcrl, &issuer, &crl_score, &reasons, in get_crl_delta()
1626 get_crl_sk(ctx, &crl, &dcrl, &issuer, &crl_score, &reasons, skcrl); in get_crl_delta()
1636 ctx->current_reasons = reasons; in get_crl_delta()
/dragonfly/tools/tools/net80211/wlanstats/
H A Dwlanstats.c554 static const char *reasons[] = { in setreason() local
579 if (v < N(reasons) && reasons[v] != NULL) in setreason()
580 snprintf(b, bs, "%s (%u)", reasons[v], v); in setreason()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dlanguages.texi34 logic/functional language Mercury. For these reasons, it may also be
H A Dconfigterms.texi29 different this is called a @dfn{canadian} (for obscure reasons dealing
H A Dcppinternals.texi119 historical reasons this is no longer quite true, but we should strive to
540 cannot contain any further macros, for reasons of token spacing
664 both for aesthetic reasons and because it causes problems for people who
773 reasons of efficiency it is slightly conservative and might recommend a
H A Dcfg.texi215 There are various reasons why control flow may transfer from one block
220 several other reasons why edges may be created. The @code{flags}
H A Dimplement-c.texi423 inline a function for many reasons; the @option{-Winline} option may be
/dragonfly/contrib/libpcap/
H A Dgrammar.y266 const char *reasons[] = PFRES_NAMES; in pfreason_to_num() local
269 for (i = 0; reasons[i]; i++) { in pfreason_to_num()
270 if (pcap_strcasecmp(reason, reasons[i]) == 0) in pfreason_to_num()
/dragonfly/lib/libm/
H A DSymbol.map243 * backwards compatibility reasons (implemented with __sym_compat())
/dragonfly/contrib/gdb-7/gdb/
H A Dunwind_stop_reasons.def21 After this reason name, all reasons should be considered errors;
/dragonfly/contrib/openresolv/
H A DREADME.md27 Here's some reasons:
/dragonfly/lib/libc/db/
H A Dchangelog30 all: Minor cleanups of 1.78 for porting reasons; only
/dragonfly/contrib/tcp_wrappers/
H A DREADME.NIS13 have kept the discussion below for educational reasons].
/dragonfly/contrib/gcc-4.7/libobjc/
H A Daccessors.m142 do the same for compatibility reasons. */
/dragonfly/lib/libc/locale/
H A DDESIGN.xlocale121 terms of their locale-aware versions, for performance reasons. Each of these
/dragonfly/usr.sbin/cron/doc/
H A DCHANGES44 reasons that I consider reasonable. It is trivial for a root user to delete
/dragonfly/crypto/libressl/include/openssl/
H A Dx509v3.h251 ASN1_BIT_STRING *reasons; member
/dragonfly/bin/sh/
H A DTOUR254 reasons. The header file bltin.h takes care of most of the
/dragonfly/sys/vfs/hammer2/
H A DFREEMAP297 ability for a multitude of reasons, including attempting to detect
/dragonfly/sys/vfs/ufs/
H A DREADME152 soft updates due to performance or reliability reasons,
/dragonfly/share/examples/IPv6/
H A DUSAGE18 up", the interface does not support IPv6 for some reasons - for example,
/dragonfly/contrib/zlib-1.2/
H A DFAQ301 No. That is intentional for performance reasons, and the output of deflate
/dragonfly/contrib/xz/
H A DNEWS156 to configure. The reasons to disable it by default (see INSTALL

123