Searched refs:MAXLINE (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Dunifdef.c147 #define MAXLINE 4096 /* maximum length of line */ macro
190 static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */
649 if (fgets(tline, MAXLINE, input) == NULL)
723 if (fgets(tline + len, MAXLINE - len, input) == NULL) {

Completed in 122 milliseconds