Searched refs:ESPIPE (Results 1 – 25 of 79) sorted by relevance
1234
75 errno = ESPIPE; in ftello()88 errno = ESPIPE; /* historic practice */ in _ftello()
102 errno = ESPIPE; /* historic practice */ in _fseeko()122 errno = ESPIPE; in _fseeko()
317 # ifndef ESPIPE318 # define ESPIPE 9960 macro
162 if (errno == ESPIPE) in file_skip()189 if (errno == ESPIPE) { in file_seek()
35 ESPIPE = 29 variable170 ESPIPE: 'Illegal seek',
86 inline int ESPIPE = 29; variable87 #pragma D binding "1.0" ESPIPE275 errno == ESPIPE ? "Illegal seek" :
141 errno = ESPIPE; in bs_read()239 errno = ESPIPE; in bs_write()
59 {"ESPIPE", ESPIPE},
385 if ((errno == EINVAL) || (errno == ESPIPE))503 if ((errno == EINVAL) || (errno == ESPIPE))589 if ((errno == EINVAL) || (errno == ESPIPE))
80 errno = ESPIPE; /* historic practice */
34 HANDLE_ERRNO(ESPIPE, 29)
81 #define ESPIPE 29 /* Illegal seek */ macro
63 $ ESPIPE
144 -ESPIPE, /* I40E_AQ_RC_BAD_ADDR */ in i40e_aq_rc_to_posix()
118 CE(posix_fadvise(pipe_fds[0], 0, 0, POSIX_FADV_NORMAL), ESPIPE); in ATF_TC_BODY()