OpenCoverage

setlinebuf.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/bash/src/lib/sh/setlinebuf.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3int-
4sh_setlinebuf (stream)-
5 FILE *stream;-
6{-
7 char *local_linebuf;-
8-
9-
10-
11-
12-
13-
14 local_linebuf = (char *)sh_xmalloc((1008), "setlinebuf.c", 45);-
15 return
executed 10864 times by 1 test: return (setvbuf (stream, local_linebuf, 1 , 1008));
Executed by:
  • Self test
(setvbuf (stream, local_linebuf,
executed 10864 times by 1 test: return (setvbuf (stream, local_linebuf, 1 , 1008));
Executed by:
  • Self test
10864
16 1
executed 10864 times by 1 test: return (setvbuf (stream, local_linebuf, 1 , 1008));
Executed by:
  • Self test
10864
17 , 1008));
executed 10864 times by 1 test: return (setvbuf (stream, local_linebuf, 1 , 1008));
Executed by:
  • Self test
10864
18-
19-
20-
21-
22-
23-
24-
25}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.1.2