Home
last modified time | relevance | path

Searched refs:opt_o (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/util/
H A Dmkpod2html.pl19 our($opt_o); # -o OUTFILE
25 die "-o flag missing" unless $opt_o;
34 $opt_o = rel2abs($opt_o) or die "Can't convert to real path: $!";
39 "--outfile=$opt_o",
46 open F, "<$opt_o"
47 or die "Can't read $opt_o, $!";
54 unlink $opt_o;
58 open F, ">$opt_o"
59 or die "Can't write $opt_o, $!";
H A Dfind-doc-nits35 our($opt_o);
67 $opt_v = 1 if $opt_o || $opt_e;
1185 if ( $opt_o ) {
/freebsd/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c44 static const char *opt_o; variable
102 opt_o = "-"; in main()
122 opt_o = optarg; in main()
160 if (!strcmp(opt_o, "-")) in main()
163 fo = fopen(opt_o, "w"); in main()
/freebsd/contrib/less/
H A Dlesskey.c211 goto opt_o; in parse_args()
221 opt_o: in parse_args()
H A Doptfunc.c110 public void opt_o(int type, constant char *s) in opt_o()
163 opt_o(type, s); in opt_j()
102 public void opt_o(int type, char *s) opt_o() function
H A Dopttbl.c360 STRING, 0, NULL, opt_o,
H A Dfuncs.h275 public void opt_o(int type, constant char *s);
/freebsd/contrib/bmake/mk/
H A Dnewlog.sh288 test "x$opt_o" = x || $ECHO chown $opt_o $log