Searched refs:ALEN (Results 1 – 1 of 1) sorted by relevance
35 #define ALEN(a) (sizeof(a) / sizeof(a [0])) // Array length macro335 rv = snprintf(linep, ALEN(line) - (linep - line), in testXDump()345 assert((ALEN(line) - 4) >= (linep - line)); in testXDump()346 rv = snprintf(linep, ALEN(line) - (linep - line), in testXDump()