Searched refs:BLOCK_FLD (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | df.c | 158 BLOCK_FLD, /* Block values field */ enumerator 184 "size", BLOCK_FLD, N_("blocks"), 5, true, false }, 187 "used", BLOCK_FLD, N_("Used"), 5, true, false }, 190 "avail", BLOCK_FLD, N_("Available"), 5, true, false }, 193 "pcent", BLOCK_FLD, N_("Use%"), 4, true, false }, 1137 case BLOCK_FLD: in get_dev()
|