Searched refs:opt_i (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/util/ |
H A D | 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",
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 559 if ($opt_j || $opt_n || $opt_i) { 563 push(@dtrace_cmds, "/usr/sbin/$opt_i/dtrace") if ($opt_i);
|
/freebsd/usr.sbin/diskinfo/ |
H A D | diskinfo.c | 68 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/usr.bin/sockstat/ |
H A D | sockstat.c | 89 static bool opt_i; /* Show inp_gencnt */ variable 1242 if (opt_i) { in displaysock() 1361 if (opt_i) in display() 1525 opt_i = true; in main()
|
/freebsd/contrib/less/ |
H A D | opttbl.c | 287 TRIPLE|HL_REPAINT, OPT_OFF, &caseless, opt_i,
|
H A D | optfunc.c | 497 public void opt_i(int type, constant char *s) in opt__V() 475 public void opt_i(int type, char *s) opt_i() function
|
H A D | funcs.h | 290 public void opt_i(int type, constant char *s);
|