do_fstat          241 main/streams/plain_wrapper.c 			self->is_pipe = (do_fstat(self, 0) == 0 && S_ISFIFO(self->sb.st_mode)) ? 1 : 0;
do_fstat          280 main/streams/plain_wrapper.c 			self->is_pipe = (do_fstat(self, 0) == 0 && S_ISFIFO(self->sb.st_mode)) ? 1 : 0;
do_fstat          577 main/streams/plain_wrapper.c 	ret = do_fstat(data, 1);
do_fstat          668 main/streams/plain_wrapper.c 						do_fstat(data, 1);
do_fstat          998 main/streams/plain_wrapper.c 				r = do_fstat(self, 0);