Home
last modified time | relevance | path

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

/src/bin/sh/
H A Dmknodes.c74 static int ntypes; /* number of node types */ variable
133 nodename[ntypes] = savestr(name); in parsenode()
144 nodestr[ntypes] = sp; in parsenode()
145 ntypes++; in parsenode()
220 for (i = 0 ; i < ntypes ; i++) in output()
276 fprintf(cfile, "static const short nodesize[%d] = {\n", ntypes); in outsizes()
277 for (i = 0 ; i < ntypes ; i++) { in outsizes()
304 for (i = 0 ; i < ntypes ; i++) { in outfunc()
/src/lib/libcasper/services/cap_dns/
H A Dcap_dns.h67 size_t ntypes);
115 size_t ntypes __unused)
H A Dcap_dns.c329 size_t ntypes) in cap_dns_type_limit() argument
342 for (i = 0; i < ntypes; i++) { in cap_dns_type_limit()
/src/lib/libc/regex/
H A Dregex2.h119 unsigned int ntypes; member
148 for (i = 0; i < cs->ntypes; i++) in CHIN1()
H A Dregcomp.c1609 if (cs->nranges != 0 || cs->ntypes != 0 || cs->icase != 0)
1701 newtypes = reallocarray(cs->types, cs->ntypes + 1,
1708 cs->types[cs->ntypes++] = wct;
/src/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()
/src/crypto/krb5/src/lib/krb5/asn.1/
H A Dasn1_k_encode.c290 unsigned int ntypes; member
292 DEFCOUNTEDTYPE(authdata_types, struct authdata_types, types, ntypes,
1319 *num_out = atypes->ntypes; in krb5int_get_authdata_containee_types()
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8601 size_t ntypes = type_list.GetSize(); in DumpFromSymbolFile() local
8603 for (size_t i = 0; i < ntypes; ++i) { in DumpFromSymbolFile()