libs: fix nxstyle errors

fix erros reported by nxstyle

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea
2021-04-02 07:44:54 +02:00
committed by Xiang Xiao
parent 8975a65197
commit ed8e5e971b
53 changed files with 410 additions and 307 deletions
+4 -4
View File
@@ -48,10 +48,10 @@
* Name: wcsxfrm
*
* Description:
* The wcsxfrm() transforms the wide-character string pointed to by b to the
* wide-character string pointed to by a, comparing two transformed wide
* strings with wcscmp() should return the same result as comparing the
* original strings with wcscoll().
* The wcsxfrm() transforms the wide-character string pointed to by b to
* the wide-character string pointed to by a, comparing two transformed
* wide strings with wcscmp() should return the same result as comparing
* the original strings with wcscoll().
* No more than n wide characters are transformed, including the trailing
* null character. The current implementation of wcsxfrm() simply uses
* wcslcpy() and does not support any language-specific transformations.