| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| tasn_fre.c | 171 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; local 173 utype = typ->type; 174 pval = &typ->value.asn1_value;
|
| tasn_new.c | 262 ASN1_TYPE *typ; local 299 if ((typ = OPENSSL_malloc(sizeof(*typ))) == NULL) 301 typ->value.ptr = NULL; 302 typ->type = -1; 303 *pval = (ASN1_VALUE *)typ;
|
| tasn_enc.c | 549 ASN1_TYPE *typ; local 550 typ = (ASN1_TYPE *)*pval; 551 utype = typ->type; 553 pval = (const ASN1_VALUE **)&typ->value.asn1_value; /* actually is const */
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| tasn_fre.c | 171 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; local 173 utype = typ->type; 174 pval = &typ->value.asn1_value;
|
| tasn_new.c | 264 ASN1_TYPE *typ; local 301 if ((typ = OPENSSL_malloc(sizeof(*typ))) == NULL) { 305 typ->value.ptr = NULL; 306 typ->type = -1; 307 *pval = (ASN1_VALUE *)typ;
|
| tasn_enc.c | 557 ASN1_TYPE *typ; local 558 typ = (ASN1_TYPE *)*pval; 559 utype = typ->type; 561 pval = (const ASN1_VALUE **)&typ->value.asn1_value; /* actually is const */
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| tasn_fre.c | 167 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; local 169 utype = typ->type; 170 pval = &typ->value.asn1_value;
|
| tasn_new.c | 265 ASN1_TYPE *typ; local 302 if ((typ = OPENSSL_malloc(sizeof(*typ))) == NULL) { 306 typ->value.ptr = NULL; 307 typ->type = -1; 308 *pval = (ASN1_VALUE *)typ;
|
| /src/games/hack/ |
| def.rm.h | 84 #define IS_WALL(typ) ((typ) <= VWALL) 85 #define IS_ROCK(typ) ((typ) < POOL) /* absolutely nonaccessible */ 86 #define ACCESSIBLE(typ) ((typ) >= DOOR) /* good position */ 87 #define IS_ROOM(typ) ((typ) >= ROOM) /* ROOM or STAIRS */ 88 #define ZAP_POS(typ) ((typ) > DOOR 109 unsigned typ:5; member in struct:rm [all...] |
| hack.objnam.c | 453 int cnt, spe, spesgn, typ, heavy; local 457 cnt = spe = spesgn = typ = heavy = 0; 575 typ = AMULET_OF_YENDOR; 612 typ = HEAVY_IRON_BALL; 633 typ = i; 641 typ = probtype(let); 645 let = objects[typ].oc_olet; 646 otmp = mksobj(typ); 650 (cnt < 4 || (let == WEAPON_SYM && typ <= ROCK && cnt < 20))) 665 else if (typ == WAN_WISHING && rn2(10) [all...] |
| hack.vault.c | 137 crm->typ = egd->fakecorr[fcbeg].ftyp; 138 if (!crm->typ) 196 if (levl[x][y].typ == CORR) 211 while (levl[x][y].typ == ROOM) { 260 egd->fakecorr[0].ftyp = levl[x][y].typ; 261 levl[x][y].typ = DOOR; 269 int x, y, dx, dy, gx, gy, nx, ny, typ; local 291 if (!IS_WALL(typ = (crm = &levl[nx][ny])->typ) && typ != POOL) [all...] |
| hack.zap.c | 313 if (room->typ == HWALL || 314 room->typ == VWALL) { 315 room->typ = ROOM; 318 } else if (room->typ == HWALL || room->typ == VWALL || 319 room->typ == SDOOR || room->typ == LDOOR) { 320 room->typ = DOOR; 322 } else if (room->typ == SCORR || !room->typ) { 398 int typ; local [all...] |
| /src/sys/arch/landisk/stand/boot/ |
| biosdisk.c | 142 int typ; local 173 typ = mbr[i].mbrp_type; 174 if (typ == 0) 177 if (typ == MBR_PTYPE_NETBSD) { 182 if (MBR_IS_EXTENDED(typ)) { 187 if (this_ext == 0 && typ == MBR_PTYPE_386BSD) 198 p->p_fstype = xlat_mbr_fstype(typ);
|
| /src/sys/net/ |
| if_arcsubr.c | 349 u_char src, dst, typ; local 362 typ = ah->arc_type; 364 if (!arc_isphds(typ)) 422 if (typ != ah1->arc_type) { 432 /* typ, seqid and dst are ok here. */
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/dh/ |
| dh_pmeth.c | 261 int typ; local 262 typ = atoi(value); 263 return EVP_PKEY_CTX_set_dh_paramgen_type(ctx, typ);
|
| /src/games/larn/ |
| display.c | 178 int typ; member in struct:bot_side_def 207 idx = bot_data[i].typ; 267 idx = bot_data[i].typ;
|
| /src/sys/dev/acpi/ |
| acpi_cpu.c | 373 ACPI_OBJECT_TYPE typ; local 378 rv = AcpiGetType(hdl, &typ); 379 if (typ != ACPI_TYPE_PROCESSOR) {
|
| fujbp_acpi.c | 635 ACPI_OBJECT_TYPE typ; local 642 if (ACPI_FAILURE(AcpiGetType(hdl, &typ))) 645 if (typ != ACPI_TYPE_METHOD && typ != type)
|
| fujhk_acpi.c | 436 ACPI_OBJECT_TYPE typ; local 443 if (ACPI_FAILURE(AcpiGetType(hdl, &typ))) 446 if (typ != ACPI_TYPE_METHOD && typ != type)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_report.h | 110 ReportType typ; member in class:__tsan::ReportDesc
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| asn1parse.c | 247 int typ; local 265 typ = ASN1_TYPE_get(at); 266 if ((typ == V_ASN1_OBJECT) 267 || (typ == V_ASN1_BOOLEAN) 268 || (typ == V_ASN1_NULL)) { 269 BIO_printf(bio_err, "Can't parse %s type\n", ASN1_tag2str(typ));
|
| /src/crypto/external/apache2/openssl/dist/crypto/dh/ |
| dh_pmeth.c | 260 int typ; local 261 typ = atoi(value); 262 return EVP_PKEY_CTX_set_dh_paramgen_type(ctx, typ);
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| v3_conf.c | 283 ASN1_TYPE *typ; local 286 typ = ASN1_generate_v3(value, ctx); 287 if (typ == NULL) 289 *ext_len = i2d_ASN1_TYPE(typ, &ext_der); 290 ASN1_TYPE_free(typ);
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| asn1parse.c | 235 int typ; local 253 typ = ASN1_TYPE_get(at); 254 if ((typ == V_ASN1_OBJECT) 255 || (typ == V_ASN1_BOOLEAN) 256 || (typ == V_ASN1_NULL)) { 257 BIO_printf(bio_err, "Can't parse %s type\n", ASN1_tag2str(typ));
|
| /src/crypto/external/bsd/openssl/dist/crypto/dh/ |
| dh_pmeth.c | 264 int typ; local 265 typ = atoi(value); 266 return EVP_PKEY_CTX_set_dh_paramgen_type(ctx, typ);
|