HomeSort by relevance Sort by last modified time
    Searched refs:make (Results 1 - 25 of 245) sorted by null

1 2 3 4 5 6 7 8 910

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
HAS_OVERLOAD.pm 6 sub make { subroutine
blessed.t 40 sub make { bless [], shift } subroutine
44 sub make { bless [], shift } subroutine
83 push(@pool, SHORT_NAME->make);
84 push(@pool, SHORT_NAME_WITH_HOOK->make);
85 push(@pool, $name->make);
86 push(@pool, "${name}_WITH_HOOK"->make);
120 sub make { my $self = shift; bless [@_], $self } subroutine
153 my $i = RETURNS_IMMORTALS->make ($immortal, $count);
169 sub make { subroutine
180 my $f = freeze (HAS_HOOK->make);
    [all...]
overload.t 55 sub make { subroutine
72 sub make { subroutine
74 my $ref = REF_TO_OVER->make($self);
81 $a = OVER->make();
recurse.t 36 sub make { bless [], shift } subroutine
62 sub make { bless {}, shift } subroutine
83 sub make { subroutine
86 $self->{sync} = OBJ_SYNC->make;
118 sub make { bless [], shift } subroutine
138 my $real = OBJ_REAL->make;
147 my $sync = OBJ_SYNC->make;
156 $sync = OBJ_SYNC2->make($ext);
167 $real = OBJ_REAL2->make;
234 # The following attempts to make sure blessed objects are blessed ASA
240 sub make { subroutine
247 sub make { subroutine
274 sub make { subroutine
    [all...]
compat06.t 52 sub make { subroutine
61 sub make { subroutine
68 push(@pool, SIMPLE->make($i));
88 my $r = ROOT->make;
133 # using Storable-0.6@11, output of: print pack("u", nfreeze(ROOT->make));
144 # using Storable-0.6@11, output of: print '#' . pack("u", nfreeze(ROOT->make));
dclone.t 51 sub make { subroutine
59 $foo = FOO->make;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
Makefile.top 20 @cd $@ && make $(TARGET)
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
SOEntityCatalog.h 21 make(const Vector<StringC> &sysids,
  /onnv/onnv-gate/usr/src/cmd/print/scripts/
getppdfile 31 # make: model: ppdlabel: ppd:
65 make=$(echo $* | /usr/bin/nawk '{FS=":"; print $1}')
75 # Do not use ":" with $make. printmgr collapses manufacturer name
82 /bin/grep "${make}" /var/lp/ppd/ppdcache |
getppds 31 # make model
44 # Return cache entries matching the specified make
47 # $1 - Make
64 make=$1
77 for pentry in $(ppd_make_entries "${make}" "${model}" "${cachefile}")
  /onnv/onnv-gate/usr/src/tools/gk/
gen_make.machines.sh 26 # script to generate example .make.machines for build users
37 EXISTING=$(grep "^$THISHOST" $HOME/.make.machines |awk -F"=" '{print $2}')
40 printf "Your existing \$HOME/.make.machines has a concurrency "
46 printf "$THISHOST max=$max\n" >> $HOME/.make.machines
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
testlib.pm 31 desirable to test it bypassing C<make test>. By adding
35 to a test program the intermediate directories used by C<make> are
  /onnv/onnv-gate/usr/src/cmd/sgs/ldprof/amd64/
Makefile 41 @echo doing make install $(ROOTDYNLIB64)
  /onnv/onnv-gate/usr/src/cmd/sgs/ldprof/sparcv9/
Makefile 41 @echo doing make install $(ROOTDYNLIB64)
  /onnv/onnv-gate/usr/src/stand/
Makefile 36 $(RM) make.out lint.out
45 @cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/
Utils.pm 15 make make_run run make_macro calibrate_mtime
36 my $make = make;
38 make_macro($make, $targ, %macros);
150 =item B<make>
152 my $make = make;
154 Returns a good guess at the make to run.
158 sub make { subroutine
159 my $make = $Config{make}
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
recurs.t 22 # 'make disttest' sets a bunch of environment variables which interfere
58 my $make = make_run();
60 run("$make");
61 is( $?, 0, 'recursive make exited normally' );
81 $make = make_run();
83 run("$make");
84 is( $?, 0, 'recursive make exited normally' );
basic.t 25 # 'make disttest' sets a bunch of environment variables which interfere
67 my $make = make_run();
70 # Supress 'make manifest' noise
72 my $manifest_out = run("$make manifest");
73 ok( -e 'MANIFEST', 'make manifest created a MANIFEST' );
80 my $ppd_out = run("$make ppd");
107 my $test_out = run("$make test");
108 like( $test_out, qr/All tests successful/, 'make test' );
112 # Test 'make test TEST_VERBOSE=1'
113 my $make_test_verbose = make_macro($make, 'test', TEST_VERBOSE => 1)
    [all...]
  /onnv/onnv-gate/usr/src/tools/scripts/
xref.sh 166 make -e -f $XREFMK xref.etags.check 2>/dev/null 1>&2 && \
222 make -e -f $XREFMK xref.clean > /dev/null
231 make -e -f $XREFMK xref.flg > /dev/null
251 make -e -f $XREFMK xref.${xref}.clobber > /dev/null ||
258 make -e -f $XREFMK xref.${xref} > /dev/null ||
263 make -e -f $XREFMK xref.clean > /dev/null ||
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
less.pm 16 to make certain trade-offs, such as perhaps
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/
Makefile 50 @cd $@; pwd; $(MAKE) $(TARGET)
53 @cd java; pwd; make doc
  /onnv/onnv-gate/usr/src/cmd/sgs/
Makefile.sub 39 # @cd $@; pwd; $(MAKE) $(TARGET)
58 .KEEP_STATE_FILE: .make.state.$(MACH)
64 @ cd $@; pwd; $(MAKE) $(TARGET)
66 $(BUILD64) cd $(MACH64); pwd; $(MAKE) $(TARGET); \
  /onnv/onnv-gate/usr/src/lib/libexacct/demo/
README 56 make all (default) - build exdump executable
57 make lint - run lint against exdump
58 make clean - remove object files
59 make clobber - remove objects, and lint files
61 To build the exdump, execute "make" in this directory. This will
62 execute the default "make all" target.
  /onnv/onnv-gate/usr/src/lib/fm/libfmevent/common/
mkerror.sh 34 * This file was generated during make.
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/pid/
tst.provregex1.ksh 70 make > /dev/null

Completed in 11578 milliseconds

1 2 3 4 5 6 7 8 910