Home
last modified time | relevance | path

Searched refs:__acrt_iob_func (Results 1 – 16 of 16) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/stdio/
H A Dmingw_lock.c42 if ( (pf >= __acrt_iob_func(0)) && (pf <= __acrt_iob_func(_IOB_ENTRIES-1)) ) in _lock_file()
47 _lock( _STREAM_LOCKS + (int)(pf - __acrt_iob_func(0)) ); in _lock_file()
84 if ( (pf >= __acrt_iob_func(0)) && (pf <= __acrt_iob_func(_IOB_ENTRIES-1)) ) in _unlock_file()
91 _unlock( _STREAM_LOCKS + (int)(pf - __acrt_iob_func(0)) ); in _unlock_file()
H A Dacrt_iob_func.c9 FILE *__cdecl __acrt_iob_func(unsigned index) in __acrt_iob_func() function
15 _f__acrt_iob_func __MINGW_IMP_SYMBOL(__acrt_iob_func) = __acrt_iob_func;
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/stdio/
H A Dmingw_lock.c42 if ( (pf >= __acrt_iob_func(0)) && (pf <= __acrt_iob_func(_IOB_ENTRIES-1)) ) in _lock_file()
47 _lock( _STREAM_LOCKS + (int)(pf - __acrt_iob_func(0)) ); in _lock_file()
84 if ( (pf >= __acrt_iob_func(0)) && (pf <= __acrt_iob_func(_IOB_ENTRIES-1)) ) in _unlock_file()
91 _unlock( _STREAM_LOCKS + (int)(pf - __acrt_iob_func(0)) ); in _unlock_file()
H A Dacrt_iob_func.c9 FILE *__cdecl __acrt_iob_func(unsigned index) in __acrt_iob_func() function
15 _f__acrt_iob_func __MINGW_IMP_SYMBOL(__acrt_iob_func) = __acrt_iob_func;
/dports/games/marblemarcher/Marble-Marcher-Community-Edition-1.4.5/src/
H A Dfixthings.c4 FILE *__cdecl __acrt_iob_func(unsigned index) in __acrt_iob_func() function
10 _f__acrt_iob_func __MINGW_IMP_SYMBOL(__acrt_iob_func) = __acrt_iob_func;
/dports/math/libpgmath/flang-d07daf3/runtime/flangrti/
H A Diostdinit.c298 return __acrt_iob_func (xx); in _pgi_get_iob()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstdio.h93 _CRTIMP FILE *__cdecl __acrt_iob_func(unsigned index);
127 #define stdin (__acrt_iob_func(0))
128 #define stdout (__acrt_iob_func(1))
129 #define stderr (__acrt_iob_func(2))
H A Dwchar.h56 _CRTIMP FILE *__cdecl __acrt_iob_func(unsigned index);
75 #define stdin (__acrt_iob_func(0))
76 #define stdout (__acrt_iob_func(1))
77 #define stderr (__acrt_iob_func(2))
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstdio.h93 _CRTIMP FILE *__cdecl __acrt_iob_func(unsigned index);
127 #define stdin (__acrt_iob_func(0))
128 #define stdout (__acrt_iob_func(1))
129 #define stderr (__acrt_iob_func(2))
H A Dwchar.h56 _CRTIMP FILE *__cdecl __acrt_iob_func(unsigned index);
75 #define stdin (__acrt_iob_func(0))
76 #define stdout (__acrt_iob_func(1))
77 #define stderr (__acrt_iob_func(2))
/dports/lang/ghc/ghc-8.10.7/rts/linker/
H A DPEi386.c284 const void* __rts_iob_func = (void*)&__acrt_iob_func;
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/
H A Dlib.rs284 pub fn __acrt_iob_func(arg1: ::std::os::raw::c_uint) -> *mut FILE; in __acrt_iob_func() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/
H A Dlib.rs284 pub fn __acrt_iob_func(arg1: ::std::os::raw::c_uint) -> *mut FILE;
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/src/
H A Dffi.rs385 pub fn __acrt_iob_func(_Ix: ::std::os::raw::c_uint) -> *mut FILE; in __acrt_iob_func() function
/dports/lang/racket/racket-8.3/collects/compiler/private/
H A Dxform.rkt930 __acrt_iob_func ; VC 14.0 (2015)
/dports/lang/racket-minimal/racket-8.3/collects/compiler/private/
H A Dxform.rkt930 __acrt_iob_func ; VC 14.0 (2015)