| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/coreutils/src/gnulib/lib/get-permissions.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | - | |
| 7 | - | |
| 8 | - | |
| 9 | int | - |
| 10 | get_permissions (const char *name, int desc, mode_t mode, | - |
| 11 | struct permission_context *ctx) | - |
| 12 | { | - |
| 13 | memset (ctx, 0, sizeof *ctx); | - |
| 14 | ctx->mode = mode; | - |
| 15 | return executed 37879 times by 2 tests: 0;return 0;Executed by:
executed 37879 times by 2 tests: return 0;Executed by:
| 37879 |
| 16 | - | |
| 17 | } | - |
| Switch to Source code | Preprocessed file |