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

/macosx-10.10/groff-38/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;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/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...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/
H A Dgen-oid.pl48 $export_file = 1 if ($opt_e);
/macosx-10.10/apache-793/httpd/support/
H A Dapxs.in73 my $opt_e = 0;
161 &usage if (not $opt_q and not ($opt_g and $opt_n) and not $opt_i and not $opt_c and not $opt_e);
478 if ($opt_i or $opt_e) {
483 if ($opt_i or $opt_e) {
/macosx-10.10/msdosfs-209.1.1/newfs_msdos.tproj/
H A Dnewfs_msdos.c355 static u_int opt_F, opt_I, opt_S, opt_a, opt_b, opt_c, opt_e; local
421 opt_e = argto2(optarg, 1, "directory entries");
529 else if (!opt_e && (opt_i || opt_k))
532 if ((fat == 32 && opt_e) || (fat != 32 && (opt_i || opt_k)))
562 if (opt_e)
563 bpb.rde = opt_e;

Completed in 140 milliseconds