Searched refs:ntypes (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/bin/sh/ |
| HD | 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-11-stable/lib/libc/regex/ |
| HD | regex2.h | 116 unsigned int ntypes; member 140 for (i = 0; i < cs->ntypes; i++) in CHIN1()
|
| HD | regcomp.c | 1333 if (cs->nwides == 1 && cs->nranges == 0 && cs->ntypes == 0 && in singleton() 1404 newtypes = reallocarray(cs->types, cs->ntypes + 1, in CHaddtype() 1411 cs->types[cs->ntypes++] = wct; in CHaddtype()
|
| /freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| HD | ctf.c | 55 static int ntypes = 0; /* The number of types. */ variable 1148 if (ctm->ctm_type > ntypes) { in resurrect_types() 1168 if (ctlm->ctlm_type > ntypes) { in resurrect_types() 1287 ntypes = count_types(h, buf); in ctf_parse() 1290 tdarr = xcalloc(sizeof (tdesc_t *) * (ntypes + 1)); in ctf_parse() 1292 for (i = 1; i <= ntypes; i++) { in ctf_parse() 1302 resurrect_objects(h, td, tdarr, ntypes + 1, buf, si); in ctf_parse() 1303 resurrect_functions(h, td, tdarr, ntypes + 1, buf, si); in ctf_parse() 1304 resurrect_types(h, td, tdarr, ntypes + 1, buf, idx); in ctf_parse() 1308 td->td_nextid = ntypes + 1; in ctf_parse()
|
| /freebsd-11-stable/lib/libcasper/services/cap_dns/ |
| HD | cap_dns.h | 53 size_t ntypes);
|
| HD | cap_dns.c | 330 size_t ntypes) in cap_dns_type_limit() argument 343 for (i = 0; i < ntypes; i++) { in cap_dns_type_limit()
|
| /freebsd-11-stable/contrib/binutils/libiberty/ |
| HD | cplus-dem.c | 127 int ntypes; member 1107 for (i = 0; i < from->ntypes; i++) in work_stuff_copy_to_from() 3444 if (!get_count (mangled, &n) || n >= work -> ntypes) in do_type() 4089 if (work -> ntypes >= work -> typevec_size) in remember_type() 4106 work -> typevec[work -> ntypes++] = tem; in remember_type() 4211 while (work -> ntypes > 0) in forget_types() 4213 i = --(work -> ntypes); in forget_types() 4302 if ((HP_DEMANGLING || ARM_DEMANGLING || EDG_DEMANGLING) && work -> ntypes >= 10) in demangle_args() 4328 if ((t < 0) || (t >= work -> ntypes)) in demangle_args()
|
| /freebsd-11-stable/contrib/gcclibs/libiberty/ |
| HD | cplus-dem.c | 127 int ntypes; member 1107 for (i = 0; i < from->ntypes; i++) in work_stuff_copy_to_from() 3444 if (!get_count (mangled, &n) || n >= work -> ntypes) in do_type() 4089 if (work -> ntypes >= work -> typevec_size) in remember_type() 4106 work -> typevec[work -> ntypes++] = tem; in remember_type() 4211 while (work -> ntypes > 0) in forget_types() 4213 i = --(work -> ntypes); in forget_types() 4302 if ((HP_DEMANGLING || ARM_DEMANGLING || EDG_DEMANGLING) && work -> ntypes >= 10) in demangle_args() 4328 if ((t < 0) || (t >= work -> ntypes)) in demangle_args()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | ClangASTContext.cpp | 7956 size_t ntypes = type_list.GetSize(); in DumpFromSymbolFile() local 7958 for (size_t i = 0; i < ntypes; ++i) { in DumpFromSymbolFile()
|