Searched refs:ESPIPE (Results 1 – 8 of 8) sorted by relevance
32 #define ESPIPE 29 /* Illegal seek */ macro
322 # ifndef ESPIPE323 # define ESPIPE 29 macro521 invalid_seek = ESPIPE,
269 if (pos == (off_t)-1 && errno == ESPIPE) in g_local_file_input_stream_can_seek()
377 if (pos == (off_t)-1 && errno == ESPIPE) in g_local_file_output_stream_can_seek()
376 #ifdef ESPIPE377 if (errno != ESPIPE) /* fclose is broken for pipes in HP/UX */
1324 #ifdef ESPIPE in g_strerror()1325 case ESPIPE: return "invalid seek"; in g_strerror()
550 #define VKI_ESPIPE ESPIPE
386 #ifdef ESPIPE in __xmlIOErr()387 else if (errno == ESPIPE) code = XML_IO_ESPIPE; in __xmlIOErr()