nsec             1455 src/vfs/shell/shell.c shell_get_atime (mc_timesbuf_t * times, time_t * sec, long *nsec)
nsec             1459 src/vfs/shell/shell.c     *nsec = (*times)[0].tv_nsec;
nsec             1462 src/vfs/shell/shell.c     *nsec = 0;
nsec             1469 src/vfs/shell/shell.c shell_get_mtime (mc_timesbuf_t * times, time_t * sec, long *nsec)
nsec             1473 src/vfs/shell/shell.c     *nsec = (*times)[1].tv_nsec;
nsec             1476 src/vfs/shell/shell.c     *nsec = 0;