Home | History | Annotate | Download | only in src

Lines Matching refs:tvp

112 		       const char *fname, mode_t mode, struct timespec tvp[2]);
116 struct timespec tvp[2]) __attribute__ ((unused));
410 mode_t mode, struct timespec tvp[2])
2197 if (tvp != NULL)
2199 if (futimens (fd, tvp) != 0)
2233 struct timespec tvp[2])
2269 if (tvp != NULL)
2271 if (unlikely (futimens (fd, tvp) != 0))