utimes
if (utimes(np, tv) < 0)
if (utimes(np, tv) < 0) {
return utimes(path, tv);
int utimes(const char *, struct timeval *);
(void) utimes(vect[0], tv);
if (utimes(np, tv) == -1) {
if (utimes(local_path, tv) == -1)
if (utimes(dst, tv) == -1)
r = utimes(name, attrib_to_tv(&a));
r = utimes(name, attrib_to_tv(&a));
return (utimes(path, tvp));
char utimes_l_[PADL_(struct l_timeval *)]; struct l_timeval * utimes; char utimes_r_[PADR_(struct l_timeval *)];
uarg[a++] = (intptr_t)p->utimes; /* struct l_timeval * */
char utimes_l_[PADL_(struct l_timeval *)]; struct l_timeval * utimes; char utimes_r_[PADR_(struct l_timeval *)];
uarg[a++] = (intptr_t)p->utimes; /* struct l_timeval * */
if (args->utimes != NULL) {
if ((error = copyin(args->utimes, ltv, sizeof ltv)) != 0)
char utimes_l_[PADL_(struct l_timeval *)]; struct l_timeval * utimes; char utimes_r_[PADR_(struct l_timeval *)];
uarg[a++] = (intptr_t)p->utimes; /* struct l_timeval * */
int utimes(const char *, const struct timeval *);
ATF_REQUIRE_EQ(0, utimes(path, NULL));
ATF_REQUIRE_ERRNO(ENOENT, utimes(errpath, NULL) == -1);
error = utimes(fpath, NULL);
error = utimes(fpath, tv);
error = utimes(fpath, NULL);
error = utimes(fpath, tv);
error = utimes(fpath, NULL);
error = utimes(fpath, tv);
if (utimes(tmppath ? tmppath : path, tv))
ret = utimes(jq->job_cfname, tvp);
ret = utimes(jq->job_cfname, tvp);
utimes(file1, NULL);