Searched refs:single (Results 1 - 25 of 140) sorted by relevance

123456

/freebsd-10.1-release/lib/libiconv_modules/BIG5/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=32
/freebsd-10.1-release/lib/libiconv_modules/EUC/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=32
/freebsd-10.1-release/lib/libiconv_modules/EUCTW/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=32
/freebsd-10.1-release/lib/libiconv_modules/GBK2K/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=16
/freebsd-10.1-release/lib/libiconv_modules/ISO2022/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=128
/freebsd-10.1-release/lib/libiconv_modules/JOHAB/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=16
/freebsd-10.1-release/lib/libiconv_modules/UES/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=64
/freebsd-10.1-release/lib/libiconv_modules/UTF1632/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=32
/freebsd-10.1-release/lib/libiconv_modules/UTF7/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=32
/freebsd-10.1-release/lib/libiconv_modules/iconv_std/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=32
/freebsd-10.1-release/lib/libiconv_modules/mapper_parallel/
H A DMakefile7 CFLAGS.gcc+= --param max-inline-insns-single=32
/freebsd-10.1-release/lib/libiconv_modules/mapper_serial/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=32
/freebsd-10.1-release/lib/libiconv_modules/mapper_std/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=8
/freebsd-10.1-release/lib/libiconv_modules/mapper_zone/
H A DMakefile5 CFLAGS.gcc+= --param max-inline-insns-single=8
/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Dx_attrib.c71 * int single;
75 * ASN1_TYPE *single;
88 ASN1_SIMPLE(X509_ATTRIBUTE, value.single, ASN1_ANY)
89 } ASN1_CHOICE_END_selector(X509_ATTRIBUTE, X509_ATTRIBUTE_SET, single)
108 ret->single = 0;
/freebsd-10.1-release/contrib/compiler-rt/lib/x86_64/
H A Dfloatundisf.S13 two: .single 2.0
/freebsd-10.1-release/crypto/openssl/crypto/ocsp/
H A Docsp_cl.c240 /* Look single response matching a given certificate ID */
246 OCSP_SINGLERESP *single; local
255 single = sk_OCSP_SINGLERESP_value(sresp, i);
256 if (!OCSP_id_cmp(id, single->certId))
268 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, argument
275 if (!single)
277 cst = single->certStatus;
291 *thisupd = single->thisUpdate;
293 *nextupd = single->nextUpdate;
309 OCSP_SINGLERESP *single; local
[all...]
H A Docsp_srv.c144 OCSP_SINGLERESP *single = NULL; local
152 if (!(single = OCSP_SINGLERESP_new()))
155 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate))
158 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate))
161 OCSP_CERTID_free(single->certId);
163 if (!(single->certId = OCSP_CERTID_dup(cid)))
166 cs = single->certStatus;
197 if (!(sk_OCSP_SINGLERESP_push(rsp->tbsResponseData->responses, single)))
199 return single;
201 OCSP_SINGLERESP_free(single);
[all...]
H A Docsp_prn.c195 OCSP_SINGLERESP *single = NULL; local
244 single = sk_OCSP_SINGLERESP_value(rd->responses, i);
245 cid = single->certId;
248 cst = single->certStatus;
268 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate))
270 if (single->nextUpdate) {
273 if (!ASN1_GENERALIZEDTIME_print(bp, single->nextUpdate))
280 single->singleExtensions, flags, 8))
/freebsd-10.1-release/bin/sh/
H A Doutput.c136 /* Can't quote single quotes inside single quotes. */
/freebsd-10.1-release/contrib/gcc/
H A Drecog.h246 const char *single; member in union:insn_data::__anon1162
252 const char *single; member in struct:insn_data::__anon1163
/freebsd-10.1-release/lib/libiconv/
H A DMakefile22 CFLAGS.gcc+= --param max-inline-insns-single=128
/freebsd-10.1-release/contrib/texinfo/makeinfo/
H A Dlang.c734 int single, int html_solo_standalone, char *html_solo)
778 the single character version instead. */
779 add_char (single);
798 cm_accent_generic_no_headers (int arg, int start, int end, int single,
804 add_char (single);
824 put the single instead. E.g., &Xuml; does not exist so X¨
830 buffer, single); */
831 add_char (single);
889 int single, int html_solo_standalone, char *html_solo)
898 single, html_solo_standalon
728 cm_accent_generic_html(int arg, int start, int end, char *html_supported, int single, int html_solo_standalone, char *html_solo) argument
793 cm_accent_generic_no_headers(int arg, int start, int end, int single, char *html_solo) argument
882 cm_accent_generic(int arg, int start, int end, char *html_supported, int single, int html_solo_standalone, char *html_solo) argument
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/x509/
H A Dx509_att.c321 attr->single = 0;
346 if (!attr->single)
348 if (attr->value.single)
380 if (!attr->single)
383 return attr->value.single;
/freebsd-10.1-release/contrib/ntp/sntp/tests/
H A DMakefile.am11 kod-output-single \
18 kod-output-single \
68 data/kod-expected-single \
76 data/kod-output-single \

Completed in 243 milliseconds

123456