utime             258 lib/vfs/interface.c MC_NAMEOP (utime, (const vfs_path_t *vpath, mc_timesbuf_t * times), (vpath, times))
utime             176 lib/vfs/vfs.h      int (*utime) (const vfs_path_t * vpath, mc_timesbuf_t * times);
utime             227 src/vfs/local/local.c     ret = utime (path, times);
utime             505 src/vfs/local/local.c     vfs_local_ops->utime = local_utime;
utime             357 src/vfs/sfs/sfs.c     return utime (sfs_redirect (vpath), times);
utime             592 src/vfs/sfs/sfs.c     vfs_sfs_ops->utime = sfs_utime;
utime             842 src/vfs/sftpfs/sftpfs.c     vfs_sftpfs_ops->utime = sftpfs_cb_utime;
utime            1776 src/vfs/shell/shell.c     vfs_shell_ops->utime = shell_utime;