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

/freebsd-11-stable/bin/freebsd-version/
H A Dfreebsd-version.sh.in109 opt_u=1
121 if [ $((opt_k + opt_r + opt_u)) -eq 0 ] ; then
122 opt_u=1
136 if [ $opt_u ] ; then
/freebsd-11-stable/usr.bin/whereis/
H A Dwhereis.c61 static int opt_a, opt_b, opt_m, opt_q, opt_s, opt_u, opt_x; variable
160 opt_u = 1;
660 if (opt_u && !unusual)
/freebsd-11-stable/usr.bin/sockstat/
H A Dsockstat.c80 static int opt_u; /* Show Unix domain sockets */ variable
1205 opt_u = 1;
1222 if (!opt_4 && !opt_6 && !opt_u)
1223 opt_4 = opt_6 = opt_u = 1;
1237 if (opt_u || (protos_defined == -1 && !opt_4 && !opt_6)) {
/freebsd-11-stable/crypto/openssh/contrib/cygwin/
H A Dssh-host-config406 [ -n "${user_account}" ] && opt_u="-u ""${user_account}"""
407 csih_select_privileged_username ${opt_f} ${opt_u} sshd

Completed in 191 milliseconds