No longer used in the codebase. Replacement is `curlx_strcopy()`, possibly
`memcpy()` or dynbuf.
Also:
- OS400: allow three calls.
Closes #20088
ldap_memfree() and ldap_memalloc() does not exist. The solution is to
overwrite the EBCDIC buffer with ASCII to return it. */
+ /* !checksrc! disable BANNEDFUNC 1 */
strcpy(cp, cp2);
free(cp2);
return cp;
ldap_memfree() and ldap_memalloc() does not exist. The solution is to
overwrite the EBCDIC buffer with ASCII to return it. */
+ /* !checksrc! disable BANNEDFUNC 1 */
strcpy(cp, cp2);
free(cp2);
return cp;
ldap_memfree() and ldap_memalloc() does not exist. The solution is to
overwrite the EBCDIC buffer with ASCII to return it. */
+ /* !checksrc! disable BANNEDFUNC 1 */
strcpy(cp, cp2);
free(cp2);
return cp;
"sscanf" => 1,
"stat" => 1,
"strcat" => 1,
+ "strcpy" => 1,
"strdup" => 1,
"strerror" => 1,
"strncat" => 1,