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

/freebsd-9.3-release/release/scripts/
H A Dcheckindex.pl85 my(@matches) = `grep package_add $opt_s/*.c`;
89 next if ($match =~ m|$opt_s/package.c|);
97 my(@varMatches) = `grep variable_set2 $opt_s/*.c`;
168 if ($opt_s) {
169 @packages = getPackages($opt_s);
/freebsd-9.3-release/usr.bin/iconv/
H A Diconv.c162 bool opt_c = false, opt_s = false; local
176 opt_s = true;
180 if (opt_s || opt_c || strcmp(opt_f, "") != 0 ||
206 do_conv(stdin, opt_f, opt_t, opt_s, opt_c);
214 do_conv(fp, opt_f, opt_t, opt_s,
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibqueryerrors.pl169 if (defined $Getopt::Std::opt_s) {
170 @IBswcountlimits::suppress_errors = split(",", $Getopt::Std::opt_s);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl503 unless ($opt_s) {
662 unless ($opt_s) {
671 unless ($opt_s) {
/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
154 opt_s = 1;
264 if (!opt_b && !opt_m && !opt_s)
265 opt_b = opt_m = opt_s = 1;
401 opt_s = 0;
402 if (opt_m + opt_b + opt_s == 0)
555 if (opt_s) {
/freebsd-9.3-release/contrib/ipfilter/perl/
H A DIpfanaly.pl351 $opt_s=1;
370 $ITRUSTABOVE=$opt_o;$opt_s=1;}
517 if("$opt_s" eq "1")
/freebsd-9.3-release/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-9.3-release/contrib/nvi/build/ExtUtils/
H A DEmbed.pm16 $opt_o $opt_s
49 $std = $opt_s if defined $opt_s;
/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
344 opt_s = argto4(optarg, 1, "file system size");
400 if (opt_s)
401 bpb.bpbHugeSectors = opt_s;
404 if (!(opt_f || (opt_h && opt_u && opt_S && opt_s && oflag))) {

Completed in 140 milliseconds