Searched refs:orig (Results 1 - 10 of 10) sorted by relevance

/solaris-userland-s11u3/components/ghostscript/patches/
H A D16730811.patch5 --- ghostscript-9.00/base/gxsync.h.orig Tue Jun 25 00:51:48 2013
/solaris-userland-s11u3/components/visual-panels/firewall/src/java/vpanels/app/firewall/com/oracle/solaris/vp/panels/firewall/client/swing/
H A DHostMaskFormatter.java82 private String getReplaceString(String orig, int offset, int len, argument
84 return (orig.substring(0, offset) + text +
85 orig.substring(offset + len));
H A DPortFormatter.java88 private String getReplaceString(String orig, int offset, int len, argument
90 return (orig.substring(0, offset) + text +
91 orig.substring(offset + len));
H A DIPMaskFormatter.java133 private String getReplaceString(String orig, int offset, int len, argument
135 return (orig.substring(0, offset) + text +
136 orig.substring(offset + len));
/solaris-userland-s11u3/components/gcc3/
H A DMakefile84 $(MV) usr/sfw/lib/$$file usr/sfw/lib/$$file.orig ; \
85 sed -e "s;\\(dependency_libs=\\).*;\\1' -L/usr/sfw/lib -lgcc_s -lm';" usr/sfw/lib/$$file.orig >usr/sfw/lib/$$file ; \
86 $(MV) usr/sfw/lib/$(MACH64)/$$file usr/sfw/lib/$(MACH64)/$$file.orig ; \
87 sed -e "s;\\(dependency_libs=\\).*;\\1' -L/usr/sfw/lib/$(MACH64) -lgcc_s -lm';" usr/sfw/lib/$(MACH64)/$$file.orig >usr/sfw/lib/$(MACH64)/$$file ; \
/solaris-userland-s11u3/components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/
H A DCloneVirtualHostAction.java105 VirtualHost orig = (VirtualHost)selection.get(0);
107 VirtualHost clone = orig.clone();
/solaris-userland-s11u3/components/berkeleydb/
H A DMakefile61 $(CP) include.tcl include.tcl.orig; \
64 < include.tcl.orig > include.tcl; \
/solaris-userland-s11u3/components/mercurial/
H A DMakefile102 cp -p $(COMPONENT_SRC)/doc/$$f $(COMPONENT_SRC)/doc/$$f.orig; \
106 diff -u $(COMPONENT_SRC)/doc/$$f.orig $(COMPONENT_SRC)/doc/$$f; \
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Ddsr.c223 do_snm(char *orig, char *shortnm) argument
225 while (*orig != 's' && *orig != 'p')
226 *shortnm++ = *orig++;
/solaris-userland-s11u3/components/stdcxx/Solaris/
H A Dconfigure282 mv config.h config.h.orig
309 touch -r config.h.orig -acm ${HEADER_FILE}

Completed in 47 milliseconds