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

/freebsd-10.2-release/lib/libc/gen/
H A Dgetttyent.c47 static size_t lbsize; variable
111 if (!fgets(p = line, lbsize, tf))
116 lbsize += MALLOCCHUNK;
117 if ((p = realloc(line, lbsize)) == NULL) {
122 if (!fgets(&line[i], lbsize - i, tf))
244 lbsize = MALLOCCHUNK;
/freebsd-10.2-release/sys/fs/unionfs/
H A Dunion_vfsops.c395 uint64_t lbsize; local
412 lbsize = mstat.f_bsize;
427 if (mstat.f_bsize != lbsize)
428 sbp->f_blocks = ((off_t)sbp->f_blocks * lbsize) / mstat.f_bsize;

Completed in 52 milliseconds