Searched refs:ENOSYS (Results 1 - 25 of 99) sorted by relevance

1234

/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A Dgetgid_.c26 #include <errno.h> /* for ENOSYS */
38 errno = ENOSYS;
H A Dgetuid_.c26 #include <errno.h> /* for ENOSYS */
38 errno = ENOSYS;
H A Dkill_.c39 errno = ENOSYS;
H A Dhostnm_.c30 #include <errno.h> /* for ENOSYS */
47 return errno = ENOSYS;
H A Dalarm_.c27 #include <errno.h> /* for ENOSYS */
60 errno = ENOSYS;
H A Dgetlog_.c37 #include <errno.h> /* for ENOSYS */
67 errno = ENOSYS;
H A Dlink_.c34 #include <errno.h> /* for ENOSYS */
63 errno = ENOSYS;
H A Dsymlnk_.c62 return errno = ENOSYS;
H A Dsys_clock_.c39 #include <errno.h> /* for ENOSYS */
74 errno = ENOSYS;
H A Dttynam_.c35 #include <errno.h> /* for ENOSYS */
61 errno = ENOSYS;
H A Ddtime_.c41 #include <errno.h> /* for ENOSYS */
84 errno = ENOSYS;
166 errno = ENOSYS;
H A Detime_.c41 #include <errno.h> /* for ENOSYS */
84 errno = ENOSYS;
157 errno = ENOSYS;
H A Dgetcwd_.c29 #include <errno.h> /* for ENOSYS */
96 return errno = ENOSYS;
H A Dlstat_.c28 #include <errno.h> /* for ENOSYS */
84 return errno = ENOSYS;
/haiku-buildtools/binutils/gold/
H A Dmremap.c73 #ifndef ENOSYS
74 #define ENOSYS EINVAL macro
83 errno = ENOSYS;
/haiku-buildtools/gcc/libgomp/config/linux/x86/
H A Dfutex.h45 if (__builtin_expect (res == -ENOSYS, 0))
68 if (__builtin_expect (res == -ENOSYS, 0))
122 if (__builtin_expect (res == -ENOSYS, 0))
134 if (__builtin_expect (res == -ENOSYS, 0))
/haiku-buildtools/gcc/libgomp/config/linux/ia64/
H A Dfutex.h65 if (__builtin_expect (err == ENOSYS, 0))
77 if (__builtin_expect (err == ENOSYS, 0))
/haiku-buildtools/gcc/libgomp/config/linux/
H A Dfutex.h46 if (__builtin_expect (err < 0 && errno == ENOSYS, 0))
58 if (__builtin_expect (err < 0 && errno == ENOSYS, 0))
/haiku-buildtools/gcc/libgomp/config/linux/sparc/
H A Dfutex.h71 if (__builtin_expect (err == ENOSYS, 0))
83 if (__builtin_expect (err == ENOSYS, 0))
/haiku-buildtools/gcc/libgomp/config/linux/powerpc/
H A Dfutex.h63 if (__builtin_expect (err == ENOSYS, 0))
75 if (__builtin_expect (err == ENOSYS, 0))
/haiku-buildtools/gcc/libgomp/config/linux/s390/
H A Dfutex.h55 if (__builtin_expect (err == -ENOSYS, 0))
67 if (__builtin_expect (err == -ENOSYS, 0))
/haiku-buildtools/gcc/libgomp/config/linux/alpha/
H A Dfutex.h52 if (__builtin_expect (sc_19, 0) && sc_0 == ENOSYS)
86 if (__builtin_expect (sc_19, 0) && sc_0 == ENOSYS)
/haiku-buildtools/gcc/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h66 function_not_supported = ENOSYS,
/haiku-buildtools/gcc/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h66 function_not_supported = ENOSYS,
/haiku-buildtools/gcc/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h66 function_not_supported = ENOSYS,

Completed in 996 milliseconds

1234