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