Searched refs:ELIBACC (Results 1 – 21 of 21) sorted by relevance
45 #ifndef ELIBACC46 #define ELIBACC ENOENT macro
76 shared_library_access = ELIBACC,
79 #define ELIBACC 79 macro
80 #define ELIBACC 79 macro
128 #define ELIBACC 79 /* Can not access a needed shared library */ macro
75 #define ELIBACC 83 macro
112 PAIR(ELIBACC) in tst_strerrno()
469 #ifdef ELIBACC in errno_exec()470 add_errcode("ELIBACC", ELIBACC, "Can not access a needed shared library"); in errno_exec()
421 .. data:: ELIBACC
67 ELIBACC +..... Can not access a needed shared library
1042 #ifdef ELIBACC1043 case ELIBACC: return "can not access a needed shared library";
873 errno = ELIBACC;
1143 if (res && ((errno == ELIBACC) || (errno == EINVAL))) in ntfs_fuse_readlink()