Searched defs:wrt (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DWebRowSetXmlWriter.java86 * @param wrt the <code>java.io.Writer</code> object to which
93 public void writeXML(WebRowSet caller, java.io.Writer wrt) argument
98 writer = wrt;
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp2866 // Because of quoting, the pointer to the option string (wrt) may lag the pointer to
2868 char* wrt = rd; local
2870 options[i++].optionString = wrt; // Fill in option
2881 *wrt++ = *rd++; // copy to option string
2885 *wrt++ = *rd++; // copy to option string
2891 *wrt = 0;
2894 *wrt = 0; // Zero terminate option

Completed in 40 milliseconds