Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-0.40-remap.patch15 while (lineno++, fgets(line, MAXLINE, f)) {
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dbig.c439 #define MAXLINE 512 macro
448 char line[MAXLINE]; in getwork()
450 while (fgets(line, MAXLINE, stdin) != NULL) { in getwork()
/OK3568_Linux_fs/kernel/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()