Home
last modified time | relevance | path

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

/freebsd/bin/freebsd-version/
H A Dfreebsd-version.sh.in118 opt_u=1
138 if [ $((opt_k + opt_r + opt_u + opt_j)) -eq 0 ] ; then
139 opt_u=1
153 if [ $opt_u ] ; then
/freebsd/crypto/openssl/util/
H A Dfind-doc-nits41 our($opt_u);
66 $opt_u = 1 if $opt_d;
69 if $opt_u && $opt_v;
76 unless $opt_c or $opt_l or $opt_n or $opt_u or $opt_v;
1189 } elsif ( !$opt_u ) {
1197 if ( $opt_n || $opt_l || $opt_u || $opt_v ) {
1204 if ( $opt_l || $opt_u || $opt_v );
1228 if ( $opt_u || $opt_v) {
/freebsd/usr.bin/whereis/
H A Dwhereis.c58 static int opt_a, opt_b, opt_m, opt_q, opt_s, opt_u, opt_x; variable
157 opt_u = 1; in scanopts()
657 if (opt_u && !unusual) in main()
/freebsd/crypto/openssh/contrib/cygwin/
H A Dssh-host-config416 [ -n "${user_account}" ] && opt_u="-u ""${user_account}"""
417 csih_select_privileged_username ${opt_f} ${opt_u} sshd
/freebsd/usr.bin/sockstat/
H A Dsockstat.c94 static int opt_u; /* Show Unix domain sockets */ variable
1492 opt_u = 1; in main()
1555 if (!opt_4 && !opt_6 && !opt_u) in main()
1556 opt_4 = opt_6 = opt_u = 1; in main()
1570 if (opt_u || (protos_defined == -1 && !opt_4 && !opt_6)) { in main()
/freebsd/contrib/sendmail/contrib/
H A Dmmuegel1780 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 =~ /^(.*)$/;