HomeSort by: relevance | last modified time | path
    Searched defs:blksize_width (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/df/
df.c 87 static int blksize_width = WIDTH_BLKSIZE, inode_width = WIDTH_INODE; variable
418 blksize_width);
421 1 + blksize_width);
424 1 + blksize_width);
543 blksize_width = inode_width = 6;
550 blksize_width -= 3;
552 blksize_width -= 3;
553 if (blksize_width < headerlen)
554 blksize_width = headerlen;
571 blksize_width, header
    [all...]

Completed in 17 milliseconds