Lines Matching refs:BLOCK_WIDTH
115 #define BLOCK_WIDTH 8 macro
1119 BLOCK_WIDTH, TRANSLATE("blocks"), in print_header()
1120 BLOCK_WIDTH, TRANSLATE("used"), in print_header()
1121 BLOCK_WIDTH, TRANSLATE("free"), in print_header()
1128 BLOCK_WIDTH, TRANSLATE("ifree")); in print_header()
1134 BLOCK_WIDTH, TRANSLATE("avail")); in print_header()
1301 #define NCOL1_WIDTH (int)MAX3(BLOCK_WIDTH, NFILES_WIDTH, FSTYPE_WIDTH) in g_output()
1302 #define NCOL2_WIDTH (int)MAX3(BLOCK_WIDTH, FSID_WIDTH, FLAG_WIDTH) + 2 in g_output()
1303 #define NCOL3_WIDTH (int)MAX3(BSIZE_WIDTH, BLOCK_WIDTH, NAMELEN_WIDTH) in g_output()
1448 BLOCK_WIDTH, total_blocks, in k_output()
1449 BLOCK_WIDTH, used_blocks, in k_output()
1450 BLOCK_WIDTH, available_blocks, in k_output()
1529 BLOCK_WIDTH, number_to_string(free_blocks_buf, in t_output()
1546 BLOCK_WIDTH, number_to_string(total_blocks_buf, in t_output()
1598 BLOCK_WIDTH, number_to_string(free_blocks_buf, in b_output()
1624 BLOCK_WIDTH, number_to_string(free_blocks_buf, in default_output()