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