| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/coreutils/src/gnulib/lib/openat.h | 
| Switch to Source code | Preprocessed file | 
| Line | Source | Count | 
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | - | |
| 7 | - | |
| 8 | - | |
| 9 | _Noreturn void openat_restore_fail (int); | - | 
| 10 | _Noreturn void openat_save_fail (int); | - | 
| 11 | inline int | - | 
| 12 | chownat (int fd, char const *file, uid_t owner, gid_t group) | - | 
| 13 | { | - | 
| 14 | return executed 56 times by 2 tests: fchownat (fd, file, owner, group, 0); return fchownat (fd, file, owner, group, 0);Executed by: 
 executed 56 times by 2 tests:  return fchownat (fd, file, owner, group, 0);Executed by: 
 | 56 | 
| 15 | } | - | 
| 16 | - | |
| 17 | inline int | - | 
| 18 | lchownat (int fd, char const *file, uid_t owner, gid_t group) | - | 
| 19 | { | - | 
| 20 | return executed 38 times by 2 tests: fchownat (fd, file, owner, group, return fchownat (fd, file, owner, group, 0x100 );Executed by: 
 executed 38 times by 2 tests:  return fchownat (fd, file, owner, group, 0x100 );Executed by: 
 | 38 | 
| 21 | 0x100 executed 38 times by 2 tests:  return fchownat (fd, file, owner, group, 0x100 );Executed by: 
 | 38 | 
| 22 | ); executed 38 times by 2 tests:  return fchownat (fd, file, owner, group, 0x100 );Executed by: 
 | 38 | 
| 23 | } | - | 
| 24 | inline int | - | 
| 25 | chmodat (int fd, char const *file, mode_t mode) | - | 
| 26 | { | - | 
| 27 | return executed 290404 times by 1 test: fchmodat (fd, file, mode, 0); return fchmodat (fd, file, mode, 0);Executed by: 
 executed 290404 times by 1 test:  return fchmodat (fd, file, mode, 0);Executed by: 
 | 290404 | 
| 28 | } | - | 
| 29 | - | |
| 30 | inline int | - | 
| 31 | lchmodat (int fd, char const *file, mode_t mode) | - | 
| 32 | { | - | 
| 33 | return never executed: fchmodat (fd, file, mode, return fchmodat (fd, file, mode, 0x100 );never executed:  return fchmodat (fd, file, mode, 0x100 ); | 0 | 
| 34 | 0x100 never executed:  return fchmodat (fd, file, mode, 0x100 ); | 0 | 
| 35 | ); never executed:  return fchmodat (fd, file, mode, 0x100 ); | 0 | 
| 36 | } | - | 
| 37 | inline int | - | 
| 38 | statat (int fd, char const *name, struct stat *st) | - | 
| 39 | { | - | 
| 40 | return never executed: fstatat (fd, name, st, 0); return fstatat (fd, name, st, 0);never executed:  return fstatat (fd, name, st, 0); | 0 | 
| 41 | } | - | 
| 42 | - | |
| 43 | inline int | - | 
| 44 | lstatat (int fd, char const *name, struct stat *st) | - | 
| 45 | { | - | 
| 46 | return executed 4 times by 1 test: fstatat (fd, name, st, return fstatat (fd, name, st, 0x100 );Executed by: 
 executed 4 times by 1 test:  return fstatat (fd, name, st, 0x100 );Executed by: 
 | 4 | 
| 47 | 0x100 executed 4 times by 1 test:  return fstatat (fd, name, st, 0x100 );Executed by: 
 | 4 | 
| 48 | ); executed 4 times by 1 test:  return fstatat (fd, name, st, 0x100 );Executed by: 
 | 4 | 
| 49 | } | - | 
| 50 | - | |
| Switch to Source code | Preprocessed file |