Searched refs:LINESIZE (Results 1 – 1 of 1) sorted by relevance
956 #define LINESIZE 1024 macro957 static char makbuf[LINESIZE]; /* one line buffer for makefile */964 while (fgets(makbuf, LINESIZE, makin) != NULL) { in copy_dependencies()969 while (fgets(makbuf, LINESIZE, makin) != NULL) { in copy_dependencies()