Searched refs:opt_m (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/tools/ |
H A D | fw_stub.awk | 79 opt_m = substr(ARGV[i], j + 1); 84 opt_m = ARGV[i]; 117 if (!num_files || !opt_m) 122 modname = opt_m; 163 …printf(\"" opt_m ": You need to read the LICENSE file in /usr/share/doc/legal/" opt_l ".LICENSE.\\… 164 …printf(\"" opt_m ": If you agree with the license, set legal." opt_l ".license_ack=1 in /boot/load…
|
/freebsd/usr.bin/whereis/ |
H A D | whereis.c | 58 static int opt_a, opt_b, opt_m, opt_q, opt_s, opt_u, opt_x; variable 145 opt_m = 1; in scanopts() 264 if (!opt_b && !opt_m && !opt_s) in defaults() 265 opt_b = opt_m = opt_s = 1; in defaults() 395 opt_m = 0; in main() 400 if (opt_m + opt_b + opt_s == 0) in main() 403 if (opt_m) { in main() 477 if (opt_m) { in main() 684 if (opt_m) in main()
|
/freebsd/contrib/bmake/mk/ |
H A D | newlog.sh | 194 opt_m= 300 mode=${opt_m:-`get_mode $log`} 347 mode=${opt_m:-`get_mode $log`}
|
/freebsd/crypto/openssl/util/ |
H A D | find-doc-nits | 38 our($opt_m); 83 $opt_m = "man1,man3,man5,man7" unless $opt_m; 85 unless $opt_m =~ /^(man[1357][, ]?)*$/; 86 my @sections = ( split /[, ]/, $opt_m );
|
/freebsd/contrib/sendmail/contrib/ |
H A D | mmuegel | 1780 die "${Script_Name}: -u only valid with -m\n" if (($opt_u) && (! $opt_m)); 1959 X if ($opt_m)
|