Home
last modified time | relevance | path

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

/freebsd/bin/ls/
H A Dls.c115 static int f_noautodot; /* do not automatically enable -A for root */ variable
364 f_noautodot = 1; in main()
476 if (!f_listdot && getuid() == (uid_t)0 && !f_noautodot) in main()