| 
									
										
										
										
											2009-09-27 20:25:34 -04:00
										 |  |  | USING: kernel alien.c-types alien.syntax math classes.struct | 
					
						
							|  |  |  | unix.time unix.types ;
 | 
					
						
							| 
									
										
										
										
											2008-03-20 15:53:01 -04:00
										 |  |  | IN: unix.stat | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-03-16 18:07:43 -04:00
										 |  |  | ! OpenBSD 4.2 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-08-30 05:06:41 -04:00
										 |  |  | STRUCT: stat | 
					
						
							|  |  |  |     { st_dev dev_t } | 
					
						
							|  |  |  |     { st_ino ino_t } | 
					
						
							|  |  |  |     { st_mode mode_t } | 
					
						
							|  |  |  |     { st_nlink nlink_t } | 
					
						
							|  |  |  |     { st_uid uid_t } | 
					
						
							|  |  |  |     { st_gid gid_t } | 
					
						
							| 
									
										
										
										
											2009-08-30 11:02:32 -04:00
										 |  |  |     { st_rdev dev_t } | 
					
						
							| 
									
										
										
										
											2009-08-30 05:06:41 -04:00
										 |  |  |     { st_lspare0 int32_t } | 
					
						
							|  |  |  |     { st_atimespec timespec } | 
					
						
							|  |  |  |     { st_mtimespec timespec } | 
					
						
							|  |  |  |     { st_ctimespec timespec } | 
					
						
							|  |  |  |     { st_size off_t } | 
					
						
							|  |  |  |     { st_blocks int64_t } | 
					
						
							|  |  |  |     { st_blksize u_int32_t } | 
					
						
							|  |  |  |     { st_flags u_int32_t } | 
					
						
							|  |  |  |     { st_gen u_int32_t } | 
					
						
							|  |  |  |     { st_lspare1 int32_t } | 
					
						
							|  |  |  |     { st_birthtimespec timespec } | 
					
						
							|  |  |  |     { st_qspare int64_t[2] } ;
 | 
					
						
							| 
									
										
										
										
											2008-03-16 18:07:43 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | FUNCTION: int stat  ( char* pathname, stat* buf ) ;
 | 
					
						
							|  |  |  | FUNCTION: int lstat ( char* pathname, stat* buf ) ;
 |