Home
last modified time | relevance | path

Searched refs:__sfileno (Results 1 – 25 of 51) sorted by relevance

123

/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/stdio/
H A Dstdio.c69 ret = read(__sfileno(fp), buf, n); in __sread()
89 if (lseek(__sfileno(fp), (off_t)0, SEEK_END) == (off_t)-1) { in __swrite()
96 return write(__sfileno(fp), buf, n); in __swrite()
108 ret = lseek(__sfileno(fp), offset, whence); in __sseek()
126 return close(__sfileno(fp)); in __sclose()
H A Dmakebuf.c146 if (couldbetty && isatty(__sfileno(fp))) in __smakebuf()
168 if (__sfileno(fp) == -1 || fstat(__sfileno(fp), &st) < 0) { in __swhatbuf()
H A Dfseeko.c158 __sfileno(fp) == -1 || fstat(__sfileno(fp), &st) || in __weak_alias()
174 if (fstat(__sfileno(fp), &st)) in __weak_alias()
H A Dfileno.c67 r = __sfileno(fp); in __weak_alias()
H A Dfreopen.c99 if ((wantfd = __sfileno(fp)) == -1 && isopen) { in freopen()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdio/
H A Dfileno.c41 result = __sfileno (f);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdio/
H A Dfileno.c41 result = __sfileno (f);
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdio/
H A Dfileno_u.c38 result = __sfileno (f); in fileno_unlocked()
H A Dfileno.c72 result = __sfileno (f); in fileno()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/stdio/
H A Dfileno_u.c39 result = __sfileno (f);
H A Dfileno.c83 result = __sfileno (f);
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Stdio/
H A Dfileno.c75 r = __sfileno(fp);
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/
H A Dstdio.h365 #define __sfileno(p) ((p)->_file) macro
375 #define fileno(p) __sfileno(p)
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/
H A Dstdio.h365 #define __sfileno(p) ((p)->_file) macro
375 #define fileno(p) __sfileno(p)
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/include/
H A Dstdio.h401 #define __sfileno(p) ((p)->_file) macro
410 #define fileno(p) (!__isthreaded ? __sfileno(p) : (fileno)(p))
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/
H A Dstdio.h1598 #define __sfileno(p) ((p)->_file) macro
1612 #define fileno(p) __sfileno(p)
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos.12-any/
H A Dstdio.h276 #define __sfileno(p) ((p)->_file) macro
388 #define fileno_unlocked(p) __sfileno(p)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos.12-any/
H A Dstdio.h276 #define __sfileno(p) ((p)->_file) macro
388 #define fileno_unlocked(p) __sfileno(p)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/
H A Dstdio.h283 #define __sfileno(p) ((p)->_file) macro
396 #define fileno_unlocked(p) __sfileno(p)
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/
H A Dstdio.h283 #define __sfileno(p) ((p)->_file) macro
396 #define fileno_unlocked(p) __sfileno(p)
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos.11-any/
H A Dstdio.h283 #define __sfileno(p) ((p)->_file) macro
396 #define fileno_unlocked(p) __sfileno(p)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos.11-any/
H A Dstdio.h283 #define __sfileno(p) ((p)->_file) macro
396 #define fileno_unlocked(p) __sfileno(p)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/
H A Dstdio.h410 #define __sfileno(p) ((p)->_file) macro
417 #define fileno(p) __sfileno(p)
/dports/misc/rump/buildrump.sh-b914579/src/include/
H A Dstdio.h487 #define __sfileno(p) \ macro
508 #define fileno(p) __sfileno(p)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/
H A Dstdio.h410 #define __sfileno(p) ((p)->_file) macro
417 #define fileno(p) __sfileno(p)

123