Searched refs:first_empty (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/dlz/example/
H A Ddlz_example.c91 int first_empty = -1; local
94 if (first_empty == -1 && strlen(list[i].name) == 0U) {
95 first_empty = i;
105 if (i == MAX_RECORDS && first_empty != -1) {
106 i = first_empty;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dlzexternal/
H A Ddriver.c103 int first_empty = -1; local
106 if (first_empty == -1 && strlen(list[i].name) == 0U) {
107 first_empty = i;
117 if (i == MAX_RECORDS && first_empty != -1) {
118 i = first_empty;

Completed in 58 milliseconds