Searched refs:bindir (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/cmd/logadm/ |
H A D | tester | 125 $bindir = shift or usage; 126 usage("$bindir does not exist") unless -d $bindir; 189 print STDERR " or use: $myname -s $testname $bindir\n"; 198 print STDERR " or use: $myname -s $testname $bindir\n"; 320 exec $bindir/conftest testfile.conf >std.out 2>std.err 343 $bindir/conftest testfile.conf >std.out 2>std.err || exit 0 556 exec $bindir/globtest $testglobs >std.out 2>std.err 577 $bindir/globtest 'hello{there' >std.out 2>std.err || exit 0 650 exec $bindir/$kwtest >std.out 2>std.err 728 exec $bindir/$kwtest >std.out 2>std.err [all …]
|
/titanic_50/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 566 $bindir = -d $dt_bin ? $dt_bin : '.'; 585 $jdtrace_path = "$bindir/jdtrace"; 587 %exception_lists = ("$jdtrace_path" => "$bindir/exception.lst"); 637 exec($bindir . "/badioctl"); 674 exec($bindir . "/baddof", $name);
|
/titanic_50/usr/src/cmd/man/ |
H A D | man.c | 132 char *bindir; member 1330 for (i = 0; bintoman[i].bindir != NULL; i++) { in init_bintoman() 1331 if (stat(bintoman[i].bindir, &sb) == 0) { in init_bintoman() 1436 path_to_manpath(char *bindir) in path_to_manpath() argument 1443 if (stat(bindir, &sb) != 0) { in path_to_manpath() 1446 for (i = 0; bintoman[i].bindir != NULL; i++) { in path_to_manpath() 1469 if (strlcpy(mand, bindir, MAXPATHLEN) >= MAXPATHLEN) { in path_to_manpath()
|
/titanic_50/usr/src/grub/grub-0.97/lib/ |
H A D | Makefile.in | 152 bindir = @bindir@
|
/titanic_50/usr/src/grub/grub-0.97/stage1/ |
H A D | Makefile.in | 158 bindir = @bindir@
|
/titanic_50/usr/src/grub/grub-0.97/grub/ |
H A D | Makefile.in | 153 bindir = @bindir@
|
/titanic_50/usr/src/grub/grub-0.97/util/ |
H A D | Makefile.in | 156 bindir = @bindir@
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | Makefile.in | 157 bindir = @bindir@
|
H A D | configure | 342 bindir='${exec_prefix}/bin' 371 -bindir | --bindir | --bindi | --bind | --bin | --bi) 372 ac_prev=bindir ;; 373 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 374 bindir=$ac_optarg ;; 672 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 820 --bindir=DIR user executables [EPREFIX/bin] 6737 s,@bindir@,$bindir,;t t
|
H A D | INSTALL | 136 options like `--bindir=PATH' to specify different values for
|
H A D | config.status.solaris | 477 s,@bindir@,${exec_prefix}/bin,;t t
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | Makefile.in | 175 bindir = @bindir@
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | Makefile.in | 153 bindir = @bindir@
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | Makefile.in | 447 bindir = @bindir@
|