Home
last modified time | relevance | path

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

/freebsd-14.2/bin/ls/
H A Dls.c125 static int f_listdot; /* list files beginning with . */ variable
326 f_listdot = 1; in main()
488 if (!f_listdot && getuid() == (uid_t)0 && !f_noautodot) in main()
489 f_listdot = 1; in main()
680 p->fts_name[0] == '.' && !f_listdot) in traverse()
813 if (cur->fts_name[0] == '.' && !f_listdot) { in display()