Searched refs:PREFIX (Results 1 - 25 of 39) sorted by relevance

12

/osnet-11/usr/src/lib/libparted/common/lib/
H A Dconfigmake.h2 #define PREFIX "/usr/local" macro
/osnet-11/usr/src/lib/libpp/common/
H A Dppdata.c119 PREFIX, /* option */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DINST_PREFIX.t4 # when various PREFIX variables are set.
63 foreach my $prefix (qw(PREFIX PERLPREFIX SITEPREFIX VENDORPREFIX)) {
64 unlike( $mm->{$prefix}, qr/\$\(PREFIX\)/ );
68 my $PREFIX = File::Spec->catdir('foo', 'bar');
74 PREFIX => $PREFIX,
86 is( $mm->{PREFIX}, $PREFIX, 'PREFIX' );
89 is( $mm->{$prefix}, '$(PREFIX)', "\
[all...]
H A Dprereq_print.t21 delete @ENV{qw(PREFIX LIB MAKEFLAGS)};
H A Dprefixify.t34 $mm->{ARGS}{PREFIX} = 'foo';
37 'prefixify w/defaults and PREFIX');
H A Drecurs.t24 delete @ENV{qw(PREFIX LIB MAKEFLAGS)};
H A Dbasic.t27 delete @ENV{qw(PREFIX LIB MAKEFLAGS)};
44 my @mpl_out = run(qq{$perl Makefile.PL "PREFIX=../dummy-install"});
139 skip "VMS install targets do not preserve $(PREFIX)", 8 if $Is_VMS;
141 $install_out = run("$make install PREFIX=elsewhere");
142 is( $?, 0, 'install with PREFIX override' ) || diag $install_out;
160 $install_out = run("$make install PREFIX= DESTDIR=other");
198 skip "VMS install targets do not preserve $(PREFIX)", 9 if $Is_VMS;
200 $install_out = run("$make install PREFIX=elsewhere DESTDIR=other/");
201 is( $?, 0, 'install with PREFIX override and DESTDIR' ) ||
249 @mpl_out = run(qq{$perl Makefile.PL "PREFIX
[all...]
/osnet-11/usr/src/lib/libnsl/dial/
H A Dconn.c586 if (PREFIX("BREAK", str)) {
799 if (PREFIX(sh, lg))
858 if (PREFIX("Any", s))
860 else if (PREFIX("Wk", s)) {
865 if (PREFIX(days[i], s))
H A Duucp.h201 #define PREFIX(pre, str) (strncmp((pre), (str), strlen(pre)) == SAME) macro
/osnet-11/usr/src/lib/libpp/i386/
H A Dppdebug.h187 "PREFIX", PREFIX,
H A Dppdef.h190 #define PREFIX (1L<<22) macro
/osnet-11/usr/src/lib/libpp/sparc/
H A Dppdebug.h187 "PREFIX", PREFIX,
H A Dppdef.h190 #define PREFIX (1L<<22) macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A DIO.xs152 MODULE = IO PACKAGE = IO::Seekable PREFIX = f
204 MODULE = IO PACKAGE = IO::File PREFIX = f
262 MODULE = IO PACKAGE = IO::Handle PREFIX = io_
278 MODULE = IO PACKAGE = IO::Handle PREFIX = f
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.xs19 MODULE = NDBM_File PACKAGE = NDBM_File PREFIX = ndbm_
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dstrict.t86 my $prefix = ($results =~ s/^PREFIX\n//) ;
H A Dsubs.t68 my $prefix = ($results =~ s/^PREFIX\n//) ;
H A Dcharnames.t311 my $pfx = ($res =~ s/^PREFIX\n//);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/
H A DUcred.xs158 MODULE = Sun::Solaris::Ucred PACKAGE = Sun::Solaris::Ucred::UcredPtr PREFIX = Ucred_
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.xs74 MODULE = ODBM_File PACKAGE = ODBM_File PREFIX = odbm_
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.xs29 MODULE = SDBM_File PACKAGE = SDBM_File PREFIX = sdbm_
/osnet-11/usr/src/cmd/perl/5.8.4/utils/port/
H A DMapFiles126 unless (($inst_pfx) = $line =~ /^PREFIX:\s+(.*)$/);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm210 DESTDIR PREFIX
1017 perl Makefile.PL PREFIX=/tmp/myperl5
1096 =head2 PREFIX and LIB attribute
1098 PREFIX and LIB can be used to set several INSTALL* attributes in one
1102 perl Makefile.PL PREFIX=~
1119 Conflicts between parameters LIB, PREFIX and the various INSTALL*
1127 INSTALLSITELIB, INSTALLSITEARCH (and they are not affected by PREFIX);
1131 without LIB, setting PREFIX replaces the initial C<$Config{prefix}>
1636 those arguments (or of PREFIX). INSTALLARCHLIB and INSTALLSITEARCH
1828 Overridden by PREFIX
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/
H A DPrivilege.xs290 MODULE = Sun::Solaris::Privilege PACKAGE = Sun::Solaris::Privilege::PrivsetPtr PREFIX = Privilege_
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.xs259 MODULE = Encode PACKAGE = Encode::utf8 PREFIX = Method_
397 MODULE = Encode PACKAGE = Encode::XS PREFIX = Method_

Completed in 42 milliseconds

12