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

/freebsd-9.3-release/usr.bin/sockstat/
H A Dsockstat.c68 static int opt_u; /* Show Unix domain sockets */ variable
774 opt_u = 1;
791 if (!opt_4 && !opt_6 && !opt_u)
792 opt_4 = opt_6 = opt_u = 1;
803 if (opt_u || (protos_defined == -1 && !opt_4 && !opt_6)) {
/freebsd-9.3-release/usr.bin/whereis/
H A Dwhereis.c59 int opt_a, opt_b, opt_m, opt_q, opt_s, opt_u, opt_x; variable
158 opt_u = 1;
661 if (opt_u && !unusual)
/freebsd-9.3-release/crypto/openssh/contrib/cygwin/
H A Dssh-host-config397 [ -n "${user_account}" ] && opt_u="-u ""${user_account}"""
398 csih_select_privileged_username ${opt_f} ${opt_u} sshd
/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c243 u_int opt_o = 0, opt_r = 0, opt_s = 0, opt_u = 0; local
347 opt_u = argto2(optarg, 1, "sectors/track");
396 if (opt_u)
397 bpb.bpbSecPerTrack = opt_u;
404 if (!(opt_f || (opt_h && opt_u && opt_S && opt_s && oflag))) {

Completed in 60 milliseconds