Home
last modified time | relevance | path

Searched refs:utime_errno (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dtouch.c159 int utime_errno = (fdutimensat (fd, AT_FDCWD, file_opt, t, atflag) == 0 in touch() local
173 if (utime_errno == EBADF && no_create) in touch()
177 if (utime_errno != 0) in touch()
198 if (no_create && utime_errno == ENOENT) in touch()
200 error (0, utime_errno, _("setting times of %s"), quoteaf (file)); in touch()