Home
last modified time | relevance | path

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

/openbsd/usr.sbin/rbootd/
H A Dparseconf.c75 char line[C_LINELEN], *cp, *bcp; in ParseConfig()
108 while (fgets(line, C_LINELEN, fp) != NULL) { in ParseConfig()
H A Ddefs.h64 #define C_LINELEN 1024 /* max length of line */ macro