Home
last modified time | relevance | path

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

/coreutils/src/
Dtouch.c157 char const *file_opt = fd == STDOUT_FILENO ? nullptr : file; in touch() local
159 int utime_errno = (fdutimensat (fd, AT_FDCWD, file_opt, t, atflag) == 0 in touch()