Home
last modified time | relevance | path

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

/dragonfly/bin/ls/
H A Dls.h42 extern int f_humanval; /* show human-readable file sizes */
H A Dls.c97 int f_humanval; /* show human-readable file sizes */ variable
270 f_humanval = 1; in main()
276 f_humanval = 0; in main()
H A Dprint.c619 if (f_humanval) { in printsize()