OpenCoverage

mkstemp-safer.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/coreutils/src/gnulib/lib/mkstemp-safer.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6-
7int-
8mkstemp_safer (char *templ)-
9{-
10 return
executed 105 times by 1 test: return fd_safer (mkstemp (templ));
Executed by:
  • tac
fd_safer (mkstemp (templ));
executed 105 times by 1 test: return fd_safer (mkstemp (templ));
Executed by:
  • tac
105
11}-
12-
13-
14-
15-
16int-
17mkostemp_safer (char *templ, int flags)-
18{-
19 return
executed 2379 times by 1 test: return fd_safer_flag (mkostemp (templ, flags), flags);
Executed by:
  • sort
fd_safer_flag (mkostemp (templ, flags), flags);
executed 2379 times by 1 test: return fd_safer_flag (mkostemp (templ, flags), flags);
Executed by:
  • sort
2379
20}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.1.2