ST 758 src/vfs/shell/shell.c if (S_ISLNK (ST.st_mode)) ST 821 src/vfs/shell/shell.c ST.st_size = (off_t) g_ascii_strtoll (buffer, NULL, 10); ST 828 src/vfs/shell/shell.c vfs_parse_filemode (buffer, &skipped, &ST.st_mode); ST 840 src/vfs/shell/shell.c vfs_parse_raw_filemode (buffer, &skipped, &ST.st_mode); ST 846 src/vfs/shell/shell.c vfs_zero_stat_times (&ST); ST 847 src/vfs/shell/shell.c if (vfs_parse_filedate (0, &ST.st_ctime) == 0) ST 849 src/vfs/shell/shell.c ST.st_atime = ST.st_mtime = ST.st_ctime; ST 861 src/vfs/shell/shell.c vfs_zero_stat_times (&ST); ST 862 src/vfs/shell/shell.c ST.st_atime = ST.st_mtime = ST.st_ctime = mktime (&tim); ST 873 src/vfs/shell/shell.c ST.st_rdev = makedev (maj, min);