| /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/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/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/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/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/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| x_algor.c | 181 ASN1_STRING *stmp = NULL; 189 if (ASN1_item_pack(algtmp, ASN1_ITEM_rptr(X509_ALGOR), &stmp) == NULL) 191 *palg = ossl_X509_ALGOR_from_nid(NID_mgf1, V_ASN1_SEQUENCE, stmp); 194 stmp = NULL; 196 ASN1_STRING_free(stmp);
|
| 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;
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| x_algor.c | 169 ASN1_STRING *stmp = NULL; 177 if (ASN1_item_pack(algtmp, ASN1_ITEM_rptr(X509_ALGOR), &stmp) == NULL) 182 if (!X509_ALGOR_set0(*palg, OBJ_nid2obj(NID_mgf1), V_ASN1_SEQUENCE, stmp)) { 187 stmp = NULL; 189 ASN1_STRING_free(stmp);
|
| 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;
|
| /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/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/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...] |
| /src/external/gpl3/binutils/dist/gas/ |
| cgen.c | 343 symbolS * stmp = NULL; local 440 stmp = symbol_create (FAKE_LABEL_NAME, expr_section, 442 symbol_set_value_expression (stmp, & exp); 445 stmp = make_expr_symbol (& exp); 451 stmp = expr_build_binary (O_subtract, stmp, expr_build_dot ()); 460 if (symbol_symbolS (stmp) 461 && (bsym = symbol_get_bfdsym (stmp)) != NULL 463 && ! S_IS_LOCAL (stmp)) 474 exp.X_add_symbol = stmp; 806 symbolS * stmp = 0; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| cgen.c | 344 symbolS * stmp = NULL; local 438 stmp = symbol_create (FAKE_LABEL_NAME, expr_section, 440 symbol_set_value_expression (stmp, & exp); 443 stmp = make_expr_symbol (& exp); 449 stmp = expr_build_binary (O_subtract, stmp, expr_build_dot ()); 458 if (symbol_symbolS (stmp) 459 && (bsym = symbol_get_bfdsym (stmp)) != NULL 461 && ! S_IS_LOCAL (stmp)) 472 exp.X_add_symbol = stmp; 804 symbolS * stmp = 0; local [all...] |
| /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/bsd/openssl.old/dist/crypto/asn1/ |
| a_strex.c | 607 ASN1_STRING stmp, *str = &stmp; local 618 stmp.data = NULL; 619 stmp.length = 0; 620 stmp.flags = 0; 626 *out = stmp.data; 627 return stmp.length;
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| zfs_znode.h | 300 #define ZFS_TIME_ENCODE(tp, stmp) \ 302 (stmp)[0] = (uint64_t)(tp)->tv_sec; \ 303 (stmp)[1] = (uint64_t)(tp)->tv_nsec; \ 307 #define ZFS_TIME_DECODE(tp, stmp) \ 309 (tp)->tv_sec = (time_t)(stmp)[0]; \ 310 (tp)->tv_nsec = (long)(stmp)[1]; \
|
| /src/usr.bin/stat/ |
| stat.c | 662 char *stmp, lfmt[24], tmp[20]; local 736 stmp = smode; 737 l = strlen(stmp); 738 if (stmp[l - 1] == ' ') 739 stmp[--l] = '\0'; 742 stmp += 1; 743 stmp[3] = '\0'; 748 stmp += 4; 749 stmp[3] = '\0'; 754 stmp += 7 [all...] |
| /src/usr.sbin/rbootd/ |
| utils.c | 332 char *stmp; local 334 if ((stmp = strdup(str)) == NULL) { 339 return(stmp);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/cr16/ |
| unwind-cr16.c | 403 _sleb128_t stmp; 427 p = read_sleb128 (p, &stmp); 428 fs->data_align = (_Unwind_Sword)stmp; 512 _sleb128_t offset, stmp; 601 op_ptr = read_sleb128 (op_ptr, &stmp); 602 result = (_Unwind_Sword)stmp; 946 _sleb128_t offset, stmp; 1092 insn_ptr = read_sleb128 (insn_ptr, &stmp); 1093 offset = stmp * fs->data_align; 1102 insn_ptr = read_sleb128 (insn_ptr, &stmp); 399 _sleb128_t stmp; local 508 _sleb128_t offset, stmp; local 942 _sleb128_t offset, stmp; local [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| unwind-dw2.c | 430 _sleb128_t stmp; 454 p = read_sleb128 (p, &stmp); 455 fs->data_align = (_Unwind_Sword)stmp; 544 _sleb128_t offset, stmp; 633 op_ptr = read_sleb128 (op_ptr, &stmp); 634 result = (_Unwind_Sword)stmp; 978 _sleb128_t offset, stmp; 1145 insn_ptr = read_sleb128 (insn_ptr, &stmp); 1146 offset = stmp * fs->data_align; 1158 insn_ptr = read_sleb128 (insn_ptr, &stmp); 426 _sleb128_t stmp; local 540 _sleb128_t offset, stmp; local 974 _sleb128_t offset, stmp; local [all...] |