Searched refs:make (Results 126 - 137 of 137) sorted by relevance

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1614 make use of the new qr// construct to pre-compile the regexes they use
2100 just make the last parameter undefined (or remove it).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm701 # moving everything in the block forwards to make room.
891 # Tels says that inlining read_record() would make this loop
1284 # Given a file, make sure the cache is consistent with the
2166 to cache a new record, but the read cache is full, it will make room
2447 Reasonable effort was made to make this module efficient. Nevertheless,
/osnet-11/usr/src/grub/grub2/
H A Dconfigure1415 # These are left unexpanded so users can "make install exec_prefix=/foo"
1939 # Omit some internal or obsolete options to make the list less imposing.
1968 By default, \`make install' will install all the files in
2071 default value of `-d' given by some make applications.
2533 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2534 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2747 # ./install, which can be erroneously created by make from ./install.sh.
2875 # Use a double $ so make ignores it.
2987 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2988 $as_echo_n "checking whether ${MAKE-make} set
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm2253 help make use of this compiler.
H A DDeparse.pm2864 # We need to make sure that C<$hash{warn()}> doesn't come out as
2957 # doesn't apply), but they make a list with OPf_PARENS set that
4140 required by precedence, which can make it easy to see if perl is
4386 options, like B<-u>, don't make sense for a single subroutine, so
4437 assumptions you wish to make.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm1034 # we use touch to prevent make continually trying to remake it.
1217 # the Descrip.MMS here so that a later make realclean still has it to use.
1267 VMS semantics for changing directories and rerunning make very different.
1659 # We move $(FIRST_MAKEFILE) to $(MAKEFILE_OLD) here to avoid gnu make looping.
1796 # Which *.olb files could we make use of...
1918 If you're going to build a static perl binary, make sure perl is installed
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm41 # make a constant so code is fast'ish
1425 systems use this to make intelligent decisions about how to store the file.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm676 # make sort key
1266 any normalization is not carried out (this may make tailoring easier
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh437 must be taken in creating them. If you decide to make use
2739 # If cred is "anonymous", make auth == "none"
4053 # NOTE: A value of "base (0)" does not make sense.
4215 attributetypes: ( 1.3.18.0.2.4.1119 NAME 'printer-natural-language-configured' DESC 'The configured language in which error and status messages will be generated (by default) by this printer. Also, a possible language for printer string attributes set by operator, system administrator, or manufacturer. Also, the (declared) language of the "printer-name", "printer-location", "printer-info", and "printer-make-and-model" attributes of this printer. For example: "en-us" (US English) or "fr-fr" (French in France) Legal values of language tags conform to [RFC3066] "Tags for the Identification of Languages".' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE )
4219 attributetypes: ( 1.3.18.0.2.4.1138 NAME 'printer-make-and-model' DESC 'Identifies the make and model of the device. The device manufacturer MAY initially populate this attribute.' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE )
4367 objectclasses: ( 1.3.18.0.2.6.258 NAME 'printerAbstract' DESC 'Printer related information.' SUP top ABSTRACT MAY ( printer-name $ printer-natural-language-configured $ printer-location $ printer-info $ printer-more-info $ printer-make-and-model $ printer-multiple-document-jobs-supported $ printer-charset-configured $ printer-charset-supported $ printer-generated-natural-language-supported $ printer-document-format-supported $ printer-color-supported $ printer-compression-supported $ printer-pages-per-minute $ printer-pages-per-minute-color $ printer-finishings-supported $ printer-number-up-supported $ printer-sides-supported $ printer-media-supported $ printer-media-local-supported $ printer-resolution-supported $ printer-print-quality-supported $ printer-job-priority-supported $ printer-copies-supported $ printer-job-k-octets-supported $ printer-current-operator $ printer-service-person $ printer-delivery-orientation-supported $ printer-stacking-order-supported $ printer-output-features-supported ) )
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm1799 To make things more complicated, the hash may contain references to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm60 my $IMPORT = 0; # was import() called yet? used to make require work
123 $class->import() if $IMPORT == 0; # make require work
167 # make integer from mantissa by adjusting exp, then convert to int
466 # so make mantissa equal length by padding with zero (shift left)
530 # so make mantissa equal-length by padding with zero (shift left)
584 # make copy, clobbering up x (modify in place!)
595 $e = $MBI->_copy($e); # make copy (didn't do it yet)
764 # make object, since we don't feed it through objectify() to still get the
940 # so by dividing $x by 10 we make it at least factor 100 faster...)
1029 $dbd-- if ($dbd > 1); # 20 => dbd=2, so make i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm80 # Set this to 1 to make the temporary files created
136 # make mod_perlhappy
5124 (there is still a potential race condition). To make life harder for
5764 element of the list. For example, here's one way to make an ordered
7455 To make more complicated <link> tags, use the Link() function
7912 To make it easier to port existing programs that use cgi-lib.pl the

Completed in 104 milliseconds

123456