Home
last modified time | relevance | path

Searched refs:C_LINELEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/libexec/rbootd/
H A Dparseconf.c79 char line[C_LINELEN]; in ParseConfig()
117 while (fgets(line, C_LINELEN, fp) != NULL) { in ParseConfig()
H A Ddefs.h78 #define C_LINELEN 1024 /* max length of line */ macro