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

/freebsd-13-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-13-stable/usr.bin/iconv/
H A Diconv.c158 bool opt_c = false, opt_s = false; local
172 opt_s = true;
176 if (opt_s || opt_c || strcmp(opt_f, "") != 0 ||
221 res = do_conv(stdin, cd, opt_s, opt_c);
234 res |= do_conv(fp, cd, opt_s, opt_c);
/freebsd-13-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-13-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-13-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-13-stable/usr.bin/sockstat/
H A Dsockstat.c85 static int opt_s; /* Show protocol state if applicable */ variable
1106 if (opt_s) {
1120 if (opt_s) {
1189 if (opt_s) {
1354 opt_s = 1;
/freebsd-13-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 85 milliseconds