Searched refs:ntypes (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/bin/sh/ |
| H A D | mknodes.c | 86 static int ntypes; /* number of node types */ variable 145 nodename[ntypes] = savestr(name); in parsenode() 156 nodestr[ntypes] = sp; in parsenode() 157 ntypes++; in parsenode() 232 for (i = 0 ; i < ntypes ; i++) in output() 288 fprintf(cfile, "static const short nodesize[%d] = {\n", ntypes); in outsizes() 289 for (i = 0 ; i < ntypes ; i++) { in outsizes() 316 for (i = 0 ; i < ntypes ; i++) { in outfunc()
|
| /freebsd-14.2/lib/libcasper/services/cap_dns/ |
| H A D | cap_dns.h | 67 size_t ntypes); 115 size_t ntypes __unused)
|
| H A D | cap_dns.c | 329 size_t ntypes) in cap_dns_type_limit() argument 342 for (i = 0; i < ntypes; i++) { in cap_dns_type_limit()
|
| /freebsd-14.2/lib/libc/regex/ |
| H A D | regex2.h | 121 unsigned int ntypes; member 150 for (i = 0; i < cs->ntypes; i++) in CHIN1()
|
| H A D | regcomp.c | 1595 if (cs->nranges != 0 || cs->ntypes != 0 || cs->icase != 0) 1687 newtypes = reallocarray(cs->types, cs->ntypes + 1, 1694 cs->types[cs->ntypes++] = wct;
|
| /freebsd-14.2/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | ctf.c | 1382 int ntypes = count_types(h, buf); in ctf_parse() local 1386 tdarr = xcalloc(sizeof (tdesc_t *) * (ntypes + 1)); in ctf_parse() 1388 for (i = 1; i <= ntypes; i++) { in ctf_parse() 1398 resurrect_objects(h, td, tdarr, ntypes + 1, buf, si); in ctf_parse() 1399 resurrect_functions(h, td, tdarr, ntypes + 1, buf, si); in ctf_parse() 1400 resurrect_types(h, td, tdarr, ntypes + 1, buf, idx); in ctf_parse() 1404 td->td_nextid = ntypes + 1; in ctf_parse()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 8436 size_t ntypes = type_list.GetSize(); in DumpFromSymbolFile() local 8438 for (size_t i = 0; i < ntypes; ++i) { in DumpFromSymbolFile()
|