Searched refs:utbufp (Results 1 – 2 of 2) sorted by relevance
1293 struct timespec *utbufp = utbuf; variable1303 utbufp = NULL;1332 if (futimens(fd, utbufp) == 0) {1349 utimensat(AT_FDCWD, name, utbufp, 0) == 0) {
2855 void *utbufp = utbuf; in Perl_apply() local2858 struct utimbuf *utbufp = &utbuf; in Perl_apply()2864 void *utbufp = &utbuf; in Perl_apply()2875 utbufp = NULL; in Perl_apply()2903 } else if (futimes(fd, (struct timeval *) utbufp)) in Perl_apply()2922 if (utimes(name, (struct timeval *)utbufp)) in Perl_apply()2924 if (PerlLIO_utime(name, utbufp)) in Perl_apply()