Home
last modified time | relevance | path

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

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