Searched refs:opt_s (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/usr.bin/vmstat/
H A Dt_vmstat.sh36 atf_test_case opt_s
47 atf_add_test_case opt_s
/freebsd-11-stable/usr.bin/iconv/
H A Diconv.c163 bool opt_c = false, opt_s = false; local
177 opt_s = true;
181 if (opt_s || opt_c || strcmp(opt_f, "") != 0 ||
207 res = do_conv(stdin, opt_f, opt_t, opt_s, opt_c);
216 res |= do_conv(fp, opt_f, opt_t, opt_s, opt_c);
/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
156 opt_s = 1;
266 if (!opt_b && !opt_m && !opt_s)
267 opt_b = opt_m = opt_s = 1;
402 opt_s = 0;
403 if (opt_m + opt_b + opt_s == 0)
554 if (opt_s) {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl503 unless ($opt_s) {
662 unless ($opt_s) {
671 unless ($opt_s) {
/freebsd-11-stable/usr.sbin/diskinfo/
H A Ddiskinfo.c67 static int opt_c, opt_i, opt_p, opt_s, opt_S, opt_t, opt_v, opt_w; variable
107 opt_s = 1;
133 if ((opt_p && opt_s) || ((opt_p || opt_s) && (opt_c || opt_i || opt_t || opt_v))) {
169 if (opt_p || opt_s) {
182 if (opt_s) {
/freebsd-11-stable/contrib/groff/src/utils/afmtodit/
H A Dafmtodit.pl6055 our ($opt_a, $opt_d, $opt_e, $opt_i, $opt_m, $opt_n, $opt_s, $opt_v, $opt_x);
6422 print("special\n") if $opt_s;
/freebsd-11-stable/usr.bin/sockstat/
H A Dsockstat.c79 static int opt_s; /* Show protocol state if applicable */ variable
1049 if (first && opt_s &&
1090 if (opt_s)
1202 opt_s = 1;
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon_y.y28 typedef struct opt_s {
29 struct opt_s *o_next;
57 struct opt_s *opt;

Completed in 181 milliseconds