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

/freebsd-10.3-release/contrib/flex/
H A Dfilter.c238 const int readsz = 512; local
291 buf = (char *) flex_alloc (readsz);
294 while (fgets (buf, readsz, stdin)) {
344 const int readsz = 512; local
352 buf = (char *) flex_alloc (readsz);
356 while (fgets (buf, readsz, stdin)) {
399 snprintf (buf, readsz, "#line %d \"%s\"\n",

Completed in 74 milliseconds