Searched refs:ttotal (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/std/ |
H A D | df.c | 115 unsigned long ttotal; member in struct:__anon226 467 s = (df->total || df->ttotal) ? scale(df->fraction, df->avail, df->tavail) : "-"; 470 s = (df->total || df->ttotal) ? scale(df->fraction, df->total, df->ttotal) : "-"; 473 s = (df->total || df->ttotal) ? (sfsprintf(state.buf, sizeof(state.buf), "%3d%%", df->percent), state.buf) : "-"; 484 if (df->total || df->ttotal) 490 s = (df->total || df->ttotal) ? (sfsprintf(state.buf, sizeof(state.buf), "%3d%%", df->ipercent), state.buf) : "-"; 493 if (df->total || df->ttotal) 499 if (df->total || df->ttotal) 524 s = (df->total || df->ttotal) [all...] |
Completed in 11 milliseconds