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

/freebsd-10.3-release/crypto/openssh/
H A Dsftp.c132 #define LS_SI_UNITS 0x0100 /* Display sizes as K, M, G, etc. */ macro
134 #define VIEW_FLAGS (LS_LONG_VIEW|LS_SHORT_VIEW|LS_NUMERIC_VIEW|LS_SI_UNITS)
480 *lflag |= LS_SI_UNITS;
834 if (lflag & (LS_NUMERIC_VIEW|LS_SI_UNITS)) {
841 (lflag & LS_SI_UNITS));
927 (lflag & LS_SI_UNITS));

Completed in 43 milliseconds