Lines Matching defs:numarg
124 static long numarg(const char *, long, long);
186 blocksperfile = numarg("blocks per file", 1L, 0L);
190 ntrec = numarg("blocks per write", 1L, 1000L);
199 density = numarg("density", 10L, 327670L) / 10;
221 honorlevel = numarg("honor level", 0L, 10L);
230 readblksize = numarg("read block size", 0, 64) * 1024;
235 lflag = numarg("timeout (in seconds)", 1, 0);
259 readcache = numarg("read cache size", 0, 512);
263 tsize = numarg("tape size", 1L, 0L) * 12 * 10;
733 numarg(const char *meaning, long vmin, long vmax)