Searched defs:clean (Results 426 - 448 of 448) sorted by relevance

<<1112131415161718

/osnet-11/usr/src/lib/libnisdb/
H A DMakefile159 clean := TARGET= clean macro
H A Ddb_dictlog.cc139 * second argument to 'func'. The third argument, 'clean' determines whether
146 char* dict, bool_t clean)
162 if (clean) delete_log_entry(j);
144 execute_on_log(bool_t (func) db_dictlog_entry *, char *, int *), char* dict, bool_t clean) argument
H A Ddb_log.cc69 * second argument to 'func'. The third argument, 'clean' determines whether
75 char* arg, bool_t clean)
88 if (clean) delete_log_entry(j);
74 execute_on_log(bool_t (func) db_log_entry *, char *, int *), char* arg, bool_t clean) argument
/osnet-11/usr/src/lib/libnsl/
H A DMakefile71 clean := TARGET= clean macro
96 clean clobber delete lint package stub stubinstall: $(SUBDIRS)
138 # Special target to clean up the source tree for export distribution
/osnet-11/usr/src/lib/libntfs/
H A DMakefile31 clean := TARGET= clean macro
51 all clean clobber delete install package stub stubinstall: $(SUBDIRS)
/osnet-11/usr/src/lib/libpam/
H A DMakefile70 clean := TARGET= clean macro
79 all clean clobber install lint stub stubinstall: $(SUBDIRS)
/osnet-11/usr/src/lib/libparted/
H A DMakefile31 clean := TARGET= clean macro
69 all clean clobber delete install package stub stubinstall: $(SUBDIRS)
/osnet-11/usr/src/lib/libcurses/
H A DMakefile33 clean := TARGET= clean macro
75 clean clobber lint test: $(SUBDIRS)
/osnet-11/usr/src/lib/
H A DMakefile564 clean := TARGET= clean macro
576 all clean clobber install lint stub stubinstall: $(SUBDIRS)
/osnet-11/usr/src/cmd/hal/tools/
H A DMakefile89 clean := TARGET= clean macro
164 clean: $(SUBDIR)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Win32.pm363 =item clean
370 sub clean subroutine
373 my $s = $self->SUPER::clean(@_);
374 my $clean = $GCC ? 'dll.base dll.exp' : '*.pdb';
376 clean ::
377 -\$(RM_F) $clean
H A DMM_MacOS.pm744 =item clean (o)
746 Defines the clean target.
750 sub clean { subroutine
759 clean :: clean_subdirs
790 my $clean = "clean_subdirs :\n";
793 $clean .= sprintf <<'MAKE_FRAG', $dir;
798 $(MAKE) clean
805 return $clean;
819 # Delete temporary files (via clean) and also delete installed files
820 realclean purge :: clean
[all...]
H A DMakeMaker.pm89 clean => 'hash',
230 XS_VERSION clean depend dist dynamic_lib linkext macro realclean
266 clean_subdirs clean realclean_subdirs realclean
633 clean: label
819 # We have to clean out %INC also, because the current directory is
1022 make clean # delete local temp files (Makefile gets renamed)
1679 When 'make clean' or similar is run, the $(FIRST_MAKEFILE) will be
2080 deleted by a make clean.
2109 =item clean
H A DMM_VMS.pm1204 =item clean (override)
1212 sub clean { subroutine
1218 clean :: clean_subdirs
1281 my $clean = "clean_subdirs :\n";
1283 foreach my $dir (@{$self->{DIR}}) { # clean subdirectories first
1286 $clean .= sprintf <<'MAKE_FRAG', $dir, $dir;
1287 If F$Search("%s$(FIRST_MAKEFILE)").nes."" Then $(PERLRUN) -e "chdir '%s'; print `$(MMS)$(MMSQUALIFIERS) clean`;"
1291 return $clean;
1305 # Delete temporary files (via clean) and also delete installed files
1306 realclean :: clean
[all...]
H A DMM_Unix.pm268 =item clean (o)
270 Defines the clean target.
274 sub clean { subroutine
283 clean :: clean_subdirs
328 Returns the clean_subdirs target. This is used by the clean target to
329 call clean on any subdirectories which contain Makefiles.
343 my $clean = "clean_subdirs :\n";
346 $clean .= sprintf <<'MAKE_FRAG', $dir;
347 -cd %s && $(TEST_F) $(FIRST_MAKEFILE) && $(MAKE) clean
351 return $clean;
[all...]
/osnet-11/usr/src/lib/libbsdmalloc/
H A DMakefile32 clean := TARGET= clean macro
53 all clean clobber delete install lint package stub stubinstall: $(SUBDIRS)
/osnet-11/usr/src/lib/libvolmgt/
H A DMakefile33 clean := TARGET= clean macro
54 all clean clobber delete install lint package stub stubinstall: $(SUBDIRS)
/osnet-11/usr/src/lib/libsecdb/
H A DMakefile33 clean:= TARGET= clean macro
79 all clean clobber delete install lint package stub stubinstall: $(SUBDIRS)
148 clobber clean:
/osnet-11/usr/src/lib/libbsm/
H A DMakefile33 clean := TARGET= clean macro
62 clean clobber stub stubinstall: $(SUBDIRS)
/osnet-11/usr/src/lib/libc/
H A DMakefile277 clean := TARGET= clean macro
286 clean clobber: $(SUBDIRS)
/osnet-11/usr/src/tools/onbld/Scm/
H A DWorkSpace.py753 self.clean(destination)
799 self.clean()
820 def clean(self, rev=None): member in class:WorkSpace
829 hg.clean(self.repo, rev, show_stats=False)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm69 install make readme recompile shell test clean
257 ! a b d h i m o q r u autobundle clean dump
1370 clean make clean
2166 #-> sub CPAN::Shell::clean ;
2167 sub clean { shift->rematein('clean',@_); } subroutine
2988 [mru]|make|clean|dump|get|test|install|readme|look|cvs_import
3902 # Create a clean room and go there
4756 #-> sub CPAN::Distribution::clean ;
4757 sub clean { subroutine
5180 sub clean { shift->rematein('clean',@_); } subroutine
5563 sub clean { shift->rematein('clean') } subroutine
[all...]
/osnet-11/usr/src/common/mpi/
H A Dmpi.c2110 mp_int *clean[9]; local
2119 clean[++last] = &u;
2121 clean[++last] = &v;
2123 clean[++last] = &gx;
2125 clean[++last] = &A;
2127 clean[++last] = &B;
2129 clean[++last] = &C;
2131 clean[++last] = &D;
2133 clean[++last] = &xc;
2136 clean[
[all...]

Completed in 89 milliseconds

<<1112131415161718