Searched refs:ESPIPE (Results 1 – 12 of 12) sorted by relevance
76 #define ESPIPE 29 /* Illegal seek */ macro
77 #define ESPIPE 29 /* Illegal seek */ macro
32 #define ESPIPE 29 /* Illegal seek */ macro
45 #define ESPIPE 29 /* Illegal seek */ macro
36 #define ESPIPE 29 /* Illegal seek */ macro
124 #define MP_ESPIPE ESPIPE
56 #define ESPIPE 29 /* Illegal seek */
64 #define ESPIPE 29 /**< Illegal seek */ macro
63 #define ESPIPE 29 /**< Illegal seek */
175 rc = -ESPIPE; in settings_next_line_ctx()
377 #ifdef ESPIPE378 if (errno != ESPIPE) /* fclose is broken for pipes in HP/UX */
Completed in 12 milliseconds