Home
last modified time | relevance | path

Searched refs:sprintf_s (Results 1 – 8 of 8) sorted by relevance

/picolibc-latest/test/
Dtest-sprintf_s.c113 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()
DCMakeLists.txt74 test-sprintf_s
Dmeson.build645 plain_tests += 'test-sprintf_s'
/picolibc-latest/newlib/libc/tinystdio/
Dsprintf_s.c43 sprintf_s(char *restrict s, rsize_t bufsize, const char *restrict fmt, ...) in sprintf_s() function
DCMakeLists.txt169 sprintf_s.c
Dmeson.build172 'sprintf_s.c',
Dstdio.h397 int sprintf_s(char *__restrict __s, rsize_t __bufsize,
/picolibc-latest/
DCOPYING.picolibc1324 newlib/libc/tinystdio/sprintf_s.c
1330 test/test-sprintf_s.c