Home
last modified time | relevance | path

Searched refs:opt_i (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/crypto/openssl/util/
HDmkpod2html.pl18 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",
/freebsd-14-stable/usr.sbin/diskinfo/
HDdiskinfo.c68 static int opt_c, opt_i, opt_l, opt_p, opt_s, opt_S, opt_t, opt_v, opt_w; variable
101 opt_i = 1; in main()
137 if ((opt_p && opt_s) || ((opt_p || opt_s) && (opt_c || opt_i || opt_t || opt_v))) { in main()
279 if (opt_i) in main()
/freebsd-14-stable/usr.bin/sockstat/
HDsockstat.c88 static int opt_i; /* Show inp_gencnt */ variable
1237 if (opt_i) { in displaysock()
1354 if (opt_i) in display()
1515 opt_i = 1; in main()
/freebsd-14-stable/contrib/less/
HDopttbl.c287 TRIPLE|HL_REPAINT, OPT_OFF, &caseless, opt_i,
HDoptfunc.c497 public void opt_i(int type, constant char *s) in opt_i() function
HDfuncs.h290 public void opt_i(int type, constant char *s);