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

/freebsd-11-stable/bin/ls/
H A Dls.c115 static int f_listdot; /* list files beginning with . */ variable
248 f_listdot = 1;
373 if (!f_listdot && getuid() == (uid_t)0 && !f_noautodot)
374 f_listdot = 1;
553 p->fts_name[0] == '.' && !f_listdot)
725 if (cur->fts_name[0] == '.' && !f_listdot) {

Completed in 64 milliseconds