Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c655 #define LINEBUF_SZ 1024 in parse_bootenvrc() macro
659 char line[LINEBUF_SZ]; /* make line buffer large but not ridiculous */ in parse_bootenvrc()
675 while (s_fgets(line, LINEBUF_SZ, fp) != NULL) { in parse_bootenvrc()