Searched refs:opt_o (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c44 static const char *opt_o; variable
102 opt_o = "-";
122 opt_o = optarg;
160 if (!strcmp(opt_o, "-"))
163 fo = fopen(opt_o, "w");
/freebsd-9.3-release/crypto/heimdal/cf/
H A Dmake-proto.pl174 if($opt_o) {
175 open(OUT, ">$opt_o");
176 $block = &foo($opt_o);
329 if($opt_o) {
/freebsd-9.3-release/contrib/ipfilter/perl/
H A DIpfanaly.pl352 $opt_o=$ITRUSTABOVE;
366 if("$opt_o" eq "")
370 $ITRUSTABOVE=$opt_o;$opt_s=1;}
397 $_=$opt_o;
/freebsd-9.3-release/contrib/less/
H A Doptfunc.c76 opt_o(type, s) function
129 opt_o(type, s);
H A Dlesskey.c300 goto opt_o;
310 opt_o:
H A Dfuncs.h196 public void opt_o ();
H A Dopttbl.c293 STRING, 0, NULL, opt_o,
/freebsd-9.3-release/contrib/nvi/build/ExtUtils/
H A DEmbed.pm16 $opt_o $opt_s
48 $file = $opt_o if defined $opt_o;
/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c243 u_int opt_o = 0, opt_r = 0, opt_s = 0, opt_u = 0; local
337 opt_o = argto4(optarg, 0, "hidden sectors");
403 bpb.bpbHiddenSecs = opt_o;

Completed in 72 milliseconds