Searched refs:ENOTSUP (Results 1 - 25 of 57) sorted by relevance

123

/haiku-fatelf/src/bin/coreutils/lib/selinux/
H A Dselinux.h12 { errno = ENOTSUP; return -1; }
17 { errno = ENOTSUP; return -1; }
19 { errno = ENOTSUP; return -1; }
23 { errno = ENOTSUP; return -1; }
26 { errno = ENOTSUP; return -1; }
29 { errno = ENOTSUP; return -1; }
32 { errno = ENOTSUP; return -1; }
35 { errno = ENOTSUP; return -1; }
38 { errno = ENOTSUP; return -1; }
42 { errno = ENOTSUP; retur
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dse-context.in.h10 { errno = ENOTSUP; return 0; }
12 { errno = ENOTSUP; return (void *) 0; }
17 { errno = ENOTSUP; return -1; }
20 { errno = ENOTSUP; return -1; }
23 { errno = ENOTSUP; return -1; }
26 { errno = ENOTSUP; return -1; }
H A Dse-selinux.in.h24 { errno = ENOTSUP; return -1; }
29 { errno = ENOTSUP; return -1; }
31 { errno = ENOTSUP; return -1; }
35 { errno = ENOTSUP; return -1; }
38 { errno = ENOTSUP; return -1; }
41 { errno = ENOTSUP; return -1; }
44 { errno = ENOTSUP; return -1; }
47 { errno = ENOTSUP; return -1; }
50 { errno = ENOTSUP; return -1; }
53 { errno = ENOTSUP; retur
[all...]
H A Ddirfd.c30 errno = ENOTSUP;
H A Dgetfilecon.c31 # define ENODATA ENOTSUP
47 set errno to ENOTSUP in the first case, and ENODATA in the latter. */
54 errno = ENOTSUP;
H A Dacl-internal.h45 #ifndef ENOTSUP
46 # define ENOTSUP (-1) macro
130 ((Err) == ENOTSUP || (Err) == ENOSYS || (Err) == EINVAL || (Err) == EBUSY || (Err) == ENOENT)
133 ((Err) == ENOTSUP || (Err) == ENOSYS || (Err) == EINVAL || (Err) == EBUSY || (Err) == EOPNOTSUPP)
136 ((Err) == ENOTSUP || (Err) == ENOSYS || (Err) == EINVAL || (Err) == EBUSY)
H A Derrno.in.h103 EPROTO, EMULTIHOP, EBADMSG, EOVERFLOW, ENOTSUP, ECANCELED are not defined.
146 # ifndef ENOTSUP
147 # define ENOTSUP 2007 macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dopenat-priv.h28 # ifdef ENOTSUP
29 # define ENOSYS ENOTSUP
31 /* Some systems don't have ENOTSUP either. */
38 # ifdef ENOTSUP
39 # define EOPNOTSUPP ENOTSUP
41 /* Some systems don't have ENOTSUP either. */
H A Dlchown.c35 # ifdef ENOTSUP
36 # define EOPNOTSUPP ENOTSUP
38 /* Some systems don't have ENOTSUP either. */
/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dmknod.c16 __set_errno(ENOTSUP);
24 __set_errno(ENOTSUP);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutexattr_setprotocol/
H A D3-1.c11 * [ENOTSUP] The value specified by protocol is an unsupported value.
46 if((ret == ENOTSUP) || (ret == EINVAL))
52 printf("Test FAILED: Expected error code ENOTSUP, got %d.\n", ret);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_attr_setschedpolicy/speculative/
H A D5-1.c40 if ((rc != ENOTSUP)) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_attr_setscope/
H A D5-1.c46 if ((rc != ENOTSUP)) {
/haiku-fatelf/src/bin/network/wget/lib/
H A Derrno.in.h100 EPROTO, EMULTIHOP, EBADMSG, EOVERFLOW, ENOTSUP, ECANCELED are not defined.
143 # ifndef ENOTSUP
144 # define ENOTSUP 2007 macro
/haiku-fatelf/src/bin/diffutils/lib/
H A Dc-stack.c36 #ifndef ENOTSUP
37 # define ENOTSUP EINVAL macro
174 errno = ENOTSUP;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_attr_setschedparam/speculative/
H A D3-1.c56 if((rc != EINVAL) && (rc != ENOTSUP)) {
H A D3-2.c56 if((rc != EINVAL) && (rc != ENOTSUP)) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sched_setscheduler/
H A D15-1.c46 if(result == ENOTSUP) {
H A D15-2.c52 if(result == ENOTSUP) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/errno_h/
H A D3-2.c60 {ENOTSOCK,"ENOTSOCK",ENOTSOCK},{ENOTSUP,"ENOTSUP",ENOTSUP},
H A D4-1.c56 {ENOTSOCK,"ENOTSOCK"},{ENOTSUP,"ENOTSUP"},
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mmap/
H A D27-1.c8 * [ENOTSUP] MAP_FIXED or MAP_PRIVATE was specified
95 else if (errno != ENOTSUP)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sched_setparam/
H A D20-1.c53 if(result == ENOTSUP) {
H A D21-1.c57 if(result == ENOTSUP) {
H A D21-2.c58 if(result == ENOTSUP) {

Completed in 103 milliseconds

123