HomeSort by: relevance | last modified time | path
    Searched defs:type3 (Results 1 - 13 of 13) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
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);
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...]
  /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/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/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/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...]
  /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/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.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/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

Completed in 64 milliseconds