Searched refs:ENOTTY (Results 1 – 6 of 6) sorted by relevance
116 int fstat(int fd, struct stat *statb) { errno = ENOTTY; return -1; } in fstat()
573 #ifdef ENOTTY in _strerror_r()574 case ENOTTY: in _strerror_r()
65 #define ENOTTY 25 /* Not a typewriter */ macro
87 #define ENOTTY 25 /* Not a character device */ macro
82 #define ENOTTY 25 /* Not a typewriter */ macro
68 case TARGET_ERRNO_ENOTTY: errno = ENOTTY; break; in arc_semihost_errno()