| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/lib/sh/setlinebuf.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | int | - |
| 4 | sh_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: (setvbuf (stream, local_linebuf, return (setvbuf (stream, local_linebuf, 1 , 1008));Executed by:
executed 10864 times by 1 test: return (setvbuf (stream, local_linebuf, 1 , 1008));Executed by:
| 10864 |
| 16 | 1 executed 10864 times by 1 test: return (setvbuf (stream, local_linebuf, 1 , 1008));Executed by:
| 10864 |
| 17 | , 1008)); executed 10864 times by 1 test: return (setvbuf (stream, local_linebuf, 1 , 1008));Executed by:
| 10864 |
| 18 | - | |
| 19 | - | |
| 20 | - | |
| 21 | - | |
| 22 | - | |
| 23 | - | |
| 24 | - | |
| 25 | } | - |
| Switch to Source code | Preprocessed file |