ST 774 src/vfs/shell/shell.c if (S_ISLNK (ST.st_mode)) ST 838 src/vfs/shell/shell.c ST.st_size = (off_t) g_ascii_strtoll (buffer, NULL, 10); ST 845 src/vfs/shell/shell.c vfs_parse_filemode (buffer, &skipped, &ST.st_mode); ST 857 src/vfs/shell/shell.c vfs_parse_raw_filemode (buffer, &skipped, &ST.st_mode); ST 863 src/vfs/shell/shell.c vfs_zero_stat_times (&ST); ST 864 src/vfs/shell/shell.c if (vfs_parse_filedate (0, &ST.st_ctime) == 0) ST 866 src/vfs/shell/shell.c ST.st_atime = ST.st_mtime = ST.st_ctime; ST 878 src/vfs/shell/shell.c vfs_zero_stat_times (&ST); ST 879 src/vfs/shell/shell.c ST.st_atime = ST.st_mtime = ST.st_ctime = mktime (&tim); ST 891 src/vfs/shell/shell.c ST.st_rdev = makedev (maj, min);