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

/freebsd-current/contrib/netbsd-tests/usr.bin/vmstat/
H A Dt_vmstat.sh36 atf_test_case opt_s
47 atf_add_test_case opt_s
/freebsd-current/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 ||
226 res = do_conv(stdin, cd, opt_s, opt_c);
239 res |= do_conv(fp, cd, opt_s, opt_c);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl503 unless ($opt_s) {
662 unless ($opt_s) {
671 unless ($opt_s) {
/freebsd-current/usr.bin/whereis/
H A Dwhereis.c58 static int opt_a, opt_b, opt_m, opt_q, opt_s, opt_u, opt_x; variable
153 opt_s = 1;
264 if (!opt_b && !opt_m && !opt_s)
265 opt_b = opt_m = opt_s = 1;
399 opt_s = 0;
400 if (opt_m + opt_b + opt_s == 0)
551 if (opt_s) {
/freebsd-current/usr.sbin/diskinfo/
H A Ddiskinfo.c68 static int opt_c, opt_i, opt_l, opt_p, opt_s, opt_S, opt_t, opt_v, opt_w; variable
111 opt_s = 1;
137 if ((opt_p && opt_s) || ((opt_p || opt_s) && (opt_c || opt_i || opt_t || opt_v))) {
173 if (opt_p || opt_s) {
178 if (opt_l && (opt_p || opt_s)) {
189 if (opt_s) {
/freebsd-current/usr.bin/sockstat/
H A Dsockstat.c92 static int opt_s; /* Show protocol state if applicable */ variable
1223 if (opt_s) {
1237 if (opt_s) {
1308 if (opt_s) {
1486 opt_s = 1;
/freebsd-current/sbin/ipf/ipmon/
H A Dipmon_y.y27 typedef struct opt_s {
28 struct opt_s *o_next;
56 struct opt_s *opt;
/freebsd-current/crypto/openssl/util/
H A Dfind-doc-nits34 our($opt_s);

Completed in 97 milliseconds