Searched refs:reasons (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/contrib/groff/contrib/mm/
H A DNOTES17 cover sheet. MT files is only for compatibility reasons, and has several
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_crld.c101 if (point->reasons)
102 X509V3_add_value("reasons", "<UNSUPPORTED>", &exts);
167 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
H A Dx509v3.h229 ASN1_BIT_STRING *reasons; member in struct:DIST_POINT_st
/freebsd-9.3-release/crypto/openssl/demos/easy_tls/
H A Deasy-tls.c352 static char reasons[255]; local
371 if (reasons_i < sizeof reasons) {
375 n = (sizeof reasons) - reasons_i;
376 r = snprintf(reasons + reasons_i, n, "%s%s",
384 reasons_i = sizeof reasons;
386 assert(reasons_i <= sizeof reasons);
399 snprintf(reasons, sizeof reasons, "%s", default_text);
408 return reasons;
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm32 ! This exception does not however invalidate any other reasons why
H A Dsol2-c1.asm32 ! This exception does not however invalidate any other reasons why
H A Dsol2-gc1.asm32 ! This exception does not however invalidate any other reasons why
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dcrti.asm30 # This exception does not however invalidate any other reasons why
/freebsd-9.3-release/crypto/openssl/util/
H A Dmkerr.pl302 my @reasons = sort grep(/^${lib}_/,keys %rcodes);
424 foreach $i (@reasons) {
592 foreach $i (@reasons) {
/freebsd-9.3-release/contrib/libpcap/
H A Dgrammar.y185 const char *reasons[] = PFRES_NAMES;
188 for (i = 0; reasons[i]; i++) {
189 if (pcap_strcasecmp(reason, reasons[i]) == 0)
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dcrti.asm30 # This exception does not however invalidate any other reasons why
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Dsol-ci.asm32 # This exception does not however invalidate any other reasons why
H A Dsol-cn.asm32 # This exception does not however invalidate any other reasons why
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsol2-ci.asm32 ! This exception does not however invalidate any other reasons why
H A Dsol2-c1.asm32 ! This exception does not however invalidate any other reasons why
/freebsd-9.3-release/tools/tools/net80211/wlanstats/
H A Dwlanstats.c554 static const char *reasons[] = { local
579 if (v < N(reasons) && reasons[v] != NULL)
580 snprintf(b, bs, "%s (%u)", reasons[v], v);

Completed in 216 milliseconds