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

/freebsd-12-stable/bin/ls/
H A Dls.c128 static int f_listdot; /* list files beginning with . */ variable
326 f_listdot = 1;
472 if (!f_listdot && getuid() == (uid_t)0 && !f_noautodot)
473 f_listdot = 1;
660 p->fts_name[0] == '.' && !f_listdot)
823 if (cur->fts_name[0] == '.' && !f_listdot) {

Completed in 52 milliseconds