Searched refs:sprintf_s (Results 1 – 8 of 8) sorted by relevance
/picolibc-latest/test/ |
D | test-sprintf_s.c | 113 res = sprintf_s(buf, sizeof(buf), "Hello, %s!", "world"); in main() 122 res = sprintf_s(buf, 10, "Hello, %s!", "world"); in main() 129 res = sprintf_s(NULL, sizeof(buf), "Hello, %s!", "world"); in main() 136 res = sprintf_s(buf, sizeof(buf), NULL, "world"); in main() 144 res = sprintf_s(buf, sizeof(buf), "", "world"); in main()
|
D | CMakeLists.txt | 74 test-sprintf_s
|
D | meson.build | 645 plain_tests += 'test-sprintf_s'
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | sprintf_s.c | 43 sprintf_s(char *restrict s, rsize_t bufsize, const char *restrict fmt, ...) in sprintf_s() function
|
D | CMakeLists.txt | 169 sprintf_s.c
|
D | meson.build | 172 'sprintf_s.c',
|
D | stdio.h | 397 int sprintf_s(char *__restrict __s, rsize_t __bufsize,
|
/picolibc-latest/ |
D | COPYING.picolibc | 1324 newlib/libc/tinystdio/sprintf_s.c 1330 test/test-sprintf_s.c
|