fstat             164 libavformat/file.c     h->is_streamed = !fstat(fd, &st) && S_ISFIFO(st.st_mode);
fstat             177 libavformat/file.c         ret = fstat(c->fd, &st);
fstat              53 libavformat/os_support.h #  ifdef fstat
fstat              67 libavutil/file.c     if (fstat(fd, &st) < 0) {
fstat              65 tools/cws2fws.c     if (fstat(fd_in, &statbuf) < 0) {