| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| gmp-utils-selftests.c | 89 template<typename T, typename = gdb::Requires<std::is_integral<T>>> variable 160 template<typename T> 292 template<typename T>
|
| array-view-selftests.c | 42 template<typename From, typename To> 118 template<template<typename ...> class Container> 137 template<typename T> using StdArray1 = std::array<T, 1>; 183 template<typename View, typename Container> 206 template<typename View, typename Elem> 226 template<typename View, 227 typename = decltype (std::declval<View> ()[0 variable [all...] |
| /src/sbin/efi/ |
| devpath5.c | 45 * See Appendix A of BIOSBootSpecsV1.01.pdf for typename and statusflag. 96 const char *typename; local 98 typename = devpath_bios_typename(p->DeviceType); 101 typename, p->DeviceType, p->StatusFlag, p->Description); 115 typename,
|
| devpath1.c | 157 const char *typename; local 159 typename = efi_memory_type_name(p->MemoryType); 162 ",0x%016" PRIx64 ")", typename, 172 p->MemoryType, typename,
|
| /src/tests/fs/puffs/h_dtfs/ |
| dtfs.c | 67 "[-n typename]\n [-o mntopt] [-o puffsopt] [-p prot] " 105 const char *typename; local 120 typename = FSNAME; 147 typename = optarg; 214 pu = puffs_init(pops, _PATH_PUFFS, typename, &gdtm, pflags);
|
| /src/games/hack/ |
| hack.objnam.c | 102 typename(int otyp) function
|
| /src/usr.sbin/npf/npfctl/ |
| npf_cmd.c | 201 npfctl_table_type(const char *typename) 214 if (strcmp(typename, tbltypes[i].name) == 0) { 224 const char *name, *newname, *path, *typename = NULL; local 236 typename = optarg; 251 if (typename && (type = npfctl_table_type(typename)) == 0) { 252 errx(EXIT_FAILURE, "unsupported table type '%s'", typename);
|
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| array-view-selftests.c | 42 template<typename From, typename To> 118 template<template<typename ...> class Container> 137 template<typename T> using StdArray1 = std::array<T, 1>; 183 template<typename View, typename Container> 206 template<typename View, typename Elem> 226 template<typename View, 227 typename = decltype (std::declval<View> ()[0 variable [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/cms/ |
| cms_sd.c | 255 const char *typename = EVP_PKEY_get0_type_name(pkey); local 257 if (typename != NULL) 258 pknid = OBJ_txt2nid(typename);
|
| /src/sbin/fsdb/ |
| fsdb.c | 512 static const char *typename[] = { variable 540 typename[dirp->d_type], 1247 const char *typename; member in struct:typemap 1272 if (!strcmp(argv[1], tp->typename)) { 1273 printf("setting type to %s\n", tp->typename);
|
| /src/sys/kern/ |
| subr_msan.c | 152 const char *typename; local 175 typename = kmsan_orig_name(type); 182 "At Offset %zu/%zu, IP %p\n", typename, hook, off, 196 typename, hook, 211 "%zu, Variable '%s' From %s()\n", typename, hook, off, 225 const char *typename; local 245 typename = kmsan_orig_name(type); 251 "Origin %x\n", typename, orig); 254 "From %s()\n", typename, sym);
|
| /src/crypto/external/bsd/heimdal/dist/lib/sl/ |
| slc-gram.c | 1721 const char *typename; member in struct:type_handler 1763 for(th = type_handlers; th->typename != NULL; th++) 1764 if(strcmp(type->u.value, th->typename) == 0)
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| dwarf.c | 969 int type, const char *typename) 982 (tdp->t_type == FORWARD ? "forward decl" : typename), 1108 typename, old); 1254 const char *typename = (tdp->t_type == STRUCT ? "struct" : "union"); local 1263 "of type %s (%d <%x>)\n", typename, tdp->t_id, 1601 int type, const char *typename) 1606 (uintmax_t)off, typename, type);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-kvx.c | 2225 char *typename = NULL; local 2248 /* typename = input_line_pointer; */ 2250 c = get_symbol_name (&typename); 2253 if (strcmp (typename, "function") == 0 2254 || strcmp (typename, "STT_FUNC") == 0) 2256 else if (strcmp (typename, "object") == 0 2257 || strcmp (typename, "STT_OBJECT") == 0) 2259 else if (strcmp (typename, "tls_object") == 0 2260 || strcmp (typename, "STT_TLS") == 0) 2262 else if (strcmp (typename, "common") == [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-kvx.c | 2225 char *typename = NULL; local 2248 /* typename = input_line_pointer; */ 2250 c = get_symbol_name (&typename); 2253 if (strcmp (typename, "function") == 0 2254 || strcmp (typename, "STT_FUNC") == 0) 2256 else if (strcmp (typename, "object") == 0 2257 || strcmp (typename, "STT_OBJECT") == 0) 2259 else if (strcmp (typename, "tls_object") == 0 2260 || strcmp (typename, "STT_TLS") == 0) 2262 else if (strcmp (typename, "common") == [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| sshkey.c | 838 const char *typename; local 859 typename = sshkey_ssh_name_from_type_nid(type, key->ecdsa_nid); 860 if ((ret = sshbuf_put_cstring(b, typename)) != 0)
|
| /src/tests/dev/audio/ |
| audiotest.c | 1344 const char * const typename[] = { "CLASS", "ENUM", "SET", "VALUE" }; local 1358 (0 <= di.type && di.type <= 3) ? typename[di.type] : "",
|
| /src/external/cddl/osnet/dist/cmd/zdb/ |
| zdb.c | 2864 char *typename; local 2867 typename = dmu_ot[t].ot_name; 2869 typename = zdb_ot_extname[t - DMU_OT_NUMTYPES]; 2881 typename); 2913 (void) printf("%s\n", typename); 2916 level, typename);
|