Home | History | Annotate | Download | only in tftp

Lines Matching refs:blksize

129 		} else if (strcmp(opt, "blksize") == 0) {
131 blksize = val;
261 size = readit(file, &dp, blksize, convert);
282 read_ahead(file, blksize, convert);
325 * matters is blksize, but we'll
328 blksize = def_blksize;
338 j = synchnet(f, blksize+4);
349 blksize = def_blksize;
360 } while ((size_t)size == blksize || block == 1);
409 readlen = blksize+4;
467 blksize = def_blksize;
476 j = synchnet(f, blksize);
488 blksize = def_blksize;
493 readlen = blksize+4;
513 } while ((size_t)size == blksize);
570 if (blksize != SEGSIZE) {
571 (void)strcpy(cp, "blksize");
574 (void)sprintf(cp, "%zd", blksize);