ST                759 src/vfs/shell/shell.c         if (S_ISLNK (ST.st_mode))
ST                822 src/vfs/shell/shell.c         ST.st_size = (off_t) g_ascii_strtoll (buffer, NULL, 10);
ST                829 src/vfs/shell/shell.c         vfs_parse_filemode (buffer, &skipped, &ST.st_mode);
ST                841 src/vfs/shell/shell.c         vfs_parse_raw_filemode (buffer, &skipped, &ST.st_mode);
ST                847 src/vfs/shell/shell.c         vfs_zero_stat_times (&ST);
ST                848 src/vfs/shell/shell.c         if (vfs_parse_filedate (0, &ST.st_ctime) == 0)
ST                850 src/vfs/shell/shell.c         ST.st_atime = ST.st_mtime = ST.st_ctime;
ST                863 src/vfs/shell/shell.c         vfs_zero_stat_times (&ST);
ST                864 src/vfs/shell/shell.c         ST.st_atime = ST.st_mtime = ST.st_ctime = mktime (&tim);
ST                876 src/vfs/shell/shell.c         ST.st_rdev = makedev (maj, min);