Searched refs:opt_I (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/usr.sbin/httpd/src/support/ |
| D | apxs.pl | 104 my @opt_I = (); 367 my ($opt_Wc, $opt_I, $opt_D); 371 foreach $opt_I (@opt_I) { 372 $opt_I = '"' . $opt_I . '"' if ($opt_I =~ m|\s|); 373 $opt .= "-I$opt_I ";
|
| /mirbsd/src/gnu/usr.bin/perl/utils/ |
| D | dprofpp.PL | 418 $sort = 'by_ctime' if defined $opt_I; 427 $incl_excl = 'Inclusive' if defined $opt_I; 503 percalc( $calls, ($opt_I ? $ctimes : $times), $persecs, $idkeys ); 648 $runtime? ((($opt_I ? $csecs : $secs) / $runtime) * 100.0): 0 );
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/DProf/t/ |
| D | DProf.t | 30 $perl5lib = $opt_I || join( $path_sep, @INC );
|
| /mirbsd/src/gnu/usr.bin/perl/Porting/ |
| D | patchls | 64 $::opt_I = 0; 302 if ($::opt_I) {
|
| /mirbsd/src/sbin/newfs_msdos/ |
| D | newfs_msdos.c | 238 static u_int opt_F, opt_I, opt_S, opt_a, opt_b, opt_c, opt_e; in main() local 282 opt_I = argto4(optarg, 0, "volume ID"); in main() 628 x = opt_I; in main()
|