1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 7<BASE target="main"> 8<TITLE>Standard Library (STD) Function List</TITLE> 9<LINK rel="stylesheet" href="../css/apilist.css"> 10</HEAD> 11<BODY> 12<H1>Standard Library (STD) Function List</H1> 13<H3><A name="String">Charstring Functions</A></H3> 14<TABLE border="1" width="100%"> 15 <TBODY> 16 <TR> 17<TH width="25%"><A href="string/STD_CopyString.html" target="_self">STD_CopyString</A><BR> (<A href="string/STD_CopyString.html" target="_self">STD_StrCpy</A>)</TH> 18 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 19<TD>Copies a string.</TD> 20 </TR> 21 <TR> 22<TH width="25%"><A href="string/STD_CopyLString.html" target="_self">STD_CopyLString</A><BR> (<A href="string/STD_CopyLString.html" target="_self">STD_StrLCpy</A>)</TH> 23 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 24<TD>Copies only the specified length of a string.</TD> 25 </TR> 26 <TR> 27<TH width="25%"><A href="string/STD_CopyLStringZeroFill.html" target="_self">STD_CopyLStringZeroFill</A></TH> 28 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 29<TD>Copies only the specified length of a string.</TD> 30 </TR> 31 <TR> 32<TH width="25%"><A href="string/STD_SearchChar.html" target="_self">STD_SearchChar</A><BR> (<A href="string/STD_SearchChar.html" target="_self">STD_StrChr</A>)</TH> 33 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 34<TD>Searches for a specified character.</TD> 35 </TR> 36 <TR> 37<TH width="25%"><A href="string/STD_SearchCharReverse.html" target="_self">STD_SearchCharReverse</A><BR> (<A href="string/STD_SearchCharReverse.html" target="_self">STD_StrRChr</A>)</TH> 38 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 39<TD>Searches for a specified character starting at the end.</TD> 40 </TR> 41 <TR> 42<TH width="25%"><A href="string/STD_SearchString.html" target="_self">STD_SearchString</A><BR> (<A href="string/STD_SearchString.html" target="_self">STD_StrStr</A>)</TH> 43 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 44<TD>Searches for a specified string.</TD> 45 </TR> 46 <TR> 47<TH width="25%"><A href="string/STD_GetStringLength.html" target="_self">STD_GetStringLength</A><BR> (<A href="string/STD_GetStringLength.html" target="_self">STD_StrLen</A>)</TH> 48 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 49<TD>Finds the length of a string.</TD> 50 </TR> 51<TH width="25%"><A href="string/STD_GetStringNLength.html" target="_self">STD_GetStringNLength</A><BR> (<A href="string/STD_GetStringNLength.html" target="_self">STD_StrNLen</A>)</TH> 52 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 53<TD>Finds the length of a string up to a specified length.</TD> 54 </TR> 55 <TR> 56<TH width="25%"><A href="string/STD_ConcatenateString.html" target="_self">STD_ConcatenateString</A><BR> (<A href="string/STD_ConcatenateString.html" target="_self">STD_StrCat</A>)</TH> 57 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 58<TD>Concantenates strings.</TD> 59 </TR> 60 <TR> 61<TH width="25%"><A href="string/STD_ConcatenateLString.html" target="_self">STD_ConcatenateLString</A><BR> (<A href="string/STD_ConcatenateLString.html" target="_self">STD_StrLCat</A>)</TH> 62 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 63<TD>Concatenates strings without exceeding the specified length.</TD> 64 </TR> 65 <TR> 66<TH width="25%"><A href="string/STD_CompareString.html" target="_self">STD_CompareString</A><BR> (<A href="string/STD_CompareString.html" target="_self">STD_StrCmp</A>)</TH> 67 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 68<TD>Compares strings.</TD> 69 </TR> 70 <TR> 71<TH width="25%"><A href="string/STD_CompareNString.html" target="_self">STD_CompareNString</A><BR> (<A href="string/STD_CompareNString.html" target="_self">STD_StrNCmp</A>)</TH> 72 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 73<TD>Compares only a specified length of strings. (Equivalent to the <CODE>strncmp</CODE> function.)</TD> 74 </TR> 75 <TR> 76<TH width="25%"><A href="string/STD_CompareLString.html" target="_self">STD_CompareLString</A><BR> (<A href="string/STD_CompareLString.html" target="_self">STD_StrLCmp</A>)</TH> 77 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 78<TD>Compares only a specified length of strings. (Equivalent to the <CODE>strlcmp</CODE> function.)</TD> 79 </TR> 80 <TR> 81<TH width="25%"><A href="string/STD_TSScanf.html" target="_self">STD_TSScanf</A></TH> 82 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 83<TD>Performs a form scan of a string in response to a variable argument.</TD> 84 </TR> 85 <TR> 86<TH width="25%"><A href="string/STD_TVSScanf.html" target="_self">STD_TVSScanf</A></TH> 87 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 88<TD>Performs a form scan of a string in response to an argument list.</TD> 89 </TR> 90 <TR> 91<TH width="25%"><A href="string/STD_TSPrintf.html" target="_self">STD_TSPrintf</A></TH> 92 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 93<TD>Outputs the formatted string to the memory with variable arguments.</TD> 94 </TR> 95 <TR> 96<TH width="25%"><A href="string/STD_TVSPrintf.html" target="_self">STD_TVSPrintf</A></TH> 97 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 98<TD>Outputs the formatted string to the memory with the argument list.</TD> 99 </TR> 100 <TR> 101<TH width="25%"><A href="string/STD_TSNPrintf.html" target="_self">STD_TSNPrintf</A></TH> 102 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 103<TD>Outputs the formatted string to the memory with variable arguments. (The size is specified.)</TD> 104 </TR> 105 <TR> 106<TH width="25%"><A href="string/STD_TVSNPrintf.html" target="_self">STD_TVSNPrintf</A></TH> 107 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 108<TD>Outputs the formatted string to memory with the argument list. (The size is specified.)</TD> 109 </TR> 110 <TR> 111<TH width="25%"><A href="string/STD_CopyMemory.html" target="_self">STD_CopyMemory</A><BR> (<A href="string/STD_CopyMemory.html" target="_self">STD_MemCpy</A>)</TH> 112 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 113<TD>Uses the CPU to perform memory copy.</TD> 114 </TR> 115 <TR> 116<TH width="25%"><A href="string/STD_MoveMemory.html" target="_self">STD_MoveMemory</A><BR> (<A href="string/STD_MoveMemory.html" target="_self">STD_MemMove</A>)</TH> 117 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 118<TD>Uses the CPU to move data.</TD> 119 </TR> 120 <TR> 121<TH width="25%"><A href="string/STD_FillMemory.html" target="_self">STD_FillMemory</A><BR> (<A href="string/STD_FillMemory.html" target="_self">STD_MemSet</A>)</TH> 122 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 123<TD>Uses the CPU to fill memory with the specified data.</TD> 124 </TR> 125 </TBODY> 126</TABLE> 127<H3><A name="Unicode">Encoding Conversion Functions</A></H3> 128<TABLE border="1" width="100%"> 129 <TBODY> 130 <TR> 131<TH width="25%"><A href="unicode/STD_ConvertStringSjisToUnicode.html" target="_self">STD_ConvertStringSjisToUnicode</A><BR></TH> 132 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 133<TD>Converts a Shift_JIS-format string to a Unicode-format string.</TD> 134 </TR> 135 <TR> 136<TH width="25%"><A href="unicode/STD_ConvertCharSjisToUnicode.html" target="_self">STD_ConvertCharSjisToUnicode</A><BR></TH> 137 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 138<TD>Converts a Shift_JIS-format character to a Unicode-format character.</TD> 139 </TR> 140 <TR> 141<TH width="25%"><A href="unicode/STD_ConvertStringUnicodeToSjis.html" target="_self">STD_ConvertStringUnicodeToSjis</A><BR></TH> 142 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 143<TD>Converts a Unicode-format string to a Shift_JIS-format string.</TD> 144 </TR> 145 <TR> 146<TH width="25%"><A href="unicode/STD_ConvertCharUnicodeToSjis.html" target="_self">STD_ConvertCharUnicodeToSjis</A><BR></TH> 147 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 148<TD>Converts a Unicode-format character to a Shift_JIS-format character.</TD> 149 </TR> 150 </TBODY> 151</TABLE> 152<H3><A name="Type">Types and Structures</A></H3> 153<TABLE border="1" width="100%"> 154 <TBODY> 155 <TR> 156<TH width="25%"><A href="unicode/STDConvertUnicodeCallback.html" target="_self">STDConvertUnicodeCallback</A><BR></TH> 157 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 158<TD>Callback function type configured with <CODE>STD_ConvertStringUnicodeToSjis</CODE>.</TD> 159 </TR> 160 <TR> 161<TH width="25%"><A href="unicode/STDConvertSjisCallback.html" target="_self">STDConvertSjisCallback</A><BR></TH> 162 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 163<TD>Callback function type configured with <CODE>STD_ConvertStringUnicodeToSjis</CODE>.</TD> 164 </TR> 165 </TBODY> 166</TABLE> 167<H3><A name="Const">Constants</A></H3> 168<TABLE border="1" width="100%"> 169 <TBODY> 170 <TR> 171<TH width="25%"><A href="unicode/STDResult.html" target="_self">STDResult</A><BR></TH> 172 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TH> 173<TD>Result of processing an STD library function.</TD> 174 </TR> 175 </TBODY> 176</TABLE> 177 178<table border="0" height="100%"><tr><td style="background-color : white;"></td></tr></table> 179 180<hr><p>CONFIDENTIAL</p></body> 181</HTML>