Searched refs:opt_o (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/util/ |
H A D | mkpod2html.pl | 19 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 D | find-doc-nits | 35 our($opt_o); 67 $opt_v = 1 if $opt_o || $opt_e; 1185 if ( $opt_o ) {
|
/freebsd/usr.sbin/fifolog/fifolog_reader/ |
H A D | fifolog_reader.c | 44 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 D | lesskey.c | 211 goto opt_o; in parse_args() 221 opt_o: in parse_args()
|
H A D | optfunc.c | 110 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 D | opttbl.c | 360 STRING, 0, NULL, opt_o,
|
H A D | funcs.h | 275 public void opt_o(int type, constant char *s);
|
/freebsd/contrib/bmake/mk/ |
H A D | newlog.sh | 288 test "x$opt_o" = x || $ECHO chown $opt_o $log
|