taglinefilesource code
stat15fs/stat.cstatic void cp_stat(struct m_inode * inode, struct stat * statbuf)
stat17fs/stat.cstruct stat tmp;
stat36fs/stat.cint sys_stat(char * filename, struct stat * statbuf)
stat47fs/stat.cint sys_fstat(unsigned int fd, struct stat * statbuf)
stat52include/sys/stat.hextern int fstat(int fildes, struct stat *stat_buf);
stat55include/sys/stat.hextern int stat(const char *filename, struct stat *stat_buf);
stat232include/unistd.hint stat(const char * filename, struct stat * stat_buf);
stat233include/unistd.hint fstat(int fildes, struct stat * stat_buf);
stat62tools/build.cstruct stat sb;
stat68tools/build.cif (stat(argv[4], &sb)) {