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

  /src/usr.sbin/sysinst/
partman.c 949 max_msg_length(const msg *p, size_t cnt) function in typeref:typename:int
976 lcol_width = max_msg_length(labels, __arraycount(labels)) + 3;
partman.c 949 max_msg_length(const msg *p, size_t cnt) function in typeref:typename:int
976 lcol_width = max_msg_length(labels, __arraycount(labels)) + 3;
partman.c 949 max_msg_length(const msg *p, size_t cnt) function in typeref:typename:int
976 lcol_width = max_msg_length(labels, __arraycount(labels)) + 3;
  /src/usr.sbin/syslogd/
syslogd.c 150 int max_msg_length; member in struct:TypeInfo
153 * -1 in length/size or max_msg_length means infinite */
2309 if (TypeInfo[f->f_type].max_msg_length != -1
2310 && (size_t)TypeInfo[f->f_type].max_msg_length
2312 linelen = TypeInfo[f->f_type].max_msg_length
syslogd.c 150 int max_msg_length; member in struct:TypeInfo
153 * -1 in length/size or max_msg_length means infinite */
2309 if (TypeInfo[f->f_type].max_msg_length != -1
2310 && (size_t)TypeInfo[f->f_type].max_msg_length
2312 linelen = TypeInfo[f->f_type].max_msg_length
syslogd.c 150 int max_msg_length; member in struct:TypeInfo
153 * -1 in length/size or max_msg_length means infinite */
2309 if (TypeInfo[f->f_type].max_msg_length != -1
2310 && (size_t)TypeInfo[f->f_type].max_msg_length
2312 linelen = TypeInfo[f->f_type].max_msg_length

Completed in 50 milliseconds