Home
last modified time | relevance | path

Searched refs:use_label (Results 1 – 1 of 1) sorted by relevance

/third_party/toybox/toys/posix/
Ddf.c68 const char *item_label, *used_label, *free_label, *use_label; in show_header() local
74 use_label = "IUse%"; in show_header()
79 use_label = toys.optflags & FLAG_P ? "Capacity" : "Use%"; in show_header()
85 measure_column(4, use_label); in show_header()
91 TT.column_widths[4], use_label); in show_header()