Lines Matching refs:BLOCK_WIDTH
110 #define BLOCK_WIDTH 8 macro
1116 BLOCK_WIDTH, TRANSLATE("blocks"), in print_header()
1117 BLOCK_WIDTH, TRANSLATE("used"), in print_header()
1118 BLOCK_WIDTH, TRANSLATE("free"), in print_header()
1125 BLOCK_WIDTH, TRANSLATE("ifree")); in print_header()
1131 BLOCK_WIDTH, TRANSLATE("avail")); in print_header()
1365 #define NCOL1_WIDTH (int)MAX3(BLOCK_WIDTH, NFILES_WIDTH, FSTYPE_WIDTH) in g_output()
1366 #define NCOL2_WIDTH (int)MAX3(BLOCK_WIDTH, FSID_WIDTH, FLAG_WIDTH) + 2 in g_output()
1367 #define NCOL3_WIDTH (int)MAX3(BSIZE_WIDTH, BLOCK_WIDTH, NAMELEN_WIDTH) in g_output()
1509 BLOCK_WIDTH, total_blocks, in k_output()
1510 BLOCK_WIDTH, used_blocks, in k_output()
1511 BLOCK_WIDTH, available_blocks, in k_output()
1590 BLOCK_WIDTH, number_to_string(free_blocks_buf, in t_output()
1607 BLOCK_WIDTH, number_to_string(total_blocks_buf, in t_output()
1659 BLOCK_WIDTH, number_to_string(free_blocks_buf, in b_output()
1685 BLOCK_WIDTH, number_to_string(free_blocks_buf, in default_output()