Home
last modified time | relevance | path

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

/openbsd/usr.sbin/nsd/
H A Dnsd.h94 #define LASTELEM(arr) (sizeof(arr) / sizeof(arr[0]) - 1) macro
100 #define STATUP2(nsd, stc, i) nsd->st->stc[(i) <= (LASTELEM(nsd->st->stc) - 1) ? i : LASTELEM(nsd->s…
116 …zonestatnow[zone->zonestatid].stc[(i) <= (LASTELEM(nsd->zonestatnow[zone->zonestatid].stc) - 1) ? …