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

/freebsd-9.3-release/sys/tools/
H A Dfw_stub.awk78 opt_m = substr(ARGV[i], j + 1);
83 opt_m = ARGV[i];
116 if (!num_files || !opt_m)
121 modname = opt_m;
159 printf(\"" opt_m ": You need to read the LICENSE file in /usr/share/doc/legal/" opt_l "/.\\n\");\
160 printf(\"" opt_m ": If you agree with the license, set legal." opt_l ".license_ack=1 in /boot/loader.conf.\\n\");\
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dhotkernel60 my $mods = defined $main::opt_m and $main::opt_m ? 1 : 0;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Dhotkernel60 my $mods = defined $main::opt_m and $main::opt_m ? 1 : 0;
/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
146 opt_m = 1;
264 if (!opt_b && !opt_m && !opt_s)
265 opt_b = opt_m = opt_s = 1;
397 opt_m = 0;
402 if (opt_m + opt_b + opt_s == 0)
405 if (opt_m) {
479 if (opt_m) {
688 if (opt_m)
/freebsd-9.3-release/crypto/heimdal/cf/
H A Dmake-proto.pl33 if($opt_m) {
34 foreach $i (split(/,/, $opt_m)) {
/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);
6516 if (defined $opt_m) {
/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c242 u_int opt_e = 0, opt_h = 0, opt_i = 0, opt_k = 0, opt_m = 0, opt_n = 0; local
330 opt_m = argto1(optarg, 0, "media descriptor");
471 if (opt_m < 0xf0)
472 errx(1, "illegal media descriptor (%#x)", opt_m);
473 bpb.bpbMedia = opt_m;

Completed in 69 milliseconds