Home
last modified time | relevance | path

Searched refs:errno_t (Results 1 – 18 of 18) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dstring.h207 typedef __errno_t errno_t; typedef
216 errno_t memcpy_s(void *__restrict, rsize_t, const void *__restrict, rsize_t);
217 errno_t memset_s(void *, rsize_t, int, rsize_t);
218 errno_t memmove_s(void *, rsize_t, const void *, rsize_t);
219 errno_t strcpy_s(char *__restrict, rsize_t, const char *__restrict);
220 errno_t strcat_s(char *__restrict, rsize_t, const char *__restrict);
221 errno_t strncpy_s(char *__restrict, rsize_t, const char *__restrict, rsize_t);
222 errno_t strncat_s(char *__restrict, rsize_t, const char *__restrict, rsize_t);
224 errno_t strerror_s(char *, rsize_t, errno_t);
225 size_t strerrorlen_s(errno_t);
Derrno.h43 typedef __errno_t errno_t; typedef
Dtime.h298 typedef __errno_t errno_t; typedef
Dstdlib.h415 typedef __errno_t errno_t; typedef
Dwchar.h308 typedef __errno_t errno_t; typedef
/picolibc-latest/test/
Dtest-memset_s.c48 errno_t error) in custom_constraint_handler()
107 errno_t res; in main()
Dtest-sprintf_s.c48 errno_t error) in custom_constraint_handler()
107 errno_t res; in main()
Dtest-strerror_s.c48 errno_t error) in custom_constraint_handler()
107 errno_t res; in main()
Dtest-memmove_s.c48 errno_t error) in custom_constraint_handler()
107 errno_t res; in main()
Dtest-memcpy_s.c48 errno_t error) in custom_constraint_handler()
108 errno_t res; in main()
Dtest-strcat_s.c48 errno_t error) in custom_constraint_handler()
108 errno_t res; in main()
Dtest-strcpy_s.c48 errno_t error) in custom_constraint_handler()
108 errno_t res; in main()
Dtest-strncpy_s.c48 errno_t error) in custom_constraint_handler()
108 errno_t res; in main()
Dtest-strncat_s.c48 errno_t error) in custom_constraint_handler()
108 errno_t res; in main()
Dtest-strerrorlen_s.c48 errno_t error) in custom_constraint_handler()
Dtest-strnlen_s.c48 errno_t error) in custom_constraint_handler()
/picolibc-latest/newlib/libc/tinystdio/
Dstdio.h388 typedef __errno_t errno_t; typedef
/picolibc-latest/newlib/libc/stdio/
Dstdio.h801 typedef __errno_t errno_t; typedef