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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c3450 long maxchars, s_err, nbytes, temp; local
3464 maxchars = stringsize - 1;
3466 maxchars = LONG;
3468 maxchars = objsz - (addr - cur_ino);
3470 maxchars = min(blocksize - cur_bytes, filesize - cur_bytes);
3472 if (tcount >= maxchars) {
3513 for (i = tcount; i <= maxchars; i++)

Completed in 241 milliseconds