Searched defs:tbfsize (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c44 static size_t tbfsize = 0; variable
165 if (nsize <= tbfsize)
175 tbfsize = nsize;
503 /* LINTED tbfsize is limited to a few MB */
504 (void) fgets(tbf, (int)tbfsize, terminal);
539 /* LINTED tbfsize is limited to a few MB */
540 (void) fgets(tbf, (int)tbfsize, terminal);

Completed in 59 milliseconds