Home
last modified time | relevance | path

Searched defs:error (Results 1 – 25 of 25) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dignore_handler_s.c39 ignore_handler_s(const char *restrict msg, void *restrict ptr, __errno_t error) in ignore_handler_s()
Dset_constraint_handler_s.c41 abort_handler_s(const char *restrict msg, void *restrict ptr, __errno_t error) in abort_handler_s()
/picolibc-latest/newlib/libc/string/
Dstrerror_r.c74 char *error = _strerror_r (errnum, 1, NULL); in strerror_r() local
Dxpg_strerror_r.c18 char *error; in __xpg_strerror_r() local
Dstrerror.c414 char *error; in _strerror_r() local
/picolibc-latest/newlib/libc/stdio/
Dperror.c81 char *error; in perror() local
/picolibc-latest/test/
Dtest-memset.c89 size_t error = 0; in check() local
142 size_t error = 0; in test() local
191 size_t error; in main() local
Dtest-ctype.c55 int error = 0; in main() local
Dtest-strerrorlen_s.c48 errno_t error) in custom_constraint_handler()
Dtest-strnlen_s.c48 errno_t error) in custom_constraint_handler()
Dtest-memmove_s.c48 errno_t error) in custom_constraint_handler()
Dtest-memset_s.c48 errno_t error) in custom_constraint_handler()
Dtest-sprintf_s.c48 errno_t error) in custom_constraint_handler()
Dtest-strerror_s.c48 errno_t error) in custom_constraint_handler()
Dtest-memcpy_s.c48 errno_t error) in custom_constraint_handler()
Dtest-strncpy_s.c48 errno_t error) in custom_constraint_handler()
Dtest-strcat_s.c48 errno_t error) in custom_constraint_handler()
Dtest-strcpy_s.c48 errno_t error) in custom_constraint_handler()
Dtest-strncat_s.c48 errno_t error) in custom_constraint_handler()
Dtest-efcvt.c203 int error = 0; in main() local
Dlong_double.c62 within_error(long double expect, long double result, long double error) in within_error()
/picolibc-latest/newlib/libm/machine/spu/headers/
Dpowf4.h73 vec_int4 error = spu_splats(-1); in _powf4() local
Dpowd2.h69 vector signed int error = spu_splats(-1); in _powd2() local
/picolibc-latest/newlib/libc/search/
Dhash.h129 int error; /* Error Number -- for DBM member
/picolibc-latest/newlib/libc/posix/
Dregcomp.c61 int error; /* has an error been seen? */ member