Searched defs:orig (Results 1 - 4 of 4) sorted by relevance

/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 DIPMaskFormatter.java133 private String getReplaceString(String orig, int offset, int len, argument
135 return (orig.substring(0, offset) + text +
136 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));
/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++;

Completed in 40 milliseconds