Searched refs:opt_u (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/bin/freebsd-version/ |
| HD | freebsd-version.sh.in | 109 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/ |
| HD | whereis.c | 61 static int opt_a, opt_b, opt_m, opt_q, opt_s, opt_u, opt_x; variable 160 opt_u = 1; in scanopts() 660 if (opt_u && !unusual) in main()
|
| /freebsd-11-stable/usr.bin/sockstat/ |
| HD | sockstat.c | 80 static int opt_u; /* Show Unix domain sockets */ variable 1205 opt_u = 1; in main() 1222 if (!opt_4 && !opt_6 && !opt_u) in main() 1223 opt_4 = opt_6 = opt_u = 1; in main() 1237 if (opt_u || (protos_defined == -1 && !opt_4 && !opt_6)) { in main()
|
| /freebsd-11-stable/crypto/openssh/contrib/cygwin/ |
| HD | ssh-host-config | 406 [ -n "${user_account}" ] && opt_u="-u ""${user_account}""" 407 csih_select_privileged_username ${opt_f} ${opt_u} sshd
|
| /freebsd-11-stable/contrib/sendmail/contrib/ |
| HD | mmuegel | 1780 die "${Script_Name}: -u only valid with -m\n" if (($opt_u) && (! $opt_m)); 1782 $opt_u = getlogin || (getpwuid ($<))[0] || $ENV{"USER"} || die "${Script_Name}: can not determine w… 1792 $opt_u =~ /^(.*)$/;
|
| /freebsd-11-stable/contrib/binutils/opcodes/ |
| HD | ChangeLog-9297 | 2975 (opt_u, opt_U, opt_O, opt_C, opt_S, list_P532, list_M532,
|