OpenCoverage

fadvise.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/coreutils/src/gl/lib/fadvise.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5void-
6fdadvise (int fd, off_t offset, off_t len, fadvice_t advice)-
7{-
8-
9 (__extension__ ({ __typeof__ (posix_fadvise (fd, offset, len, advice)) __x = (posix_fadvise (fd, offset, len, advice)); (void) __x; }));-
10-
11}-
1224023
13void-
14fadvise (FILE *fp, fadvice_t advice)-
15{-
16 if (fp)-
17 fdad
adDescription
TRUEevaluated 9700 times by 27 tests
Evaluated by:
  • b2sum
  • base32
  • base64
  • cksum
  • comm
  • cut
  • expand
  • fmt
  • fold
  • join
  • md5sum
  • nl
  • paste
  • pr
  • sha1sum
  • sha224sum
  • sha256sum
  • sha384sum
  • sha512sum
  • shuf
  • sort
  • sum
  • tee
  • tr
  • tsort
  • ...
FALSEevaluated 64 times by 1 test
Evaluated by:
  • sort
vise (fileno (fp), 0, 0, advice);
64-9700
18}9700
Switch to Source codePreprocessed file

Generated by Squish Coco 4.1.2