Searched refs:LINE_LEN (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_debugfs_crc.c284 #define LINE_LEN(values_cnt) (10 + 11 * values_cnt + 1 + 1) macro
285 #define MAX_LINE_LEN (LINE_LEN(DRM_MAX_CRC_NR))
322 if (count < LINE_LEN(crc->values_cnt)) {
341 if (copy_to_user(user_buf, buf, LINE_LEN(crc->values_cnt)))
344 return LINE_LEN(crc->values_cnt);
/netbsd-current/usr.bin/finger/
H A Dlprint.c65 #define LINE_LEN 80 macro
271 if (LINE_LEN < (cpr + 6 + hostlen))
311 lenthis) <= LINE_LEN) {
344 if (sb.st_size <= (off_t)(LINE_LEN - strlen(header) - 5)) {
/netbsd-current/external/bsd/pdisk/dist/
H A Ddump.c646 #define LINE_LEN 16 macro
651 limit1 = i + LINE_LEN;

Completed in 231 milliseconds