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

1 2 3 4 5 6 7 8 91011>>

  /sfw/usr/src/cmd/cimserver/pegasus/src/WMIMapper/Client/
Makefile 82 $(RM) ./ClientPerfDataStore.cpp
83 $(RM) ./ClientPerfDataStore.h
84 $(RM) ./ClientOpPerformanceDataHandler.h
85 $(RM) ./CIMClientRep.cpp
86 $(RM) ./CIMClientRep.h
87 $(RM) ./CIMOperationRequestEncoder.cpp
88 $(RM) ./CIMOperationRequestEncoder.h
89 $(RM) ./CIMOperationResponseDecoder.cpp
90 $(RM) ./CIMOperationResponseDecoder.h
91 $(RM) ./ClientAuthenticator.cp
    [all...]
  /sfw/usr/src/pkgdefs/
Makefile.prtarg 33 $(RM) $@; nawk -f ../awk_procedure $@.tmpl >$@
36 $(RM) $@; nawk -f ../awk_procedure $@.tmpl >$@
39 $(RM) $@; nawk -f ../awk_procedure $@.tmpl >$@
42 $(RM) $@; nawk -f ../awk_procedure $@.tmpl >$@
Makefile.targ 33 $(RM) $@; nawk -f ../awk_pkginfo $@.tmpl > $@
53 $(RM) $(CHKINSTALL)
57 $(RM) $@; cp ../common_files/$@ $@
60 $(RM) $@; cp ../common_files/$@_$(MACH) $@
63 $(RM) $@; cp ../common_files/$@_export $@
66 -$(RM) $(CLOBBERFILES) $(CLEANFILES)
  /sfw/usr/src/cmd/procmail/procmail-3.22/man/
mansed 19 RM="$4"
21 export SHELL SRC DEST RM DEVNULL
27 trap "$RM \"$DEST\" $TMPF0 $TMPF1;exit 1" 1 2 3 15
112 .rm SH
114 .rm SS
116 .rm TP
118 .rm RS
120 .rm RE
127 $RM $TMPF0
141 $RM $TMPF1 $TMPF
    [all...]
  /sfw/usr/src/cmd/cimserver/pegasus/src/Pegasus/Repository/tests/Inst/
Makefile 44 $(RM) $(TMP_DIR)/X.idx
45 $(RM) $(TMP_DIR)/X.instances
47 $(RM) $(TMP_DIR)/X.idx
48 $(RM) $(TMP_DIR)/X.instances
  /sfw/usr/src/cmd/ghostscript/ghostscript-8.64/ijs/
windows.mak 9 RM=-del
14 $(RM) *.ilk *.pdb *.opt
unix.mak 9 RM=rm -f
14 $(RM) *~ gmon.out core ijs_spec.log ijs_spec.tex ijs_spec.aux
  /sfw/usr/src/pkgdefs/SUNWnet-snmp-mgr/
preremove 37 RM=/usr/bin/rm
46 $RM ${PKG_INSTALL_ROOT}/etc/sma/snmp/mibs/.index;
51 $RM ${PKG_INSTALL_ROOT}/etc/sma/snmp/snmptrapd.conf;
55 $RM ${PKG_INSTALL_ROOT}/etc/sma/snmp/snmp.conf;
60 $RM ${PKG_INSTALL_ROOT}/var/sma_snmp/snmpd.conf;
65 $RM ${PKG_INSTALL_ROOT}/var/sma_snmp/snmp.conf;
70 $RM ${PKG_INSTALL_ROOT}/var/sma_snmp/snmptrapd.conf;
74 $RM ${PKG_INSTALL_ROOT}/var/log/snmpd.log;
  /sfw/usr/src/cmd/cimserver/pegasus/src/WMIMapper/WMIServer/
Makefile 63 $(RM) $(PEGASUS_HOME)/cimserver_planned.conf
64 $(RM) $(PEGASUS_HOME)/cimserver_current.conf
65 $(RM) $(PEGASUS_HOME)/server.pem
66 $(RM) $(PEGASUS_HOME)/client.pem
67 $(RM) $(PEGASUS_HOME)/ssl.rnd
68 $(RM) $(PEGASUS_HOME)/ssl.cnf
88 $(RM) ./Service.cpp
89 $(RM) ./Service.h
  /sfw/usr/src/lib/readline/readline-5.2/support/
shlib-install 45 RM="rm -f"
51 ${echo} $RM ${INSTALLDIR}/${LIBNAME}.${OLDSUFF}
62 ${echo} ${RM} ${INSTALLDIR}/${LIBNAME}
80 ${echo} $RM ${BINDIR}/${LIBNAME}.${OLDSUFF}
89 ${echo} ${RM} ${BINDIR}/${LIBNAME}
90 ${echo} ${RM} ${INSTALLDIR}/${IMPLIBNAME}
121 ${echo} ${RM} ${INSTALLDIR}/$LINK2
127 ${echo} ${RM} ${INSTALLDIR}/$LINK1
135 ${echo} ${RM} ${INSTALLDIR}/$LINK
    [all...]
  /sfw/usr/src/cmd/gdb/gdb-6.8/readline/support/
shlib-install 45 RM="rm -f"
51 ${echo} $RM ${INSTALLDIR}/${LIBNAME}.${OLDSUFF}
62 ${echo} ${RM} ${INSTALLDIR}/${LIBNAME}
79 ${echo} $RM ${BINDIR}/${LIBNAME}.${OLDSUFF}
88 ${echo} ${RM} ${BINDIR}/${LIBNAME}
89 ${echo} ${RM} ${INSTALLDIR}/${IMPLIBNAME}
120 ${echo} ${RM} ${INSTALLDIR}/$LINK2
126 ${echo} ${RM} ${INSTALLDIR}/$LINK1
134 ${echo} ${RM} ${INSTALLDIR}/$LINK
    [all...]
  /sfw/usr/src/cmd/areca/areca-7.1/src/com/application/areca/launcher/gui/composites/
PropertiesComposite.java 49 private static final ResourceManager RM = ResourceManager.instance();
86 this.addProperty(RM.getLabel("property.element.label"), process.getName());
88 this.addProperty(RM.getLabel("property.description.label"), process.getComments());
91 this.addProperty(RM.getLabel("property.source.label"), application.getWorkspace().getPath() + File.separator + process.getSource());
92 this.addProperty(RM.getLabel("property.targets.label"), String.valueOf(process.getTargetCount()));
99 tgName = RM.getLabel("property.targetwithid.label") + tg.getId();
104 this.addProperty(RM.getLabel("property.element.label"), tgName);
105 this.addProperty(RM.getLabel("property.id.label"), String.valueOf(tg.getId()));
106 this.addProperty(RM.getLabel("property.uid.label"), String.valueOf(tg.getUid()));
109 this.addProperty(RM.getLabel("property.description.label"), tg.getComments())
    [all...]
  /sfw/usr/src/cmd/cimserver/pegasus/src/WMIMapper/PegServer/
Makefile 87 $(RM) ./CIMOperationResponseEncoder.cpp
88 $(RM) ./CIMOperationResponseEncoder.h
89 $(RM) ./CIMOperationRequestAuthorizer.cpp
90 $(RM) ./CIMOperationRequestAuthorizer.h
91 $(RM) ./CIMServerState.cpp
92 $(RM) ./CIMServerState.h
93 $(RM) ./HTTPAuthenticatorDelegator.h
  /sfw/usr/src/tools/
Makefile 65 -$(RM) $@ ; $(SYMLINK) /bin/true $@
68 $(RM) $(TOOLS) chown chgrp
71 -$(RM) post_process
81 $(RM) $@
86 $(RM) $@
91 $(RM) $@
96 $(RM) $@
  /sfw/usr/src/cmd/cimserver/pegasus/doc/ProviderSpec/
Makefile 44 $(RM) $(DOC_OUTPUT)/*
45 $(RM) DocTOC.htm
53 $(RM) $(DOC_OUTPUT)/*
  /sfw/usr/src/cmd/cups/cups-1.4.1/systemv/
Makefile 51 $(RM) $(OBJS) $(TARGETS)
52 $(RM) accept cupsdisable cupsenable cupsreject reject
90 $(RM) $(SBINDIR)/accept
92 $(RM) $(SBINDIR)/cupsdisable
94 $(RM) $(SBINDIR)/cupsenable
96 $(RM) $(SBINDIR)/cupsreject
98 $(RM) $(SBINDIR)/reject
136 $(RM) $(BINDIR)/cancel
137 $(RM) $(BINDIR)/cupstestdsc
138 $(RM) $(BINDIR)/cupstestpp
    [all...]
  /sfw/usr/src/lib/curl/curl-7.19.5/lib/
Makefile.b32 34 RM = del
73 -$(RM) $(LIBCURL_LIB)
74 -$(RM) $(LIBCURL_IMPLIB)
75 -$(RM) libcurl.tds
76 -$(RM) *.obj
79 @-$(RM) $@
86 @-$(RM) $(LIBCURL_DLL)
87 @-$(RM) $(LIBCURL_IMPLIB)
  /sfw/usr/src/cmd/php5/imap-2007e/tools/
Makefile 25 RM=rm -f
32 sh -c '$(RM) *.o uahelper || true'
  /sfw/usr/src/cmd/cimserver/pegasus/src/Pegasus/Common/tests/Logger/
Makefile 44 $(RM) logs/*.log
46 $(RM) logs/*.log
  /sfw/usr/src/cmd/cimserver/pegasus/src/Pegasus/Common/tests/Tracer/
Makefile 49 $(RM) $(TMP_DIR)/*.log
50 $(RM) $(TMP_DIR)/*.trace
  /sfw/usr/src/cmd/cimserver/pegasus/src/Pegasus/Provider/CMPI/docs/
Makefile 46 $(RM) macs.h
47 $(RM) cmpimacs.h
  /sfw/usr/src/cmd/cimserver/pegasus/src/Pegasus/Repository/tests/AssocTable/
Makefile 44 $(RM) $(TMP_DIR)/associations.tbl
46 $(RM) $(TMP_DIR)/associations.tbl
  /sfw/usr/src/cmd/pdsh/pdsh-2.18/doc/
Makefile.am 15 $(RM) "$(DESTDIR)$(mandir)/man1/rpdcp.1"
  /sfw/usr/src/cmd/perl510/perl-5.10.0/ext/POSIX/hints/
svr4.pl 23 elsif ($Config{archname} =~ /RM\d\d\d-svr4/) {
  /sfw/usr/src/cmd/samba/samba-3.0.37/source/iniparser/test/
Makefile 10 RM = rm -f
21 $(RM) iniexample example.ini

Completed in 1200 milliseconds

1 2 3 4 5 6 7 8 91011>>