Searched refs:errno_t (Results 1 – 18 of 18) sorted by relevance
/picolibc-latest/newlib/libc/include/ |
D | string.h | 207 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);
|
D | errno.h | 43 typedef __errno_t errno_t; typedef
|
D | time.h | 298 typedef __errno_t errno_t; typedef
|
D | stdlib.h | 415 typedef __errno_t errno_t; typedef
|
D | wchar.h | 308 typedef __errno_t errno_t; typedef
|
/picolibc-latest/test/ |
D | test-memset_s.c | 48 errno_t error) in custom_constraint_handler() 107 errno_t res; in main()
|
D | test-sprintf_s.c | 48 errno_t error) in custom_constraint_handler() 107 errno_t res; in main()
|
D | test-strerror_s.c | 48 errno_t error) in custom_constraint_handler() 107 errno_t res; in main()
|
D | test-memmove_s.c | 48 errno_t error) in custom_constraint_handler() 107 errno_t res; in main()
|
D | test-memcpy_s.c | 48 errno_t error) in custom_constraint_handler() 108 errno_t res; in main()
|
D | test-strcat_s.c | 48 errno_t error) in custom_constraint_handler() 108 errno_t res; in main()
|
D | test-strcpy_s.c | 48 errno_t error) in custom_constraint_handler() 108 errno_t res; in main()
|
D | test-strncpy_s.c | 48 errno_t error) in custom_constraint_handler() 108 errno_t res; in main()
|
D | test-strncat_s.c | 48 errno_t error) in custom_constraint_handler() 108 errno_t res; in main()
|
D | test-strerrorlen_s.c | 48 errno_t error) in custom_constraint_handler()
|
D | test-strnlen_s.c | 48 errno_t error) in custom_constraint_handler()
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | stdio.h | 388 typedef __errno_t errno_t; typedef
|
/picolibc-latest/newlib/libc/stdio/ |
D | stdio.h | 801 typedef __errno_t errno_t; typedef
|