| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/coreutils/src/gnulib/lib/utimens.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | int fdutimens (int, char const *, struct timespec const [2]); | - |
| 3 | int utimens (char const *, struct timespec const [2]); | - |
| 4 | int lutimens (char const *, struct timespec const [2]); | - |
| 5 | - | |
| 6 | - | |
| 7 | - | |
| 8 | - | |
| 9 | - | |
| 10 | - | |
| 11 | - | |
| 12 | - | |
| 13 | - | |
| 14 | - | |
| 15 | - | |
| 16 | - | |
| 17 | int fdutimensat (int fd, int dir, char const *name, struct timespec const [2], | - |
| 18 | int atflag); | - |
| 19 | - | |
| 20 | - | |
| 21 | inline int | - |
| 22 | lutimensat (int dir, char const *file, struct timespec const times[2]) | - |
| 23 | { | - |
| 24 | return never executed: utimensat (dir, file, times, return utimensat (dir, file, times, 0x100 );never executed: return utimensat (dir, file, times, 0x100 ); | 0 |
| 25 | 0x100 never executed: return utimensat (dir, file, times, 0x100 ); | 0 |
| 26 | ); never executed: return utimensat (dir, file, times, 0x100 ); | 0 |
| 27 | } | - |
| 28 | - | |
| 29 | - | |
| Switch to Source code | Preprocessed file |