HomeSort by: relevance | last modified time | path
    Searched defs:LINE_LEN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_debugfs_crc.c 284 #define LINE_LEN(values_cnt) (10 + 11 * values_cnt + 1 + 1)
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);
  /src/usr.bin/finger/
lprint.c 65 #define LINE_LEN 80
271 if (LINE_LEN < (cpr + 6 + hostlen))
311 lenthis) <= LINE_LEN) {
344 if (sb.st_size <= (off_t)(LINE_LEN - strlen(header) - 5)) {

Completed in 12 milliseconds