| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
| gss_import_name.c | 185 gss_OID name_type = input_name_type; local 203 if (name_type == GSS_C_NO_OID) 204 name_type = GSS_C_NT_USER_NAME; 211 if (gss_oid_equal(name_type, GSS_C_NT_EXPORT_NAME)) { 227 name_type, &name->gn_type); 247 name_type, m->gm_name_types, &present);
|
| /src/external/bsd/wpa/dist/src/common/ |
| linux_vlan.h | 44 unsigned int name_type; member in union:vlan_ioctl_args::__anon8299
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
| test_acquire_cred.c | 183 static char *name_type; variable 195 {"name-type", 0, arg_string, &name_type, "type", NULL }, 249 if (name_type) { 250 if (strcasecmp("hostbased-service", name_type) == 0) 252 else if (strcasecmp("user-name", name_type) == 0) 255 errx(1, "unknown name type %s", name_type);
|
| /src/external/bsd/tcpdump/dist/ |
| print-tipc.c | 118 nd_uint32_t name_type; member in struct:payload_tipc_pkthdr
|
| smbutil.c | 273 name_type_str(int name_type) 277 switch (name_type) { 743 int name_type; local 748 name_type = name_extract(ndo, startbuf, 751 if (name_type < 0) 757 ND_PRINT("%-15.15s NameType=0x%02X (%s)", nbuf, name_type, 758 name_type_str(name_type)); 761 name_type = GET_U_1(buf + 15); 762 ND_PRINT("%-15.15s NameType=0x%02X (%s)", buf, name_type, 763 name_type_str(name_type)); [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| rtti.cc | 942 tree name_type = build_cplus_array_type 951 name_decl = build_lang_decl (VAR_DECL, name_name, name_type); 940 tree name_type = build_cplus_array_type local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| rtti.cc | 938 tree name_type = build_cplus_array_type 947 name_decl = build_lang_decl (VAR_DECL, name_name, name_type); 936 tree name_type = build_cplus_array_type local
|
| /src/external/gpl3/binutils/dist/binutils/ |
| readelf.c | 23700 char name_type; 23734 switch ((name_type = * name)) 23744 error (_("unrecognised attribute type in name field: %d\n"), name_type); 23821 if (strchr (expected_types, name_type) == NULL) 23822 warn (_("attribute does not have an expected type (%c)\n"), name_type); 23835 switch (name_type) 23697 char name_type; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| readelf.c | 22557 char name_type; 22591 switch ((name_type = * name)) 22601 error (_("unrecognised attribute type in name field: %d\n"), name_type); 22678 if (strchr (expected_types, name_type) == NULL) 22679 warn (_("attribute does not have an expected type (%c)\n"), name_type); 22692 switch (name_type) 22554 char name_type; local
|