Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/sftp/
H A Dsftp.c108 #define LS_SHOW_ALL 0x80 /* Don't skip filenames starting with '.' */ macro
422 *lflag |= LS_SHOW_ALL; in parse_ls_flags()
716 if (d[n]->filename[0] != '.' || (lflag & LS_SHOW_ALL)) in do_ls_dir()
744 if (d[n]->filename[0] == '.' && !(lflag & LS_SHOW_ALL)) in do_ls_dir()