ST 775 src/vfs/shell/shell.c if (S_ISLNK (ST.st_mode)) ST 839 src/vfs/shell/shell.c ST.st_size = (off_t) g_ascii_strtoll (buffer, NULL, 10); ST 846 src/vfs/shell/shell.c vfs_parse_filemode (buffer, &skipped, &ST.st_mode); ST 858 src/vfs/shell/shell.c vfs_parse_raw_filemode (buffer, &skipped, &ST.st_mode); ST 864 src/vfs/shell/shell.c vfs_zero_stat_times (&ST); ST 865 src/vfs/shell/shell.c if (vfs_parse_filedate (0, &ST.st_ctime) == 0) ST 867 src/vfs/shell/shell.c ST.st_atime = ST.st_mtime = ST.st_ctime; ST 879 src/vfs/shell/shell.c vfs_zero_stat_times (&ST); ST 880 src/vfs/shell/shell.c ST.st_atime = ST.st_mtime = ST.st_ctime = mktime (&tim); ST 892 src/vfs/shell/shell.c ST.st_rdev = makedev (maj, min);