Searched defs:st_mode (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dsfsetbuf.c52 { int st_mode; member in struct:stat
220 st.st_mode = 0;
244 if(S_ISDIR(st.st_mode) || (Sfoff_t)st.st_size < (Sfoff_t)SF_GRAIN)
246 if(S_ISREG(st.st_mode) || S_ISDIR(st.st_mode))
276 { if(S_ISCHR(st.st_mode) )

Completed in 19 milliseconds