ESPIPE            374 lib/zlib/gzio.c #ifdef ESPIPE
ESPIPE            375 lib/zlib/gzio.c         if (errno != ESPIPE) /* fclose is broken for pipes in HP/UX */
ESPIPE            172 source3/lib/errmap_unix.c 	{NT_STATUS_NONEXISTENT_SECTOR, ESPIPE}, 
ESPIPE             72 source3/lib/recvfile.c 			if (errno != ESPIPE) {
ESPIPE            855 source3/lib/util.c 		if (ret == -1 && errno == ESPIPE) {
ESPIPE            872 source3/lib/util.c 		if (errno != ESPIPE) {
ESPIPE            333 source3/modules/vfs_default.c 	if (result == -1 && errno == ESPIPE) {
ESPIPE            344 source3/modules/vfs_default.c 	if (curr == -1 && errno == ESPIPE) {
ESPIPE            387 source3/modules/vfs_default.c 	if (result == -1 && errno == ESPIPE) {
ESPIPE            433 source3/modules/vfs_default.c 	if((result == -1) && (errno == ESPIPE)) {