HomeSort by: relevance | last modified time | path
    Searched defs:cd (Results 1 - 25 of 266) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/tests/usr.bin/indent/
lsym_storage_class.c 13 _Complex double cd; variable
15 complex double cd; variable
  /src/crypto/external/apache2/openssl/dist/crypto/cms/
cms_cd.c 29 CMS_CompressedData *cd; local
43 cd = M_ASN1_new_of(CMS_CompressedData);
45 if (cd == NULL)
49 cms->d.compressedData = cd;
51 cd->version = 0;
53 (void)X509_ALGOR_set0(cd->compressionAlgorithm,
57 cd->encapContentInfo->eContentType = OBJ_nid2obj(NID_pkcs7_data);
68 CMS_CompressedData *cd; local
75 cd = cms->d.compressedData;
76 X509_ALGOR_get0(&compoid, NULL, NULL, cd->compressionAlgorithm)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/cms/
cms_cd.c 29 CMS_CompressedData *cd; local
43 cd = M_ASN1_new_of(CMS_CompressedData);
45 if (cd == NULL)
49 cms->d.compressedData = cd;
51 cd->version = 0;
53 X509_ALGOR_set0(cd->compressionAlgorithm,
56 cd->encapContentInfo->eContentType = OBJ_nid2obj(NID_pkcs7_data);
67 CMS_CompressedData *cd; local
74 cd = cms->d.compressedData;
75 X509_ALGOR_get0(&compoid, NULL, NULL, cd->compressionAlgorithm)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/cms/
cms_cd.c 27 CMS_CompressedData *cd; local
41 cd = M_ASN1_new_of(CMS_CompressedData);
43 if (cd == NULL)
47 cms->d.compressedData = cd;
49 cd->version = 0;
51 X509_ALGOR_set0(cd->compressionAlgorithm,
54 cd->encapContentInfo->eContentType = OBJ_nid2obj(NID_pkcs7_data);
65 CMS_CompressedData *cd; local
72 cd = cms->d.compressedData;
73 X509_ALGOR_get0(&compoid, NULL, NULL, cd->compressionAlgorithm)
    [all...]
  /src/sys/compat/common/
tty_60.c 76 const struct cdevsw *cd = cdevsw_lookup(dev); local
78 if (cd == NULL || cd->d_ioctl == NULL)
89 ret = (cd->d_ioctl)(dev, newcmd, pg, flag, l);
clockctl_50.c 63 const struct cdevsw *cd = cdevsw_lookup(dev); local
65 if (cd == NULL || cd->d_ioctl == NULL)
118 error = (cd->d_ioctl)(dev, CLOCKCTL_NTP_ADJTIME,
  /src/external/bsd/libarchive/dist/libarchive/test/
test_archive_read_add_passphrase.c 150 int *cd = (int *)_client_data; local
154 if (*cd == 0) {
155 *cd = 1;
  /src/external/gpl3/gdb.old/dist/sim/iq2000/
sim-if.c 119 CGEN_CPU_DESC cd = iq2000_cgen_cpu_open_1 (STATE_ARCHITECTURE (sd)->printable_name,
125 CPU_CPU_DESC (cpu) = cd;
128 iq2000_cgen_init_dis (cd);
118 CGEN_CPU_DESC cd = iq2000_cgen_cpu_open_1 (STATE_ARCHITECTURE (sd)->printable_name, local
  /src/external/gpl3/gdb.old/dist/sim/m32r/
sim-if.c 127 CGEN_CPU_DESC cd = m32r_cgen_cpu_open_1 (STATE_ARCHITECTURE (sd)->printable_name,
132 CPU_CPU_DESC (cpu) = cd;
135 m32r_cgen_init_dis (cd);
126 CGEN_CPU_DESC cd = m32r_cgen_cpu_open_1 (STATE_ARCHITECTURE (sd)->printable_name, local
  /src/external/gpl3/gdb/dist/sim/iq2000/
sim-if.c 119 CGEN_CPU_DESC cd = iq2000_cgen_cpu_open_1 (STATE_ARCHITECTURE (sd)->printable_name,
125 CPU_CPU_DESC (cpu) = cd;
128 iq2000_cgen_init_dis (cd);
118 CGEN_CPU_DESC cd = iq2000_cgen_cpu_open_1 (STATE_ARCHITECTURE (sd)->printable_name, local
  /src/external/gpl3/gdb/dist/sim/m32r/
sim-if.c 127 CGEN_CPU_DESC cd = m32r_cgen_cpu_open_1 (STATE_ARCHITECTURE (sd)->printable_name,
132 CPU_CPU_DESC (cpu) = cd;
135 m32r_cgen_init_dis (cd);
126 CGEN_CPU_DESC cd = m32r_cgen_cpu_open_1 (STATE_ARCHITECTURE (sd)->printable_name, local
  /src/sys/arch/evbarm/gumstix/
gumstixvar.h 77 int cd; /* PCDn */ member in struct:gxpcic_slot_irqs
  /src/sys/arch/zaurus/zaurus/
autoconf.c 151 cfdata_t cd; local
157 cd = device_cfdata(dv);
158 len = strlen(cd->cf_name);
160 if (strncmp(cd->cf_name, biv->devname, len) == 0 &&
161 biv->devname[len] - '0' == cd->cf_unit) {
  /src/sys/net/npf/
npf_conf.c 115 npf_conndb_t *cd = npf_conndb_create(); local
121 npf_conn_load(npf, cd, false);
  /src/external/bsd/libbind/dist/irs/
getnetgrent.c 85 const char *ch, *cu, *cd; local
88 ret = getnetgrent_p(&ch, &cu, &cd, net_data);
94 DE_CONST(cd, *domain);
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
striconv.c 45 mem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
56 iconv (cd, NULL, NULL, NULL, NULL);
70 size_t res = iconv (cd,
102 size_t res = iconv (cd, NULL, NULL, &outptr, &outsize);
130 iconv (cd, NULL, NULL, NULL, NULL);
142 size_t res = iconv (cd,
169 size_t res = iconv (cd, NULL, NULL, &outptr, &outsize);
184 str_cd_iconv (const char *src, iconv_t cd)
194 int retval = mem_cd_iconv (src, strlen (src), cd, &result, &length);
252 iconv (cd, NULL, NULL, NULL, NULL)
389 iconv_t cd; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
striconv.c 45 mem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
56 iconv (cd, NULL, NULL, NULL, NULL);
70 size_t res = iconv (cd,
102 size_t res = iconv (cd, NULL, NULL, &outptr, &outsize);
130 iconv (cd, NULL, NULL, NULL, NULL);
142 size_t res = iconv (cd,
169 size_t res = iconv (cd, NULL, NULL, &outptr, &outsize);
184 str_cd_iconv (const char *src, iconv_t cd)
194 int retval = mem_cd_iconv (src, strlen (src), cd, &result, &length);
252 iconv (cd, NULL, NULL, NULL, NULL)
389 iconv_t cd; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
striconv.c 45 mem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
56 iconv (cd, NULL, NULL, NULL, NULL);
70 size_t res = iconv (cd,
102 size_t res = iconv (cd, NULL, NULL, &outptr, &outsize);
130 iconv (cd, NULL, NULL, NULL, NULL);
142 size_t res = iconv (cd,
169 size_t res = iconv (cd, NULL, NULL, &outptr, &outsize);
184 str_cd_iconv (const char *src, iconv_t cd)
194 int retval = mem_cd_iconv (src, strlen (src), cd, &result, &length);
252 iconv (cd, NULL, NULL, NULL, NULL)
389 iconv_t cd; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/frv/
sim-if.c 145 CGEN_CPU_DESC cd = frv_cgen_cpu_open_1 (STATE_ARCHITECTURE (sd)->printable_name,
150 CPU_CPU_DESC (cpu) = cd;
154 frv_cgen_init_dis (cd);
144 CGEN_CPU_DESC cd = frv_cgen_cpu_open_1 (STATE_ARCHITECTURE (sd)->printable_name, local
  /src/external/gpl3/gdb.old/dist/sim/lm32/
sim-if.c 181 CGEN_CPU_DESC cd =
187 CPU_CPU_DESC (cpu) = cd;
190 lm32_cgen_init_dis (cd);
180 CGEN_CPU_DESC cd = local
  /src/external/lgpl3/mpfr/dist/src/
set_q.c 70 int cn, cd; local
102 cd = set_z (d, den, &sd);
136 shift = GMP_NUMB_BITS*sn+cn-cd;
137 MPFR_ASSERTD (shift == GMP_NUMB_BITS*sn+cn-cd);
138 cd = mpfr_mul_2si (f, f, shift, rnd);
140 /* we can have cd <> 0 only in case of underflow or overflow, but since we
144 if (MPFR_UNLIKELY (cd != 0))
145 inexact = cd;
150 MPFR_ASSERTD(cd == 0);
  /src/external/gpl3/gdb/dist/sim/frv/
sim-if.c 145 CGEN_CPU_DESC cd = frv_cgen_cpu_open_1 (STATE_ARCHITECTURE (sd)->printable_name,
150 CPU_CPU_DESC (cpu) = cd;
154 frv_cgen_init_dis (cd);
144 CGEN_CPU_DESC cd = frv_cgen_cpu_open_1 (STATE_ARCHITECTURE (sd)->printable_name, local
  /src/external/gpl3/gdb/dist/sim/lm32/
sim-if.c 181 CGEN_CPU_DESC cd =
187 CPU_CPU_DESC (cpu) = cd;
190 lm32_cgen_init_dis (cd);
180 CGEN_CPU_DESC cd = local
  /src/lib/libintl/
gettext_iconv.c 116 iconv_t cd; local
177 cd = iconv_open(tocode, fromcode);
178 if (cd == (iconv_t)-1) {
187 nvalid = iconv(cd, __UNCONST(&src), &srclen, &dst, &dstlen);
188 iconv_close(cd);
  /src/sys/arch/evbarm/mpcsa/
mpcsa_machdep.c 362 cfdriver_t cd = config_cfdriver_lookup("at91twi"); local
365 if (cd && (twi_dev = device_lookup(cd, 0)) != NULL) {

Completed in 51 milliseconds

1 2 3 4 5 6 7 8 91011