Home
last modified time | relevance | path

Searched refs:__set_errno (Results 1 – 14 of 14) sorted by relevance

/stdlib/
A Dsetcontext.c24 __set_errno (ENOSYS); in setcontext()
A Dgetcontext.c24 __set_errno (ENOSYS); in getcontext()
A Dgetentropy.c27 __set_errno (ENOSYS); in getentropy()
A Dswapcontext.c24 __set_errno (ENOSYS); in swapcontext()
A Dmakecontext.c24 __set_errno (ENOSYS); in makecontext()
A Dsystem.c29 __set_errno (ENOSYS); in __libc_system()
A Dgetrandom.c27 __set_errno (ENOSYS); in __getrandom()
A Dstrfmon_l.c38 __set_errno (E2BIG); \
173 __set_errno (EINVAL); in __vstrfmon_l_internal()
183 __set_errno (EINVAL); in __vstrfmon_l_internal()
192 __set_errno (EINVAL); in __vstrfmon_l_internal()
222 __set_errno (E2BIG); in __vstrfmon_l_internal()
233 __set_errno (E2BIG); in __vstrfmon_l_internal()
243 __set_errno (EINVAL); in __vstrfmon_l_internal()
260 __set_errno (EINVAL); in __vstrfmon_l_internal()
308 __set_errno (EINVAL); in __vstrfmon_l_internal()
553 __set_errno (E2BIG); in __vstrfmon_l_internal()
A Dcanonicalize.c174 __set_errno (err); in get_path_max()
212 __set_errno (EINVAL); in realpath_stk()
220 __set_errno (ENOENT); in realpath_stk()
331 __set_errno (ELOOP); in realpath_stk()
344 __set_errno (ENOMEM); in realpath_stk()
452 __set_errno (EINVAL); in __old_realpath()
A Dsetenv.c34 # define __set_errno(ev) ((errno) = (ev)) macro
255 __set_errno (EINVAL); in setenv()
270 __set_errno (EINVAL); in unsetenv()
A Drandom_r.c280 __set_errno (EINVAL); in weak_alias()
335 __set_errno (EINVAL); in weak_alias()
396 __set_errno (EINVAL); in weak_alias()
A Dstrtol_l.c31 #ifndef __set_errno
32 # define __set_errno(Val) errno = (Val) macro
284 __set_errno (EINVAL); in INTERNAL()
497 __set_errno (ERANGE); in INTERNAL()
A Dmsort.c222 __set_errno (save); in __qsort_r()
A Dstrtod_l.c191 __set_errno (ERANGE); in overflow_value()
203 __set_errno (ERANGE); in underflow_value()
307 __set_errno (ERANGE); in round_and_return()

Completed in 27 milliseconds