do_fstat 235 main/streams/plain_wrapper.c self->is_pipe = (do_fstat(self, 0) == 0 && S_ISFIFO(self->sb.st_mode)) ? 1 : 0; do_fstat 274 main/streams/plain_wrapper.c self->is_pipe = (do_fstat(self, 0) == 0 && S_ISFIFO(self->sb.st_mode)) ? 1 : 0; do_fstat 571 main/streams/plain_wrapper.c ret = do_fstat(data, 1); do_fstat 662 main/streams/plain_wrapper.c do_fstat(data, 1); do_fstat 992 main/streams/plain_wrapper.c r = do_fstat(self, 0);