Home
last modified time | relevance | path

Searched refs:_stati64 (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dopj_includes.h81 # define OPJ_STAT_STRUCT_T struct _stati64
82 # define OPJ_STAT(path,stat_buff) _stati64(path,/* struct _stati64 */ stat_buff)
/external/bison/lib/
Dsys_stat.in.h72 # define stat _stati64
634 # if defined __MINGW32__ && defined _stati64
640 # elif defined _MSC_VER && defined _stati64
651 # undef _stati64
652 # define _stati64(name, st) rpl_stat (name, st)
Dfstat.c28 # define stat _stati64
Dstat.c33 # define stat _stati64
/external/bison/linux-lib/sys/
Dstat.h384 # define stat _stati64
946 # if defined __MINGW32__ && defined _stati64
952 # elif defined _MSC_VER && defined _stati64
963 # undef _stati64
964 # define _stati64(name, st) rpl_stat (name, st)
/external/bison/darwin-lib/sys/
Dstat.h384 # define stat _stati64
946 # if defined __MINGW32__ && defined _stati64
952 # elif defined _MSC_VER && defined _stati64
963 # undef _stati64
964 # define _stati64(name, st) rpl_stat (name, st) macro