HomeSort by relevance Sort by last modified time
    Searched refs:DUMMY (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
Install.t 30 chdir 'Big-Dummy';
33 pm_to_blib( { 'lib/Big/Dummy.pm' => 'blib/lib/Big/Dummy.pm' },
39 ok( -r 'blib/lib/Big/Dummy.pm', ' copied .pm file' );
41 is( $stdout->read, "cp lib/Big/Dummy.pm blib/lib/Big/Dummy.pm\n" );
43 pm_to_blib( { 'lib/Big/Dummy.pm' => 'blib/lib/Big/Dummy.pm' },
47 ok( -r 'blib/lib/Big/Dummy.pm', ' .pm file still there' );
49 is( $stdout->read, "Skip blib/lib/Big/Dummy.pm (unchanged)\n" )
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/bin/
nisclient.sh 1260 DUMMY=`nisls -ld $1`
1265 OWN=`echo $DUMMY | cut -d" " -f3`
1276 DUMMY=`nisls -ldg $1`
1281 OWN=`echo $DUMMY | cut -d" " -f3`
1393 DUMMY=`nismatch -P $SER_NAME hosts.org_dir.$SER_DOM`
1396 SERVER=`echo $DUMMY | sed -n -e "1p"`
1399 DUMMY=`grep -v "^#" $HOSTS_FILE | grep -i -s $SER_NAME`
    [all...]
nispopulate.sh 580 DUMMY=`nisls -ld $1`
585 OWN=`echo $DUMMY | cut -d" " -f3`
596 DUMMY=`nisls -ldg $1`
601 OWN=`echo $DUMMY | cut -d" " -f3`
1347 DUMMY=\`nismatch \$1.'$DOM' cred.org_dir.'$DOM' > /dev/null\`
1407 DUMMY=\`nismatch \$1.$DOM cred.org_dir.$DOM > /dev/null\`
    [all...]
nisserver.sh 830 DUMMY=`nisls -ld $1`
835 OWN=`echo $DUMMY | cut -d" " -f3`
846 DUMMY=`nisls -ldg $1`
851 OWN=`echo $DUMMY | cut -d" " -f3`
    [all...]
  /onnv/onnv-gate/usr/src/uts/
Makefile 59 # Platforms defined in $(MACH)_PARALLEL are built in parallel. DUMMY is placed
63 .PARALLEL: $($(MACH)_PARALLEL) DUMMY
Makefile.uts 229 # The DUMMY target is for those instances where OBJECTS and LINTS
231 .PARALLEL: $(OBJECTS) $(LINTS) DUMMY
  /onnv/onnv-gate/usr/src/lib/
Makefile.lib 149 # The DUMMY target is for those instances where OBJS and PICS
151 .PARALLEL: $(OBJS) $(PICS) DUMMY
  /onnv/onnv-gate/usr/src/
Makefile 147 # DUMMY at the end is used in case macro expansion produces an empty string to
150 .PARALLEL: $(PARALLEL_HEADERS) DUMMY
151 .PARALLEL: $(PARALLEL_DIRS) DUMMY
270 @cd uts/common/gssapi/mechs/dummy; pwd; $(MAKE) EXPORT_SRC
316 @cd uts/common/gssapi/mechs/dummy; pwd; $(MAKE) CRYPT_SRC
  /onnv/onnv-gate/usr/src/cmd/cron/
cron.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
Dumper.pm 388 $out .= 'sub { "DUMMY" }';
389 carp "Encountered CODE ref, using dummy placeholder" if $s->{purity};
    [all...]

Completed in 1380 milliseconds