Searched refs:ESPIPE (Results 1 – 13 of 13) sorted by relevance
53 errno = ESPIPE; in FTELL()
54 errno = ESPIPE; in FSEEK()
158 if (_REENT_ERRNO(ptr) == ESPIPE || _REENT_ERRNO(ptr) == EINVAL) in _sflush()184 || _REENT_ERRNO(ptr) == ESPIPE || _REENT_ERRNO(ptr) == EINVAL) in _sflush()
98 _REENT_ERRNO(ptr) = ESPIPE; in ftello()
132 _REENT_ERRNO(ptr) = ESPIPE; /* ??? */ in fseeko()
603 #ifdef ESPIPE in _strerror_r()604 case ESPIPE: in _strerror_r()
96 _REENT_ERRNO(ptr) = ESPIPE; in ftello64()
135 _REENT_ERRNO(ptr) = ESPIPE; /* ??? */ in fseeko64()
69 #define ESPIPE 29 /* Illegal seek */ macro
91 #define ESPIPE 29 /* Illegal seek */ macro
86 #define ESPIPE 29 /* Illegal seek */ macro
72 case TARGET_ERRNO_ESPIPE: errno = ESPIPE; break; in arc_semihost_errno()
5654 just like ESPIPE. Only set fp->_offset if errno is 0.24009 * libc/sys/go32/sys/errno.h (ENOSYS,ESPIPE): Keep values <= 255.