| /src/external/bsd/tmux/dist/ |
| cmd-kill-session.c | 50 struct session *s = target->s, *sloop, *stmp; local 60 RB_FOREACH_SAFE(sloop, sessions, &sessions, stmp) {
|
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| app_x509.c | 88 char *stmp, *vtmp = NULL; local 92 stmp = OPENSSL_strdup(value); 93 if (stmp == NULL) 95 vtmp = strchr(stmp, ':'); 102 if (strcmp(stmp, "distid") == 0) { 106 } else if (strcmp(stmp, "hexdistid") == 0) { 112 OPENSSL_free(stmp); 113 stmp = vtmp = hexid; 123 OPENSSL_free(stmp);
|
| /src/crypto/external/bsd/openssl/dist/apps/lib/ |
| app_x509.c | 90 char *stmp, *vtmp = NULL; local 94 stmp = OPENSSL_strdup(value); 95 if (stmp == NULL) 97 vtmp = strchr(stmp, ':'); 104 if (strcmp(stmp, "distid") == 0) { 108 } else if (strcmp(stmp, "hexdistid") == 0) { 114 OPENSSL_free(stmp); 115 stmp = vtmp = hexid; 125 OPENSSL_free(stmp);
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| unwind-dw2-execute_cfa.h | 49 _sleb128_t offset, stmp; variable 216 insn_ptr = read_sleb128 (insn_ptr, &stmp); 217 offset = stmp * DATA_ALIGN; 229 insn_ptr = read_sleb128 (insn_ptr, &stmp); 230 fs->regs.cfa_offset = (_Unwind_Sword)stmp; 236 insn_ptr = read_sleb128 (insn_ptr, &stmp); 237 fs->regs.cfa_offset = (_Unwind_Sword)stmp; 256 insn_ptr = read_sleb128 (insn_ptr, &stmp); 257 offset = stmp * DATA_ALIGN;
|
| /src/external/lgpl3/gmp/dist/mpz/ |
| gcdext.c | 101 mpz_t gtmp, stmp; local 106 PTR (stmp) = tmp_sp; 107 SIZ (stmp) = tmp_ssize; 113 mpz_mul (x, stmp, a);
|
| /src/usr.sbin/bootp/bootpef/ |
| bootpef.c | 131 char *stmp; 147 stmp = NULL; 159 stmp = &(argv[0][2]); 163 stmp = argv[0]; 165 if (!stmp || (stmp[0] != '/')) { 170 chdir_path = stmp; 175 stmp = &(argv[0][2]); 186 stmp = argv[0]; 188 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) 128 char *stmp; local [all...] |
| /src/usr.sbin/rbootd/ |
| utils.c | 332 char *stmp; local 334 if ((stmp = strdup(str)) == NULL) { 339 return(stmp);
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| x509_att.c | 351 ASN1_STRING *stmp = NULL; local 359 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype, 361 if (stmp == NULL) { 365 atype = stmp->type; 367 if ((stmp = ASN1_STRING_type_new(attrtype)) == NULL 368 || !ASN1_STRING_set(stmp, data, len)) { 380 ASN1_STRING_free(stmp); 393 ASN1_TYPE_set(ttmp, atype, stmp); 394 stmp = NULL; 403 ASN1_STRING_free(stmp); [all...] |
| by_dir.c | 235 X509_OBJECT stmp, *tmp; local 241 stmp.type = type; 244 stmp.data.x509 = &data.st_x509; 247 stmp.data.crl = &data.crl; 354 j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp);
|
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| x509_att.c | 336 ASN1_STRING *stmp = NULL; local 341 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype, 343 if (!stmp) { 347 atype = stmp->type; 349 if ((stmp = ASN1_STRING_type_new(attrtype)) == NULL) 351 if (!ASN1_STRING_set(stmp, data, len)) 361 ASN1_STRING_free(stmp); 370 ASN1_TYPE_set(ttmp, atype, stmp); 371 stmp = NULL; 379 ASN1_STRING_free(stmp); [all...] |
| by_dir.c | 239 X509_OBJECT stmp, *tmp; local 245 stmp.type = type; 248 stmp.data.x509 = &data.st_x509; 251 stmp.data.crl = &data.crl; 353 j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
| x509_att.c | 249 ASN1_STRING *stmp = NULL; local 254 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype, 256 if (!stmp) { 260 atype = stmp->type; 262 if ((stmp = ASN1_STRING_type_new(attrtype)) == NULL) 264 if (!ASN1_STRING_set(stmp, data, len)) 274 ASN1_STRING_free(stmp); 283 ASN1_TYPE_set(ttmp, atype, stmp); 284 stmp = NULL; 292 ASN1_STRING_free(stmp); [all...] |
| by_dir.c | 223 X509_OBJECT stmp, *tmp; local 229 stmp.type = type; 232 stmp.data.x509 = &data.st_x509; 236 stmp.data.crl = &data.crl; 331 j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp);
|
| /src/usr.sbin/bootp/bootpgw/ |
| bootpgw.c | 144 char *stmp; 203 stmp = NULL; 224 stmp = &(argv[0][2]); 235 stmp = argv[0]; 237 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) { 247 stmp = &(argv[0][2]); 251 stmp = argv[0]; 253 if (!stmp || (sscanf(stmp, "%d", &n) != 1) | 143 char *stmp; local [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/implementations/exchange/ |
| dh_exch.c | 215 unsigned char *stmp = NULL; local 230 if ((stmp = OPENSSL_secure_malloc(stmplen)) == NULL) 232 if (!dh_plain_derive(pdhctx, stmp, &stmplen, stmplen, 1)) 238 stmp, stmplen, 249 OPENSSL_secure_clear_free(stmp, stmplen);
|
| ecdh_exch.c | 568 unsigned char *stmp = NULL; local 583 if ((stmp = OPENSSL_secure_malloc(stmplen)) == NULL) 585 if (!ecdh_plain_derive(vpecdhctx, stmp, &stmplen, stmplen)) 590 stmp, stmplen, 600 OPENSSL_secure_clear_free(stmp, stmplen);
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/exchange/ |
| dh_exch.c | 182 unsigned char *stmp = NULL; local 197 if ((stmp = OPENSSL_secure_malloc(stmplen)) == NULL) { 201 if (!dh_plain_derive(pdhctx, stmp, &stmplen, stmplen, 1)) 207 stmp, stmplen, 218 OPENSSL_secure_clear_free(stmp, stmplen);
|
| ecdh_exch.c | 511 unsigned char *stmp = NULL; local 526 if ((stmp = OPENSSL_secure_malloc(stmplen)) == NULL) { 530 if (!ecdh_plain_derive(vpecdhctx, stmp, &stmplen, stmplen)) 535 stmp, stmplen, 545 OPENSSL_secure_clear_free(stmp, stmplen);
|
| /src/external/gpl3/gcc/dist/libgcc/config/xtensa/ |
| unwind-dw2-xtensa.c | 228 _sleb128_t stmp; 242 p = read_sleb128 (p, &stmp); 224 _sleb128_t stmp; local
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/ |
| unwind-dw2-xtensa.c | 228 _sleb128_t stmp; 242 p = read_sleb128 (p, &stmp); 224 _sleb128_t stmp; local
|
| /src/usr.sbin/bootp/bootpd/ |
| bootpd.c | 181 char *stmp; 243 stmp = NULL; 256 stmp = &(argv[0][2]); 260 stmp = argv[0]; 262 if (!stmp || (stmp[0] != '/')) { 267 chdir_path = stmp; 272 stmp = &(argv[0][2]); 283 stmp = argv[0]; 285 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) 178 char *stmp; local [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| a_strex.c | 603 ASN1_STRING stmp, *str = &stmp; local 614 stmp.data = NULL; 615 stmp.length = 0; 616 stmp.flags = 0; 621 *out = stmp.data; 622 return stmp.length;
|
| tasn_dec.c | 862 ASN1_STRING *stmp; local 961 stmp = ASN1_STRING_type_new(utype); 962 if (stmp == NULL) { 966 *pval = (ASN1_VALUE *)stmp; 968 stmp = (ASN1_STRING *)*pval; 969 stmp->type = utype; 973 ASN1_STRING_set0(stmp, (unsigned char *)cont /* UGLY CAST! */, len); 976 if (!ASN1_STRING_set(stmp, cont, len)) { 978 ASN1_STRING_free(stmp);
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| a_strex.c | 610 ASN1_STRING stmp, *str = &stmp; local 621 stmp.data = NULL; 622 stmp.length = 0; 623 stmp.flags = 0; 629 *out = stmp.data; 630 return stmp.length;
|
| tasn_dec.c | 835 ASN1_STRING *stmp; local 926 stmp = ASN1_STRING_type_new(utype); 927 if (stmp == NULL) { 931 *pval = (ASN1_VALUE *)stmp; 933 stmp = (ASN1_STRING *)*pval; 934 stmp->type = utype; 938 OPENSSL_free(stmp->data); 939 stmp->data = (unsigned char *)cont; /* UGLY CAST! RL */ 940 stmp->length = len; 943 if (!ASN1_STRING_set(stmp, cont, len)) [all...] |