Home
last modified time | relevance | path

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

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