4.3BSD-Reno/share/man/cat3f/fstat.0

Compare this file to the similar file:
Show the results in this format:




STAT(3F)		      1985			 STAT(3F)



NNAAMMEE
     stat, lstat, fstat - get file status

SSYYNNOOPPSSIISS
     iinntteeggeerr ffuunnccttiioonn ssttaatt ((nnaammee,, ssttaattbb))
     cchhaarraacctteerr**((**)) nnaammee
     iinntteeggeerr ssttaattbb((1122))

     iinntteeggeerr ffuunnccttiioonn llssttaatt ((nnaammee,, ssttaattbb))
     cchhaarraacctteerr**((**)) nnaammee
     iinntteeggeerr ssttaattbb((1122))

     iinntteeggeerr ffuunnccttiioonn ffssttaatt ((lluunniitt,, ssttaattbb))
     iinntteeggeerr ssttaattbb((1122))

DDEESSCCRRIIPPTTIIOONN
     These routines return detailed information about a file.
     _S_t_a_t and _l_s_t_a_t return information about file _n_a_m_e; _f_s_t_a_t
     returns information about the file associated with fortran
     logical unit _l_u_n_i_t. The order and meaning of the information
     returned in array _s_t_a_t_b is as described for the structure
     _s_t_a_t under _s_t_a_t(2).  The ``spare'' values are not included.

     The value of either function will be zero if successful; an
     error code otherwise.

FFIILLEESS
     /usr/lib/libU77.a

SSEEEE AALLSSOO
     stat(2), access(3F), perror(3F), time(3F)

BBUUGGSS
     Pathnames can be no longer than MAXPATHLEN as defined in
     <_s_y_s/_p_a_r_a_m._h>.




















Printed 7/27/90                May				1