Searched refs:opt_f (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/vim-55/runtime/tools/
H A Defm_perl.pl67 use vars qw/$opt_c $opt_f $opt_h/; # needed for Getopt in combination with use strict 'vars'
75 if (defined $opt_f) {
77 open FILE, "> $opt_f" or do {
78 warn "Couldn't open $opt_f: $!. Using STDOUT instead.\n";
79 undef $opt_f;
84 my $handle = (defined $opt_f ? \*FILE : \*STDOUT);
108 if (defined $opt_f) {
123 unlink $opt_f unless $errors;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dshtool240 opt_f=no
253 opt_f=no
272 opt_f=""
1043 if [ ".$opt_f" = .no ] && [ ".$opt_p" = .no ]; then
1144 if [ ".$opt_f" = .yes ]; then
1300 elif [ ".$opt_f" != . ]; then
1301 if [ ! -f $opt_f ]; then
1302 echo "$msgprefix:Error: command file \`$opt_f' not found or not a regular file" 1>&2
1305 sedcmd="$sedcmd -f '$opt_f'"
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dmk-ca-bundle.pl37 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_l $opt_n $opt_p $opt_q $opt_s $opt_t $opt_u $opt_v $opt_w);
248 exit 0 if -e $crt && !$opt_f;
/macosx-10.10/postfix-255/postfix/mantools/
H A Dfixman26 $opt_f = undef;
40 $text =~ s/\.\s.*/.\n/s unless $opt_f;
/macosx-10.10/msdosfs-209.1.1/newfs_msdos.tproj/
H A Dnewfs_msdos.c354 static const char *opt_B, *opt_v, *opt_O, *opt_f; local
424 opt_f = optarg;
484 if (opt_f) {
485 getstdfmt(opt_f, &bpb);
501 if (!(opt_f || (opt_h && opt_u && opt_S && opt_s && oflag)))
527 if (opt_f)
536 if (opt_f && fat == 32)
/macosx-10.10/OpenSSH-189/openssh/contrib/cygwin/
H A Dssh-host-config444 [ "${opt_force}" = "yes" ] && opt_f=-f
446 csih_select_privileged_username ${opt_f} ${opt_u} sshd

Completed in 108 milliseconds