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

/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c101 #define LS_IGNORE_DOT (1 << 1) macro
750 if((flags & LS_IGNORE_DOT))
804 int flags = LS_SORT_NAME | LS_IGNORE_DOT | LS_DISP_COLUMN;
806 int flags = LS_SORT_NAME | LS_IGNORE_DOT | LS_DISP_LONG;
821 flags &= ~LS_IGNORE_DOT;

Completed in 44 milliseconds