Searched defs:stat_buff (Results 1 – 1 of 1) sorted by relevance
79 # define OPJ_FSTAT(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff) argument82 # define OPJ_STAT(path,stat_buff) _stati64(path,/* struct _stati64 */ stat_buff) argument85 # define OPJ_FSTAT(fildes,stat_buff) fstat(fildes,stat_buff) argument88 # define OPJ_STAT(path,stat_buff) stat(path,stat_buff) argument