Home
last modified time | relevance | path

Searched defs:__io_fseekx (Results 1 – 2 of 2) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/
H A Dpgstdinit.h104 #define __io_fseekx(fp, off, wh) fseek64(fp, off, wh) macro
115 #define __io_fseekx(fp, off, wh) fseeko64(fp, off, wh) macro
126 #define __io_fseekx(fp, off, wh) _fseeki64(fp, off, wh) macro
138 #define __io_fseekx(fp, off, wh) fseek(fp, off, wh) macro
149 #define __io_fseekx(fp, off, wh) fseek(fp, off, wh) macro
/dports/math/libpgmath/flang-d07daf3/runtime/include/
H A DstdioInterf.h49 #define __io_fseekx(fp, off, wh) fseek(fp, off, wh) macro