Searched refs:opt_e (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/libdos/
H A Dmakedoscalls.awk24 opt_e=0
43 opt_e = 1
45 opt_e = 1
48 opt_e = 1
51 opt_e = 1
232 if (opt_e) {
/netbsd-6-1-5-RELEASE/gnu/dist/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);
6158 if (!$opt_e && $c != -1) {
6201 if ($opt_e) {
6204 my $sys_opt_e = $groff_sys_fontdir . "/devps/" . $opt_e;
6205 open(ENCODING, $opt_e) || open(ENCODING, $sys_opt_e) ||
6206 die "$prog: can't open \`$opt_e' or \`$sys_opt_e': $!\n";
6426 if ($opt_e) {
6427 my $e = $opt_e;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/build/
H A Dshtool203 opt_e=no
213 opt_e=no
231 opt_e=""
271 opt_e=""
508 if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%[Bb]'`" != . ]; then
559 if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%[uUgG]'`" != . ]; then
588 if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%U'`" != . ]; then
619 if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%[gG]'`" != . ]; then
646 if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%g'`" != . ]; then
676 if [ ".$opt_e"
[all...]
/netbsd-6-1-5-RELEASE/sbin/newfs_msdos/
H A Dnewfs_msdos.c251 static u_int opt_F, opt_I, opt_S, opt_a, opt_b, opt_c, opt_e; local
324 opt_e = argto2(optarg, 1, "directory entries");
442 else if (!opt_e && (opt_i || opt_k))
445 if ((fat == 32 && opt_e) || (fat != 32 && (opt_i || opt_k)))
475 if (opt_e)
476 bpb.rde = opt_e;

Completed in 105 milliseconds