/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/ |
H A D | normalize.t | 23 my $a_normal = memoize('a1', INSTALL => undef); 24 my $a_nomemo = memoize('a2', INSTALL => undef, NORMALIZER => 'n_diff'); 25 my $a_allmemo = memoize('a3', INSTALL => undef, NORMALIZER => 'n_null');
|
H A D | correctness.t | 38 $fm = memoize($f, INSTALL => 'another'); 114 print "# INSTALL => undef option.\n"; 118 my $um = memoize('u1', INSTALL => undef);
|
/osnet-11/usr/src/grub/grub-0.97/ |
H A D | compile | 46 right script to run: please start by reading the file `INSTALL'.
|
H A D | config.status.solaris | 313 INSTALL="/usr/ucb/install" 497 s,@INSTALL_PROGRAM@,${INSTALL},;t t 498 s,@INSTALL_SCRIPT@,${INSTALL},;t t 499 s,@INSTALL_DATA@,${INSTALL} -m 644,;t t 629 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 733 case $INSTALL in 734 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 735 *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 801 s,@INSTALL@,$ac_INSTALL,;t t
|
H A D | configure | 1425 if test -z "$INSTALL"; then 1438 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 1469 INSTALL=$ac_cv_path_install 1472 # path for INSTALL within a source directory, because that will 1475 INSTALL=$ac_install_sh 1478 echo "$as_me:$LINENO: result: $INSTALL" >&5 1479 echo "${ECHO_T}$INSTALL" >&6 1483 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1485 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 1487 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} [all...] |
/osnet-11/usr/src/grub/grub2/build-aux/ |
H A D | compile | 46 right script to run: please start by reading the file `INSTALL'.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | CheckTree.t | 132 INSTALL -d || warn 139 && $warnings[1] =~ /INSTALL is not a directory/
|
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | Makefile | 40 TOPFILES= Makefile CHANGES COPYING INSTALL LICENSE README
|
/osnet-11/usr/src/grub/grub2/build-bios/ |
H A D | config.status | 372 INSTALL='/usr/gnu/bin/install -c' 1221 S["INSTALL_DATA"]="${INSTALL} -m 644" 1222 S["INSTALL_SCRIPT"]="${INSTALL}" 1223 S["INSTALL_PROGRAM"]="${INSTALL}" 1827 case $INSTALL in 1828 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 1829 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 1878 s&@INSTALL@&$ac_INSTALL&;t t
|
H A D | Makefile | 50 ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS THANKS TODO \ 10896 INSTALL = /usr/gnu/bin/install -c macro 10897 INSTALL_DATA = ${INSTALL} -m 644 10898 INSTALL_PROGRAM = ${INSTALL} 10899 INSTALL_SCRIPT = ${INSTALL} [all...] |
/osnet-11/usr/src/grub/grub2/build-uefi64/ |
H A D | config.status | 372 INSTALL='/usr/gnu/bin/install -c' 1220 S["INSTALL_DATA"]="${INSTALL} -m 644" 1221 S["INSTALL_SCRIPT"]="${INSTALL}" 1222 S["INSTALL_PROGRAM"]="${INSTALL}" 1826 case $INSTALL in 1827 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 1828 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 1877 s&@INSTALL@&$ac_INSTALL&;t t
|
H A D | Makefile | 50 ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS THANKS TODO \ 10896 INSTALL = /usr/gnu/bin/install -c macro 10897 INSTALL_DATA = ${INSTALL} -m 644 10898 INSTALL_PROGRAM = ${INSTALL} 10899 INSTALL_SCRIPT = ${INSTALL} [all...] |
/osnet-11/usr/src/grub/grub2/build-bios/docs/ |
H A D | Makefile | 457 INSTALL = /usr/gnu/bin/install -c macro 458 INSTALL_DATA = ${INSTALL} -m 644 459 INSTALL_PROGRAM = ${INSTALL} 460 INSTALL_SCRIPT = ${INSTALL}
|
/osnet-11/usr/src/grub/grub2/build-bios/util/bash-completion.d/ |
H A D | Makefile | 444 INSTALL = /usr/gnu/bin/install -c macro 445 INSTALL_DATA = ${INSTALL} -m 644 446 INSTALL_PROGRAM = ${INSTALL} 447 INSTALL_SCRIPT = ${INSTALL}
|
/osnet-11/usr/src/grub/grub2/build-uefi64/docs/ |
H A D | Makefile | 457 INSTALL = /usr/gnu/bin/install -c macro 458 INSTALL_DATA = ${INSTALL} -m 644 459 INSTALL_PROGRAM = ${INSTALL} 460 INSTALL_SCRIPT = ${INSTALL}
|
/osnet-11/usr/src/grub/grub2/build-uefi64/util/bash-completion.d/ |
H A D | Makefile | 444 INSTALL = /usr/gnu/bin/install -c macro 445 INSTALL_DATA = ${INSTALL} -m 644 446 INSTALL_PROGRAM = ${INSTALL} 447 INSTALL_SCRIPT = ${INSTALL}
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Memoize.pm | 23 # { NORMALIZER => coderef, INSTALL => name, 84 if (defined $options->{INSTALL}) { 85 # INSTALL => name 86 $install_name = $options->{INSTALL}; 87 } elsif (! exists $options->{INSTALL}) { 88 # No INSTALL option provided; use original name if possible 91 # INSTALL => undef means don't install 377 INSTALL => new_name 494 INSTALL => newname, 502 =head2 INSTALL [all...] |
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | pkgtrans.c | 90 #define INSTALL "install" macro 1512 if (nparts && (isdir(INSTALL) == 0)) { 1514 (void) strcat(cmd, INSTALL); 1740 if (nparts && (isdir(INSTALL) == 0)) { 1742 (void) strcat(cmd, INSTALL);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | perlivp.PL | 468 INSTALL file that comes with the perl source and the README file for your
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | MM_Any.pm | 51 A list of all the INSTALL* variables without the INSTALL prefix. Useful
|
H A D | MakeMaker.pm | 1068 below each of the INST_* directories to their INSTALL* 1083 The INSTALL... macros in turn default to their %Config 1098 PREFIX and LIB can be used to set several INSTALL* attributes in one 1108 Another way to specify many INSTALL directories with a single 1119 Conflicts between parameters LIB, PREFIX and the various INSTALL* 1132 part of those INSTALL* arguments, even if the latter are explicitly 1263 If you don't want to keep the defaults for the INSTALL* macros, 1943 If you specify LIB or any INSTALL* variables they will not be effected
|
H A D | MM_Unix.pm | 449 (map { ("INSTALL".$_, 609 Defines the DESTDIR and DEST* variables paralleling the INSTALL*. 622 $self->{$destvar} ||= '$(DESTDIR)$(INSTALL'.$var.')'; 1576 $self->{"INSTALL${man}DIR"} =~ /^(none|\s*)$/; 1673 INSTALL*, INSTALLDIRS, LIB_EXT, LIBPERL_A, MAP_TARGET, NAME, 3368 $ppd_xml .= sprintf qq{ <INSTALL EXEC="%s">%s</INSTALL>\n}, 3372 $ppd_xml .= sprintf qq{ <INSTALL>%s</INSTALL>\n},
|
H A D | MM_MacOS.pm | 299 PERL_LIB, PERL_ARCHLIB, PERL_INC, INSTALLDIRS, INST_*, INSTALL*,
|
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/gnulib/ |
H A D | Makefile | 481 INSTALL = /usr/gnu/bin/install -c macro 482 INSTALL_DATA = ${INSTALL} -m 644 483 INSTALL_PROGRAM = ${INSTALL} 484 INSTALL_SCRIPT = ${INSTALL}
|
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/gnulib/ |
H A D | Makefile | 481 INSTALL = /usr/gnu/bin/install -c macro 482 INSTALL_DATA = ${INSTALL} -m 644 483 INSTALL_PROGRAM = ${INSTALL} 484 INSTALL_SCRIPT = ${INSTALL}
|