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

/freebsd-10.1-release/bin/ls/
H A Dls.c114 static int f_listdot; /* list files beginning with . */ variable
233 f_listdot = 1;
361 if (!f_listdot && getuid() == (uid_t)0 && !f_noautodot)
362 f_listdot = 1;
532 p->fts_name[0] == '.' && !f_listdot)
695 if (cur->fts_name[0] == '.' && !f_listdot) {

Completed in 92 milliseconds