do_fstat 226 main/streams/plain_wrapper.c self->is_pipe = (do_fstat(self, 0) == 0 && S_ISFIFO(self->sb.st_mode)) ? 1 : 0; do_fstat 264 main/streams/plain_wrapper.c self->is_pipe = (do_fstat(self, 0) == 0 && S_ISFIFO(self->sb.st_mode)) ? 1 : 0; do_fstat 534 main/streams/plain_wrapper.c ret = do_fstat(data, 1); do_fstat 628 main/streams/plain_wrapper.c do_fstat(data, 1); do_fstat 946 main/streams/plain_wrapper.c r = do_fstat(self, 0);