Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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) in parseline()
723 if (fgets(tline + len, MAXLINE - len, input) == NULL) { in parseline()
/kernel/linux/linux-6.6/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) in parseline()
723 if (fgets(tline + len, MAXLINE - len, input) == NULL) { in parseline()

Completed in 4 milliseconds