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