HomeSort by: relevance | last modified time | path
    Searched refs:opt_i (Results 1 - 14 of 14) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/util/
mkpod2html.pl 18 our($opt_i); # -i INFILE
24 die "-i flag missing" unless $opt_i;
33 $opt_i = rel2abs($opt_i) or die "Can't convert to real path: $!";
38 "--infile=$opt_i",
find-doc-nits 44 our($opt_i);
1007 if ($opt_i && defined $history{$func});
  /src/crypto/external/bsd/openssl/dist/util/
mkpod2html.pl 18 our($opt_i); # -i INFILE
24 die "-i flag missing" unless $opt_i;
33 $opt_i = rel2abs($opt_i) or die "Can't convert to real path: $!";
38 "--infile=$opt_i",
  /src/external/mit/isl/dist/
isl_pw_opt_templ.c 33 isl_val *opt_i; local
34 opt_i = FN(EL,opt_on_domain)(FN(EL,copy)(pw->p[i].FIELD),
37 opt = isl_val_max(opt, opt_i);
39 opt = isl_val_min(opt, opt_i);
isl_lp.c 95 isl_int opt_i; local
127 isl_int_init(opt_i);
147 &opt_i,
160 better = isl_int_gt(opt_i, *opt);
162 better = isl_int_lt(opt_i, *opt);
164 isl_int_mul(t, opt_i, *opt_denom);
174 isl_int_set(*opt, opt_i);
192 isl_int_clear(opt_i);
isl_ilp.c 435 isl_int opt_i; local
450 isl_int_init(opt_i);
452 res = isl_basic_set_opt(set->p[i], max, obj, &opt_i);
454 isl_int_clear(opt_i);
460 if (max ? isl_int_gt(opt_i, *opt) : isl_int_lt(opt_i, *opt))
461 isl_int_set(*opt, opt_i);
463 isl_int_clear(opt_i);
isl_fold.c 1477 isl_val *opt_i; local
1480 opt_i = isl_qpolynomial_opt_on_domain(qp,
1483 opt = isl_val_max(opt, opt_i);
1485 opt = isl_val_min(opt, opt_i);
  /src/sys/arch/sgimips/stand/sgivol/
sgivol.c 62 int opt_i; /* Initialize volume header */ variable
119 #define RESET_OPTS() opt_i = opt_m = opt_r = opt_w = opt_d = opt_p = 0
135 ++opt_i;
202 (opt_i | opt_m | opt_w | opt_d | opt_p) ? O_RDWR : O_RDONLY);
207 fd = open(buf, (opt_i | opt_w | opt_d | opt_p)
234 if (opt_i) {
  /src/external/gpl2/groff/dist/src/utils/afmtodit/
afmtodit.pl 6055 our ($opt_a, $opt_d, $opt_e, $opt_i, $opt_m, $opt_n, $opt_s, $opt_v, $opt_x);
6509 if (defined $opt_i) {
6510 $italic_correction = $right_side_bearing{$ch} + $opt_i;
6515 $left_math_fit = $left_side_bearing{$ch} + $opt_i;
  /src/tests/usr.bin/indent/
Makefile 82 FILES+= opt_i.c
  /src/external/bsd/openldap/dist/build/
shtool 269 opt_i=no
1346 if [ ".$opt_i" = .yes ]; then
  /src/external/bsd/less/dist/
optfunc.c 477 public void opt_i(int type, char *s) function
opttbl.c 295 TRIPLE|HL_REPAINT, OPT_OFF, &caseless, opt_i,
funcs.h 265 public void opt_i(int type, char *s);

Completed in 39 milliseconds