utime 256 lib/vfs/interface.c MC_NAMEOP (utime, (const vfs_path_t *vpath, mc_timesbuf_t *times), (vpath, times)) utime 387 lib/vfs/utilvfs.c return utime (path, times); utime 181 lib/vfs/vfs.h int (*utime) (const vfs_path_t *vpath, mc_timesbuf_t *times); utime 505 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 836 src/vfs/sftpfs/sftpfs.c vfs_sftpfs_ops->utime = sftpfs_cb_utime; utime 1716 src/vfs/shell/shell.c vfs_shell_ops->utime = shell_utime;