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

/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp.c109 #define LS_LONG_VIEW 0x0001 /* Full view ala ls -l */ macro
119 #define VIEW_FLAGS (LS_LONG_VIEW|LS_SHORT_VIEW|LS_NUMERIC_VIEW|LS_SI_UNITS)
431 *lflag |= LS_LONG_VIEW;
435 *lflag |= LS_NUMERIC_VIEW|LS_LONG_VIEW;
745 if (lflag & LS_LONG_VIEW) {
770 if (!(lflag & LS_LONG_VIEW) && (c != 1))
829 if (lflag & LS_LONG_VIEW) {
849 if (!(lflag & LS_LONG_VIEW) && (c != 1))

Completed in 110 milliseconds