MAXLINE
char linebuf[MAXLINE];
len = (num > MAXLINE) ? MAXLINE : num;
char line[MAXLINE];
if (fgets(tline, MAXLINE, input) == NULL) {
static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */
if (fgets(tline + len, MAXLINE - len, input) == NULL) {
char buf[MAXLINE];
char ocbuf[MAXLINE];
while (fgets(buf, MAXLINE, kldstat)) {
MAXLINE,
MAXLINE,
while (fgets(ocbuf, MAXLINE, objcopy)) {
static char buf[MAXLINE];
len = (num >= MAXLINE) ? MAXLINE - 1 : num;
char line[MAXLINE + 1], repbuf[80], greetings[200], *wmsg = NULL;
else if (l > MAXLINE)
l = MAXLINE;
char buf[MAXLINE], ebuf[100];
static char bootfile[MAXLINE+1]; /* booted kernel file */
char line[MAXLINE + 1];
l = recvfrom(finet[i+1], line, MAXLINE,
l = recvfrom(fx->s, line, MAXLINE, 0,
char line[MAXLINE + 1];
static char line[MAXLINE + 1];
i = read(fklog, line + len, MAXLINE - 1 - len);
if (len >= MAXLINE - 1) {
char buf[MAXLINE+1];