Home
last modified time | relevance | path

Searched refs:ELIBACC (Results 1 – 21 of 21) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dcompat.h45 #ifndef ELIBACC
46 #define ELIBACC ENOENT macro
/third_party/boost/boost/system/
Dlinux_error.hpp76 shared_library_access = ELIBACC,
/third_party/musl/arch/generic/bits/
Derrno.h79 #define ELIBACC 79 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h79 #define ELIBACC 79 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h80 #define ELIBACC 79 macro
/third_party/lwip/src/include/lwip/
Derrno.h128 #define ELIBACC 79 /* Can not access a needed shared library */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h75 #define ELIBACC 83 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h80 #define ELIBACC 79 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h75 #define ELIBACC 83 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h79 #define ELIBACC 79 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h80 #define ELIBACC 79 macro
/third_party/musl/arch/mips/bits/
Derrno.h75 #define ELIBACC 83 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h79 #define ELIBACC 79 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h80 #define ELIBACC 79 macro
/third_party/ltp/lib/
Derrnos.h112 PAIR(ELIBACC) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c469 #ifdef ELIBACC in errno_exec()
470 add_errcode("ELIBACC", ELIBACC, "Can not access a needed shared library"); in errno_exec()
/third_party/python/Doc/library/
Derrno.rst421 .. data:: ELIBACC
/third_party/ffmpeg/doc/
Derrno.txt67 ELIBACC +..... Can not access a needed shared library
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c1042 #ifdef ELIBACC
1043 case ELIBACC: return "can not access a needed shared library";
/third_party/ntfs-3g/src/
Dntfs-3g_common.c873 errno = ELIBACC;
Dlowntfs-3g.c1143 if (res && ((errno == ELIBACC) || (errno == EINVAL))) in ntfs_fuse_readlink()