do_fstat          240 main/streams/plain_wrapper.c 			self->is_pipe = (do_fstat(self, 0) == 0 && S_ISFIFO(self->sb.st_mode)) ? 1 : 0;
do_fstat          279 main/streams/plain_wrapper.c 			self->is_pipe = (do_fstat(self, 0) == 0 && S_ISFIFO(self->sb.st_mode)) ? 1 : 0;
do_fstat          548 main/streams/plain_wrapper.c 	ret = do_fstat(data, 1);
do_fstat          639 main/streams/plain_wrapper.c 						do_fstat(data, 1);
do_fstat          969 main/streams/plain_wrapper.c 				r = do_fstat(self, 0);