summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/string (follow)
Commit message (Collapse)AuthorAgeFilesLines
* psxhdrs/strncpy/stpncpy: Fix string turncation warningAschref Ben Thabet2020-08-052-8/+6
| | | | | | Since we need to test the strncpy function, using a character array with a fixed array size in this case in place of character pointer can avoid the string turncation warning.
* psxhdrs/strncat: Fix string truncation warningAschref Ben Thabet2020-07-301-1/+1
|
* Canonicalize config.h includeSebastian Huber2020-04-1634-34/+34
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* psxhdrs: Changed the copyright license to BSD-2-Clause (GCI 2018)Himanshu402018-12-1434-377/+751
|
* psxhdrs: Add POSIX API Signature Compliance Tests for string.h (GCI 2018)Himanshu402018-12-0634-0/+1332