utime 258 lib/vfs/interface.c MC_NAMEOP (utime, (const vfs_path_t *vpath, mc_timesbuf_t * times), (vpath, times)) utime 386 lib/vfs/utilvfs.c return utime (path, times); utime 182 lib/vfs/vfs.h int (*utime) (const vfs_path_t * vpath, mc_timesbuf_t * times); utime 497 src/vfs/local/local.c vfs_local_ops->utime = local_utime; utime 586 src/vfs/sfs/sfs.c vfs_sfs_ops->utime = sfs_utime; utime 837 src/vfs/sftpfs/sftpfs.c vfs_sftpfs_ops->utime = sftpfs_cb_utime; utime 1744 src/vfs/shell/shell.c vfs_shell_ops->utime = shell_utime;