| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | linux-nat.c | 2798 int itmp; in linux_nat_info_proc_cmd() local 2801 if (fscanf (procfile, "%d ", &itmp) > 0) in linux_nat_info_proc_cmd() 2802 printf_filtered ("Process: %d\n", itmp); in linux_nat_info_proc_cmd() 2807 if (fscanf (procfile, "%d ", &itmp) > 0) in linux_nat_info_proc_cmd() 2808 printf_filtered ("Parent process: %d\n", itmp); in linux_nat_info_proc_cmd() 2809 if (fscanf (procfile, "%d ", &itmp) > 0) in linux_nat_info_proc_cmd() 2810 printf_filtered ("Process group: %d\n", itmp); in linux_nat_info_proc_cmd() 2811 if (fscanf (procfile, "%d ", &itmp) > 0) in linux_nat_info_proc_cmd() 2812 printf_filtered ("Session id: %d\n", itmp); in linux_nat_info_proc_cmd() 2813 if (fscanf (procfile, "%d ", &itmp) > 0) in linux_nat_info_proc_cmd() [all …]
|
| /openbsd-src/lib/libcrypto/x509/ |
| H A D | by_mem.c | 96 X509_INFO *itmp; in by_mem_ctrl() local 112 itmp = sk_X509_INFO_value(inf, i); in by_mem_ctrl() 113 if (itmp->x509) { in by_mem_ctrl() 114 ok = X509_STORE_add_cert(lu->store_ctx, itmp->x509); in by_mem_ctrl() 119 if (itmp->crl) { in by_mem_ctrl() 120 ok = X509_STORE_add_crl(lu->store_ctx, itmp->crl); in by_mem_ctrl()
|
| H A D | by_file.c | 229 X509_INFO *itmp; in X509_load_cert_crl_file() local 247 itmp = sk_X509_INFO_value(inf, i); in X509_load_cert_crl_file() 248 if (itmp->x509) { in X509_load_cert_crl_file() 249 X509_STORE_add_cert(ctx->store_ctx, itmp->x509); in X509_load_cert_crl_file() 252 if (itmp->crl) { in X509_load_cert_crl_file() 253 X509_STORE_add_crl(ctx->store_ctx, itmp->crl); in X509_load_cert_crl_file()
|
| H A D | x509_utl.c | 344 ASN1_INTEGER *itmp; in X509V3_get_value_int() 346 if (!(itmp = s2i_ASN1_INTEGER(NULL, value->value))) { in X509V3_get_value_int() 350 *aint = itmp; 339 ASN1_INTEGER *itmp; X509V3_get_value_int() local
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| H A D | altivec-3.c | 53 int4 itmp; in main() local 59 itmp = vec_add_int4 (a1, a2); in main() 60 vec_store (j3, itmp); in main()
|
| /openbsd-src/lib/libcrypto/evp/ |
| H A D | evp_pbe.c | 333 unsigned char digtmp[EVP_MAX_MD_SIZE], *p, itmp[4]; in PKCS5_PBKDF2_HMAC() local 362 itmp[0] = (unsigned char)((i >> 24) & 0xff); in PKCS5_PBKDF2_HMAC() 363 itmp[1] = (unsigned char)((i >> 16) & 0xff); in PKCS5_PBKDF2_HMAC() 364 itmp[2] = (unsigned char)((i >> 8) & 0xff); in PKCS5_PBKDF2_HMAC() 365 itmp[3] = (unsigned char)(i & 0xff); in PKCS5_PBKDF2_HMAC() 371 !HMAC_Update(&hctx, itmp, 4) || in PKCS5_PBKDF2_HMAC()
|
| /openbsd-src/usr.sbin/eigrpd/ |
| H A D | eigrpd.c | 643 struct iface *iface, *itmp, *xi; in merge_config() 696 TAILQ_FOREACH_SAFE(iface, &conf->iface_list, entry, itmp) { in merge_config() 703 TAILQ_FOREACH_SAFE(xi, &xconf->iface_list, entry, itmp) { in merge_config() 635 struct iface *iface, *itmp, *xi; merge_config() local
|
| /openbsd-src/lib/libcrypto/bn/ |
| H A D | bn_mul.c | 272 int itmp; in bn_mul_normal() local 275 itmp = na; in bn_mul_normal() 277 nb = itmp; in bn_mul_normal()
|
| /openbsd-src/usr.bin/openssl/ |
| H A D | ocsp.c | 1351 char *itmp, *row[DB_NUMBER], **rrow; in do_responder() 1359 itmp = strdup("00"); in do_responder() 1361 itmp = BN_bn2hex(bn); in do_responder() 1362 row[DB_serial] = itmp; in do_responder() 1365 free(itmp); in do_responder() 1299 char *itmp, *row[DB_NUMBER], **rrow; lookup_serial() local
|
| /openbsd-src/usr.sbin/ldpd/ |
| H A D | ldpd.c | 883 struct iface *iface, *itmp, *xi; in merge_ifaces() 885 LIST_FOREACH_SAFE(iface, &conf->iface_list, entry, itmp) { in merge_ifaces() 894 LIST_FOREACH_SAFE(xi, &xconf->iface_list, entry, itmp) { in merge_ifaces() 873 struct iface *iface, *itmp, *xi; merge_ifaces() local
|
| /openbsd-src/sys/dev/pci/ |
| H A D | if_bge.c | 4667 int mtmp, itmp; in bge_stop() 4756 itmp = ifp->if_flags; in bge_stop() 4763 ifp->if_flags = itmp; in bge_stop() 4672 int mtmp, itmp; bge_stop() local
|
| H A D | if_bnx.c | 3256 int mtmp, itmp; in bnx_stop() local 3291 itmp = ifp->if_flags; in bnx_stop() 3298 ifp->if_flags = itmp; in bnx_stop()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | com.c | 6947 tree itmp; in ffecom_prepare_let_char_() local 6961 itmp in ffecom_prepare_let_char_() 6967 TREE_VEC_ELT (tempvar, 1) = itmp; in ffecom_prepare_let_char_() 12491 tree ltmp, itmp, result; in ffecom_prepare_expr_() local 12504 itmp in ffecom_prepare_expr_() 12516 TREE_VEC_ELT (tempvar, 1) = itmp; in ffecom_prepare_expr_()
|