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

/freebsd-11.0-release/lib/libcasper/services/cap_dns/
H A Dcap_dns.h53 size_t ntypes);
H A Dcap_dns.c330 size_t ntypes)
343 for (i = 0; i < ntypes; i++) {
329 cap_dns_type_limit(cap_channel_t *chan, const char * const *types, size_t ntypes) argument
/freebsd-11.0-release/bin/sh/
H A Dmknodes.c86 static int ntypes; /* number of node types */ variable
145 nodename[ntypes] = savestr(name);
156 nodestr[ntypes] = sp;
157 ntypes++;
232 for (i = 0 ; i < ntypes ; i++)
288 fprintf(cfile, "static const short nodesize[%d] = {\n", ntypes);
289 for (i = 0 ; i < ntypes ; i++) {
316 for (i = 0 ; i < ntypes ; i++) {
/freebsd-11.0-release/lib/libc/regex/
H A Dregex2.h116 int ntypes; member in struct:__anon6705
140 for (i = 0; i < cs->ntypes; i++)
H A Dregcomp.c1192 if (cs->nwides == 1 && cs->nranges == 0 && cs->ntypes == 0 &&
1263 newtypes = realloc(cs->types, (cs->ntypes + 1) *
1270 cs->types[cs->ntypes++] = wct;
/freebsd-11.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c55 static int ntypes = 0; /* The number of types. */ variable
1148 if (ctm->ctm_type > ntypes) {
1168 if (ctlm->ctlm_type > ntypes) {
1287 ntypes = count_types(h, buf);
1290 tdarr = xcalloc(sizeof (tdesc_t *) * (ntypes + 1));
1292 for (i = 1; i <= ntypes; i++) {
1302 resurrect_objects(h, td, tdarr, ntypes + 1, buf, si);
1303 resurrect_functions(h, td, tdarr, ntypes + 1, buf, si);
1304 resurrect_types(h, td, tdarr, ntypes + 1, buf, idx);
1308 td->td_nextid = ntypes
[all...]
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dcplus-dem.c127 int ntypes; member in struct:work_stuff
1107 for (i = 0; i < from->ntypes; i++)
3444 if (!get_count (mangled, &n) || n >= work -> ntypes)
4089 if (work -> ntypes >= work -> typevec_size)
4106 work -> typevec[work -> ntypes++] = tem;
4211 while (work -> ntypes > 0)
4213 i = --(work -> ntypes);
4302 if ((HP_DEMANGLING || ARM_DEMANGLING || EDG_DEMANGLING) && work -> ntypes >= 10)
4328 if ((t < 0) || (t >= work -> ntypes))
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dcplus-dem.c127 int ntypes; member in struct:work_stuff
1107 for (i = 0; i < from->ntypes; i++)
3444 if (!get_count (mangled, &n) || n >= work -> ntypes)
4089 if (work -> ntypes >= work -> typevec_size)
4106 work -> typevec[work -> ntypes++] = tem;
4211 while (work -> ntypes > 0)
4213 i = --(work -> ntypes);
4302 if ((HP_DEMANGLING || ARM_DEMANGLING || EDG_DEMANGLING) && work -> ntypes >= 10)
4328 if ((t < 0) || (t >= work -> ntypes))

Completed in 205 milliseconds