do_fstat          248 main/streams/plain_wrapper.c 			self->is_pipe = (do_fstat(self, 0) == 0 && S_ISFIFO(self->sb.st_mode)) ? 1 : 0;
do_fstat          287 main/streams/plain_wrapper.c 			self->is_pipe = (do_fstat(self, 0) == 0 && S_ISFIFO(self->sb.st_mode)) ? 1 : 0;
do_fstat          594 main/streams/plain_wrapper.c 	if((ret = do_fstat(data, 1)) == 0) {
do_fstat          687 main/streams/plain_wrapper.c 						if(do_fstat(data, 1) != 0) {
do_fstat         1018 main/streams/plain_wrapper.c 				r = do_fstat(self, 0);