utime 253 lib/vfs/interface.c MC_NAMEOP (utime, (const vfs_path_t *vpath, mc_timesbuf_t * times), (vpath, times)) utime 177 lib/vfs/vfs.h int (*utime) (const vfs_path_t * vpath, mc_timesbuf_t * times); utime 1756 src/vfs/fish/fish.c vfs_fish_ops->utime = fish_utime; utime 205 src/vfs/local/local.c ret = utime (path_element->path, times); utime 479 src/vfs/local/local.c vfs_local_ops->utime = local_utime; utime 354 src/vfs/sfs/sfs.c return utime (sfs_redirect (vpath), times); utime 589 src/vfs/sfs/sfs.c vfs_sfs_ops->utime = sfs_utime; utime 843 src/vfs/sftpfs/sftpfs.c vfs_sftpfs_ops->utime = sftpfs_cb_utime;