Searched refs:f_noautodot (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/bin/ls/
H A Dls.c117 static int f_noautodot; /* do not automatically enable -A for root */ variable
283 f_noautodot = 1;
373 if (!f_listdot && getuid() == (uid_t)0 && !f_noautodot)

Completed in 194 milliseconds