| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
| test_ntlm.c | 59 struct ntlm_type3 type3; local 66 memset(&type3, 0, sizeof(type3)); 112 type3.flags = type2.flags; 113 type3.username = rk_UNCONST(user); 114 type3.targetname = type2.targetname; 115 type3.ws = rk_UNCONST("workstation"); 124 &type3.ntlm); 130 &type3.sessionkey); 136 ret = heim_ntlm_encode_type3(&type3, &data, NULL) 186 struct ntlm_type3 type3; local [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/ntlm/ |
| test_ntlm.c | 58 struct ntlm_type3 type3; local 126 memset(&type3, 0, sizeof(type3)); 128 type3.flags = flags; 129 type3.username = rk_UNCONST(user); 130 type3.targetname = rk_UNCONST(target); 131 type3.ws = rk_UNCONST("workstation"); 139 &type3.ntlm); 143 ret = heim_ntlm_encode_type3(&type3, &data, NULL); 147 free(type3.ntlm.data) 314 unsigned char type3[413] = local 508 struct ntlm_type3 type3; local [all...] |
| ntlm.c | 986 struct ntlm_type3 *type3) 995 memset(type3, 0, sizeof(*type3)); 1026 CHECK(krb5_ret_uint32(in, &type3->flags), 0); 1029 CHECK(krb5_ret_uint32(in, &type3->os[0]), 0); 1030 CHECK(krb5_ret_uint32(in, &type3->os[1]), 0); 1033 type3->mic_offset = 52 + SIZE_SEC_BUFFER + 4 + SIZE_OS_VERSION; 1034 CHECK_SIZE(krb5_storage_read(in, type3->mic, sizeof(type3->mic)), sizeof(type3->mic)) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/ |
| dynamic-ptype-whatis.f90 | 31 type type3 type in program:main 34 end type type3 59 type(type3) :: var5
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/ |
| dynamic-ptype-whatis.f90 | 31 type type3 type in program:main 34 end type type3 59 type(type3) :: var5
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/ |
| init_sec_context.c | 343 struct ntlm_type3 type3; local 363 memset(&type3, 0, sizeof(type3)); 365 type3.username = ctx->client->username; 366 type3.flags = type2.flags; 367 type3.targetname = type2.targetname; 368 type3.ws = rk_UNCONST("workstation"); 390 &type3.lm, 391 &type3.ntlm); 396 &type3.ntlm) [all...] |
| kdc.c | 349 const struct ntlm_type3 *type3, 358 ret = krb5_ntlm_req_set_flags(c->context, c->ntlm, type3->flags); 360 ret = krb5_ntlm_req_set_username(c->context, c->ntlm, type3->username); 363 type3->targetname); 366 type3->lm.data, type3->lm.length); 369 type3->ntlm.data, type3->ntlm.length); 374 if (type3->sessionkey.length) { 376 type3->sessionkey.data [all...] |
| accept_sec_context.c | 180 struct ntlm_type3 type3; local 188 ret = heim_ntlm_decode_type3(&data, 1, &type3); 197 &type3, 200 heim_ntlm_free_type3(&type3); 208 n->user = strdup(type3.username); 209 n->domain = strdup(type3.targetname); 214 heim_ntlm_free_type3(&type3); 222 heim_ntlm_free_type3(&type3);
|
| /src/crypto/external/bsd/heimdal/dist/kcm/ |
| protocol.c | 1428 * type3:data 1446 struct ntlm_type3 type3; local 1454 memset(&type3, 0, sizeof(type3)); 1494 type3.username = c->user; 1495 type3.flags = type2.flags; 1496 type3.targetname = type2.targetname; 1497 type3.ws = rk_UNCONST("workstation"); 1517 &type3.lm, 1518 &type3.ntlm) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| opencl-lang.c | 779 struct type *eltype2, *type2, *type3, *eltype3; local 786 type3 = check_typedef (arg3->type ()); 790 = type3->code () == TYPE_CODE_ARRAY && type3->is_vector (); 796 type3 = arg3->type (); 800 arg2 = opencl_value_cast (type3, arg2); 811 eltype3 = check_typedef (type3->target_type ()); 815 || !get_array_bounds (type3, &lowb3, &highb3))
|
| /src/external/gpl3/gdb/dist/gdb/ |
| opencl-lang.c | 779 struct type *eltype2, *type2, *type3, *eltype3; local 786 type3 = check_typedef (arg3->type ()); 790 = type3->code () == TYPE_CODE_ARRAY && type3->is_vector (); 796 type3 = arg3->type (); 800 arg2 = opencl_value_cast (type3, arg2); 811 eltype3 = check_typedef (type3->target_type ()); 815 || !get_array_bounds (type3, &lowb3, &highb3))
|
| /src/sys/sys/ |
| sdt.h | 189 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, \ 195 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, \ 427 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, \ 433 SDT_PROBE_ARGTYPE(sdt, , , name, 3, #type3, NULL); \ 436 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, \ 442 SDT_PROBE_ARGTYPE(sdt, , , name, 3, #type3, NULL); \
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| intrinsic.cc | 734 const char *a3, bt type3, int kind3, int optional3) 747 a3, type3, kind3, optional3, INTENT_IN, 765 const char *a3, bt type3, int kind3, int optional3, 780 a3, type3, kind3, optional3, INTENT_IN, 798 const char *a3, bt type3, int kind3, int optional3, 815 a3, type3, kind3, optional3, INTENT_IN, 834 const char *a3, bt type3, int kind3, int optional3) 847 a3, type3, kind3, optional3, INTENT_IN, 863 int optional2, sym_intent intent2, const char *a3, bt type3, 877 a3, type3, kind3, optional3, intent3 [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| intrinsic.cc | 733 const char *a3, bt type3, int kind3, int optional3) 746 a3, type3, kind3, optional3, INTENT_IN, 764 const char *a3, bt type3, int kind3, int optional3, 779 a3, type3, kind3, optional3, INTENT_IN, 797 const char *a3, bt type3, int kind3, int optional3, 814 a3, type3, kind3, optional3, INTENT_IN, 833 const char *a3, bt type3, int kind3, int optional3) 846 a3, type3, kind3, optional3, INTENT_IN, 862 int optional2, sym_intent intent2, const char *a3, bt type3, 876 a3, type3, kind3, optional3, intent3 [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| ubsan.cc | 378 tree type3 = type; local 385 type3 = build_qualified_type (type, TYPE_QUAL_CONST); 386 if (type3 == type) 390 tree decl = decl_for_type_lookup (type3); 583 decl_for_type_insert (type3, decl);
|
| tree-ssa-reassoc.cc | 3715 tree type3 = id >= l ? type1 : pointer_sized_int_node; local 3719 g = gimple_build_assign (make_ssa_name (type3), 3724 g = gimple_build_assign (make_ssa_name (type3), code, op); 3734 tree type3 = id >= l ? type1 : pointer_sized_int_node; local 3735 g = gimple_build_assign (make_ssa_name (type3), NOP_EXPR, exp);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| readelf.c | 2914 uint64_t type3 = ELF64_MIPS_R_TYPE3 (inf); 2916 const char * rtype3 = elf_mips_reloc_type (type3); 2926 printf ("\n Type3: "); 2930 (unsigned long) type3 & 0xffffffff); 2911 uint64_t type3 = ELF64_MIPS_R_TYPE3 (inf); local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| readelf.c | 2557 uint64_t type3 = ELF64_MIPS_R_TYPE3 (inf); 2559 const char * rtype3 = elf_mips_reloc_type (type3); 2569 printf ("\n Type3: "); 2573 (unsigned long) type3 & 0xffffffff); 2554 uint64_t type3 = ELF64_MIPS_R_TYPE3 (inf); local
|