Searched refs:nlabels (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.bin/dig/lib/dns/ |
| D | name.c | 247 unsigned int l1, l2, l, count1, count2, count, nlabels; in dns_name_fullcompare() local 282 nlabels = 0; in dns_name_fullcompare() 359 nlabels++; in dns_name_fullcompare() 369 *nlabelsp = nlabels; in dns_name_fullcompare() 373 *nlabelsp = nlabels; in dns_name_fullcompare() 374 if (nlabels > 0) in dns_name_fullcompare() 383 unsigned int nlabels; in dns_name_compare() local 395 (void)dns_name_fullcompare(name1, name2, &order, &nlabels); in dns_name_compare() 499 unsigned int nlabels; in dns_name_issubdomain() local 511 namereln = dns_name_fullcompare(name1, name2, &order, &nlabels); in dns_name_issubdomain() [all …]
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | tree-eh.c | 1146 int nlabels, ndests, j, last_case_index; in lower_try_finally_switch() local 1158 nlabels = VEC_length (tree, tf->dest_array); in lower_try_finally_switch() 1159 return_index = nlabels; in lower_try_finally_switch() 1268 for (j = last_case_index; j < last_case_index + nlabels; j++) in lower_try_finally_switch()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | eval.c | 210 int nlabels = 0; in evaluate_struct_tuple() local 216 nlabels++; in evaluate_struct_tuple() 326 while (--nlabels > 0); in evaluate_struct_tuple()
|
| /openbsd/src/usr.bin/dig/ |
| D | dighost.c | 1631 unsigned int nlabels; in followup_lookup() local 1636 &order, &nlabels); in followup_lookup()
|