Lines Matching refs:SIZE
85 static char buf[SIZE]; /* this is where we put the new name */
156 char buf[SIZE]; /* scratch buffer */
182 char dummy[SIZE]; /* scratch buffer */
196 if (!fgets(dummy, SIZE, fp))
206 if (!fgets(dummy, SIZE, fp))
214 if (fgets(dummy, SIZE, fp) == NULL) {
241 char buf[SIZE]; /* scratch buffer */
243 while (fgets(buf, SIZE, fp)) {
282 char buf[SIZE]; /* scratch buffer */
311 while(fgets(buf, SIZE, ifp)) {
342 while (fgets(buf, SIZE, ifp))