Searched refs:CONF_LINE_LEN (Results 1 – 1 of 1) sorted by relevance
34 #define CONF_LINE_LEN 255 /* 255 chars max */ macro41 uchar conf_line[CONF_LINE_LEN]; /* buffered conf line */123 cnf->conf_line[CONF_LINE_LEN - 1] = 0; /* limit string length */ in hysdn_conf_write()155 i = (CONF_LINE_LEN - 1) - cnf->buf_size; /* bytes available in buffer */ in hysdn_conf_write()190 if (cnf->buf_size >= CONF_LINE_LEN - 1) { in hysdn_conf_write()