Searched refs:stat_buf (Results 1 – 2 of 2) sorted by relevance
154 const struct_stat *stat_buf) in VmsRealFileSize() argument184 const struct_stat *stat_buf) in VmsSpecialSize() argument186 switch(stat_buf->st_fab_rfm) { in VmsSpecialSize()189 return VmsRealFileSize(name, stat_buf); in VmsSpecialSize()192 return stat_buf->st_size; in VmsSpecialSize()
246 const struct_stat *stat_buf) in vms_realfilesize() argument277 const struct_stat *stat_buf) in VmsSpecialSize() argument279 switch(stat_buf->st_fab_rfm) { in VmsSpecialSize()282 return vms_realfilesize(name, stat_buf); in VmsSpecialSize()285 return stat_buf->st_size; in VmsSpecialSize()
Completed in 16 milliseconds