Lines Matching refs:KBYTE_WIDTH
117 #define KBYTE_WIDTH 11 macro
1078 KBYTE_WIDTH, TRANSLATE("1024-blocks"), in print_header()
1079 KBYTE_WIDTH, TRANSLATE("Used"), in print_header()
1080 KBYTE_WIDTH, TRANSLATE("Available"), in print_header()
1091 KBYTE_WIDTH, TRANSLATE("1M-blocks"), in print_header()
1092 KBYTE_WIDTH, TRANSLATE("Used"), in print_header()
1093 KBYTE_WIDTH, TRANSLATE("Available"), in print_header()
1105 KBYTE_WIDTH, TRANSLATE("512-blocks"), in print_header()
1106 KBYTE_WIDTH, TRANSLATE("Used"), in print_header()
1107 KBYTE_WIDTH, TRANSLATE("Available"), in print_header()
1458 KBYTE_WIDTH, number_to_string(total_blocks_buf, in k_output()
1460 KBYTE_WIDTH, number_to_string(used_blocks_buf, in k_output()
1462 KBYTE_WIDTH, number_to_string(available_blocks_buf, in k_output()
1469 KBYTE_WIDTH, number_to_string(total_blocks_buf, in k_output()
1471 KBYTE_WIDTH, number_to_string(used_blocks_buf, in k_output()
1473 KBYTE_WIDTH, number_to_string(available_blocks_buf, in k_output()
1480 KBYTE_WIDTH, number_to_string(total_blocks_buf, in k_output()
1482 KBYTE_WIDTH, number_to_string(used_blocks_buf, in k_output()
1484 KBYTE_WIDTH, number_to_string(available_blocks_buf, in k_output()
1566 MAX(KBYTE_WIDTH, NFILES_WIDTH), in eb_output()