Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/
H A Dhashtable.c104 __set_errno(EINVAL); in hcreate_r()
145 __set_errno(EINVAL); in hdestroy_r()
216 __set_errno(ESRCH); in hmatch_r()
239 __set_errno(EPERM); in _compare_and_overwrite_entry()
250 __set_errno(EINVAL); in _compare_and_overwrite_entry()
258 __set_errno(ENOMEM); in _compare_and_overwrite_entry()
355 __set_errno(ENOMEM); in hsearch_r()
372 __set_errno(ENOMEM); in hsearch_r()
390 __set_errno(EPERM); in hsearch_r()
402 __set_errno(EINVAL); in hsearch_r()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Derrno.h14 #define __set_errno(val) do { errno = val; } while (0) macro
H A Dsearch.h20 #define __set_errno(val) do { errno = val; } while (0) macro
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/
H A Duserfaultfd.patch54 +#define __set_errno(val) (errno = (val))
133 + __set_errno (EINVAL);
261 + __set_errno (EINVAL);
313 + __set_errno (EINVAL);
/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0015-posix-Fix-Warray-bounds-instances-building-timer_cre.patch233 + __set_errno (INTERNAL_SYSCALL_ERRNO (res, err));
240 - __set_errno (INTERNAL_SYSCALL_ERRNO (res, err));
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dldconfig.patch63 +#define __set_errno(Val) errno = (Val)
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch547 - * dcgettext.c: Define and use __set_errno.
1582 -#ifndef __set_errno
1583 -# define __set_errno(val) errno = (val)
1816 - __set_errno (0);
1822 - __set_errno (0);
1830 - __set_errno (saved_errno);
1884 - __set_errno (saved_errno);
1913 - __set_errno (saved_errno);