TNS/R Native Application Migration Guide
Common Run-Time Environment (CRE) Migration
Tasks
TNS/R Native Application Migration Guide—523745-001
8-6
String Functions
RTL_Stccpy_
RTL_StccpyX_
strcpy()
RTL_Stcd_I_
RTL_Stcd_IX_
strtol() in the native C run-time library
RTL_Stcd_L_
RTL_Stcd_LX_
strtol() in the native C run-time library
RTL_Stch_I_
RTL_Stch_IX_
strtol() in the native C run-time library
RTL_Stci_D_
RTL_Stci_DX_
sprintf() with a %d conversion specifier. sprintf() is in
the native C run-time library.
RTL_Stcpm_
RTL_StcpmX_
strstr(). Additional code might be required to support pattern
matching.
RTL_Stcpma_
RTL_StcpmaX_
strstr(). Additional code might be required to support pattern
matching.
RTL_Stcu_D_
RTL_Stcu_DX_
sprintf() with a %u conversion specifier. sprintf() is in
the native C run-time library.
RTL_Stpblk_
RTL_StpblkX_
strpbrk() with a string of bytes representing the nonspace
characters
RTL_Stpsym_
RTL_StpsymX_
strspn() with a string containing alphanumeric characters.
Pass the return value of strspn() to strncpy() to copy the
correct string length.
RTL_Stptok_
RTL_StptokX_
Series of calls to strtok() to find a token and strcat() to
append a token to another string
RTL_Strcat_
RTL_StrcatX_
strcat()
RTL_Strchr_
RTL_StrchrX_
strchr()
RTL_Strcmp_
RTL_StrcmpX_
strcmp()
RTL_Strcpy_
RTL_StrcpyX_
strcpy()
RTL_Strcspn_
RTL_StrcspnX_
strcspn()
RTL_Strlen_
RTL_StrlenX_
strlen()
RTL_Strncat_
RTL_StrncatX_
strncat()
RTL_Strncmp_
RTL_StrncmpX_
strncmp()
Table 8-2. Obsolete String Functions (page 2 of 3)
Obsolete Function Suggested Replacement