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

/freebsd-12-stable/bin/ls/
H A Dls.h47 extern int f_humanval; /* show human-readable file sizes */
H A Dls.c123 int f_humanval; /* show human-readable file sizes */ variable
407 f_humanval = 1;
413 f_humanval = 0;
986 sizelen = f_humanval ? HUMANVALSTR_LEN :
H A Dprint.c740 if (f_humanval) {

Completed in 60 milliseconds