| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | ssu.c | 48 unsigned int ntypes; /*%< number of data types covered */ 98 isc_mem_cput(mctx, rule->types, rule->ntypes, in destroy() 137 const dns_name_t *name, unsigned int ntypes, in dns_ssutable_addrule() 149 if (ntypes > 0) { in dns_ssutable_addrule() 172 rule->ntypes = ntypes; in dns_ssutable_addrule() 173 if (ntypes > 0) { in dns_ssutable_addrule() 174 rule->types = isc_mem_cget(mctx, ntypes, sizeof(*rule->types)); in dns_ssutable_addrule() 175 memmove(rule->types, types, ntypes * sizeof(*rule->types)); in dns_ssutable_addrule() 545 if (rule->ntypes in dns_ssutable_checkrules() 49 unsigned int ntypes; /*%< number of data types covered */ global() member 138 dns_ssutable_addrule(dns_ssutable_t * table,bool grant,const dns_name_t * identity,dns_ssumatchtype_t matchtype,const dns_name_t * name,unsigned int ntypes,dns_ssuruletype_t * types) dns_ssutable_addrule() argument [all...] |
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | ssu.c | 50 unsigned int ntypes; /*%< number of data types covered */ member 101 rule->ntypes * sizeof(dns_rdatatype_t)); in destroy() 139 const dns_name_t *name, unsigned int ntypes, in dns_ssutable_addrule() argument 151 if (ntypes > 0) { in dns_ssutable_addrule() 174 rule->ntypes = ntypes; in dns_ssutable_addrule() 175 if (ntypes > 0) { in dns_ssutable_addrule() 177 ntypes * sizeof(dns_rdatatype_t)); in dns_ssutable_addrule() 178 memmove(rule->types, types, ntypes * sizeof(dns_rdatatype_t)); in dns_ssutable_addrule() 516 if (rule->ntypes == 0) { in dns_ssutable_checkrules() 528 for (i = 0; i < rule->ntypes; i++) { in dns_ssutable_checkrules() [all …]
|
| /netbsd-src/lib/libc/regex/ |
| H A D | regex2.h | 124 unsigned int ntypes; member 152 for (i = 0; i < cs->ntypes; i++) in CHIN1()
|
| H A D | regcomp.c | 1749 if (cs->nwides == 1 && cs->nranges == 0 && cs->ntypes == 0 && 1829 newtypes = reallocarray(cs->types, cs->ntypes + 1, 1836 cs->types[cs->ntypes++] = wct;
|
| /netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| H A D | ctf.c | 1287 int ntypes = count_types(h, buf); in ctf_parse() local 1291 tdarr = xcalloc(sizeof (tdesc_t *) * (ntypes + 1)); in ctf_parse() 1293 for (i = 1; i <= ntypes; i++) { in ctf_parse() 1303 resurrect_objects(h, td, tdarr, ntypes + 1, buf, si); in ctf_parse() 1304 resurrect_functions(h, td, tdarr, ntypes + 1, buf, si); in ctf_parse() 1305 resurrect_types(h, td, tdarr, ntypes + 1, buf, idx); in ctf_parse() 1309 td->td_nextid = ntypes + 1; in ctf_parse()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| H A D | ssu.h | 109 const dns_name_t *name, unsigned int ntypes,
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
| H A D | ssu.h | 115 const dns_name_t *name, unsigned int ntypes, 127 *\li If 'ntypes' is 0, this rule applies to all types except 138 *\li If 'ntypes' > 0, 'types' must not be NULL
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| H A D | stabs.c | 81 static int ntypes; variable 154 st->num = ++ntypes; in addtype()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | stabs.c | 81 static int ntypes; variable 154 st->num = ++ntypes; in addtype()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | call.c | 4917 op_error_string (const char *errmsg, int ntypes, bool match) in op_error_string() argument 4924 if (ntypes == 3) in op_error_string() 4926 else if (ntypes == 2) in op_error_string()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | call.cc | 5146 op_error_string (const char *errmsg, int ntypes, bool match) in op_error_string() argument 5153 if (ntypes == 3) in op_error_string() 5155 else if (ntypes == 2) in op_error_string()
|