Home
last modified time | relevance | path

Searched refs:ENODATA (Results 1 - 25 of 107) sorted by relevance

12345

/third_party/ntfs-3g/include/ntfs-3g/
H A Dcompat.h35 #include <errno.h> /* ENODATA */
37 #ifndef ENODATA
38 #define ENODATA ENOENT macro
56 #define NTFS_NOXATTR_ERRNO ENODATA
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c68 #ifdef ENODATA
70 ENODATA, "ENODATA", ENODATA},
H A D4-1.c63 #ifdef ENODATA
65 ENODATA, "ENODATA"},
H A D3-1-buildonly.c54 #ifdef ENODATA
55 static int dummy43 = ENODATA;
/third_party/ltp/testcases/kernel/syscalls/fgetxattr/
H A Dfgetxattr02.c24 * - fgetxattr(2) should return -1 and set errno to ENODATA
26 * - fgetxattr(2) should return -1 and set errno to ENODATA
28 * - fgetxattr(2) should return -1 and set errno to ENODATA
30 * - fgetxattr(2) should return -1 and set errno to ENODATA
122 .exp_err = ENODATA,
133 .exp_err = ENODATA,
144 .exp_err = ENODATA,
155 .exp_err = ENODATA,
/third_party/ltp/testcases/kernel/syscalls/lgetxattr/
H A Dlgetxattr01.c89 if (TST_ERR == ENODATA) { in verify_lgetxattr()
93 tst_strerrno(ENODATA)); in verify_lgetxattr()
H A Dlgetxattr02.c17 * 1) lgetxattr(2) should return -1 and set errno to ENODATA.
43 {"testfile", sizeof(VALUE), ENODATA},
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h146 #ifndef ENODATA
147 #define ENODATA (MHDW32ERRBASE+35) macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c88 case WSANO_DATA: return ENODATA; in MHD_W32_errno_from_winsock_()
184 case ENODATA: in MHD_W32_strerror_()
531 case ENODATA: in MHD_W32_set_last_winsock_error_()
/third_party/ntfs-3g/libntfs-3g/
H A Dea.c100 errno = ENODATA; in ntfs_need_ea()
217 errno = ENODATA; in ntfs_get_ntfs_ea()
221 errno = ENODATA; in ntfs_get_ntfs_ea()
395 errno = ENODATA; in ntfs_remove_ntfs_ea()
H A Dobject_id.c303 errno = ENODATA; in remove_object_id_index()
406 errno = ENODATA; in add_object_id()
501 errno = ENODATA; in ntfs_get_ntfs_object_id()
627 errno = ENODATA; in ntfs_remove_ntfs_object_id()
H A Defs.c110 errno = ENODATA; in ntfs_get_efs_info()
255 errno = ENODATA; in ntfs_set_efs_info()
/third_party/rust/crates/nix/src/
H A Derrno.rs374 ENODATA => "No data available",
1050 ENODATA => "No message available on STREAM",
1183 ENODATA = libc::ENODATA,
1328 libc::ENODATA => ENODATA,
1510 ENODATA = libc::ENODATA,
1628 libc::ENODATA => ENODATA,
[all...]
/third_party/libuv/include/uv/
H A Derrno.h459 /* FreeBSD defines ENODATA in /usr/include/c++/v1/errno.h which is only visible
463 #if defined(ENODATA) && !defined(_WIN32)
464 # define UV__ENODATA UV__ERR(ENODATA)
/third_party/eudev/src/shared/
H A Drandom-util.c72 return -ENODATA; in dev_urandom()
/third_party/ltp/testcases/kernel/syscalls/fremovexattr/
H A Dfremovexattr01.c29 #define ENOATTR ENODATA
/third_party/ltp/testcases/kernel/syscalls/removexattr/
H A Dremovexattr02.c26 * 1) removexattr(2) should return -1 and set errno to ENODATA.
52 {"testfile", "user.test", ENODATA},
H A Dremovexattr01.c96 if (errno != ENODATA) { in verify_removexattr()
/third_party/ltp/testcases/kernel/syscalls/getxattr/
H A Dgetxattr04.c58 if (errno == ENODATA) { in loop_getxattr()
/third_party/ltp/testcases/kernel/syscalls/lremovexattr/
H A Dlremovexattr01.c40 #define ENOATTR ENODATA
/third_party/ltp/lib/
H A Dtst_crypto.c65 return ENODATA; in tst_crypto_recv_ack()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h62 #define ENODATA 61 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h62 #define ENODATA 61 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h62 #define ENODATA 61 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h61 #define ENODATA 61 macro

Completed in 13 milliseconds

12345