Home
last modified time | relevance | path

Searched refs:ntypes (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/bin/sh/
H A Dmknodes.c88 static int ntypes; /* number of node types */ variable
147 nodename[ntypes] = savestr(name); in parsenode()
158 nodestr[ntypes] = sp; in parsenode()
159 ntypes++; in parsenode()
234 for (i = 0 ; i < ntypes ; i++) in output()
290 fprintf(cfile, "static const short nodesize[%d] = {\n", ntypes); in outsizes()
291 for (i = 0 ; i < ntypes ; i++) { in outsizes()
318 for (i = 0 ; i < ntypes ; i++) { in outfunc()
/freebsd-13.1/lib/libcasper/services/cap_dns/
H A Dcap_dns.h70 size_t ntypes);
118 size_t ntypes __unused)
H A Dcap_dns.c332 size_t ntypes) in cap_dns_type_limit() argument
345 for (i = 0; i < ntypes; i++) { in cap_dns_type_limit()
/freebsd-13.1/lib/libc/regex/
H A Dregex2.h122 unsigned int ntypes; member
151 for (i = 0; i < cs->ntypes; i++) in CHIN1()
H A Dregcomp.c1604 if (cs->nwides == 1 && cs->nranges == 0 && cs->ntypes == 0 &&
1675 newtypes = reallocarray(cs->types, cs->ntypes + 1,
1682 cs->types[cs->ntypes++] = wct;
/freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c1382 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-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8384 size_t ntypes = type_list.GetSize(); in DumpFromSymbolFile() local
8386 for (size_t i = 0; i < ntypes; ++i) { in DumpFromSymbolFile()