Searched refs:ctmp (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_lib.c131 CONF ctmp; local
134 CONF_set_nconf(&ctmp, conf);
136 ret = NCONF_load_bio(&ctmp, bp, eline);
138 return ctmp.data;
147 CONF ctmp; local
148 CONF_set_nconf(&ctmp, conf);
149 return NCONF_get_section(&ctmp, section);
158 CONF ctmp; local
159 CONF_set_nconf(&ctmp, conf);
160 return NCONF_get_string(&ctmp, grou
172 CONF ctmp; local
186 CONF ctmp; local
209 CONF ctmp; local
[all...]
/freebsd-9.3-release/sys/libkern/
H A Diconv_xlat16.c122 uint16_t c1, c2, ctmp; local
138 ctmp = 0;
151 ctmp = towlower(((u_char)*src << 8) | (u_char)*(src + 1),
154 ctmp = towupper(((u_char)*src << 8) | (u_char)*(src + 1),
156 if (ctmp) {
157 c1 = C2I1(ctmp);
158 c2 = C2I2(ctmp);
178 ctmp = towlower((u_char)*src, dp->f_ctp);
180 ctmp = (u_char)(code >> 16);
183 ctmp
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_conf.c468 CONF ctmp; local
469 CONF_set_nconf(&ctmp, conf);
470 return X509V3_EXT_nconf(&ctmp, ctx, name, value);
478 CONF ctmp; local
479 CONF_set_nconf(&ctmp, conf);
480 return X509V3_EXT_nconf_nid(&ctmp, ctx, ext_nid, value);
509 CONF ctmp; local
510 CONF_set_nconf(&ctmp, conf);
511 return X509V3_EXT_add_nconf(&ctmp, ctx, section, cert);
519 CONF ctmp; local
529 CONF ctmp; local
[all...]
H A Dv3_info.c152 CONF_VALUE *cnf, ctmp;
175 ctmp.name = ptmp + 1;
176 ctmp.value = cnf->value;
177 if (!v2i_GENERAL_NAME_ex(acc->location, method, ctx, &ctmp, 0))
/freebsd-9.3-release/libexec/rbootd/
H A Dutils.c277 CLIENT *ctmp; local
279 if ((ctmp = (CLIENT *) malloc(sizeof(CLIENT))) == NULL) {
285 memset(ctmp, 0, sizeof(CLIENT));
286 memmove(&ctmp->addr[0], addr, RMP_ADDRLEN);
287 return(ctmp);
309 CLIENT *ctmp; local
312 ctmp = Clients;
314 FreeClient(ctmp);
H A Drbootd.c349 CLIENT *ctmp; local
351 for (ctmp = Clients; ctmp != NULL; ctmp = ctmp->next)
353 (char *)&ctmp->addr[0], RMP_ADDRLEN) == 0)
356 return(ctmp);
/freebsd-9.3-release/crypto/openssl/apps/
H A Drsautl.c280 unsigned char ctmp; local
282 ctmp = rsa_in[i];
284 rsa_in[rsa_inlen - 1 - i] = ctmp;
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_ciph.c327 SSL_COMP ctmp; local
333 ctmp.id = s->compress_meth;
335 i = sk_SSL_COMP_find(ssl_comp_methods, &ctmp);
1315 SSL_COMP *ctmp; local
1322 ctmp = sk_SSL_COMP_value(sk, i);
1323 if (ctmp->id == n)
1324 return (ctmp);
/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_util.c303 struct ucl_chunk *chunk, *ctmp; local
319 LL_FOREACH_SAFE (parser->chunks, chunk, ctmp) {

Completed in 140 milliseconds