Home
last modified time | relevance | path

Searched refs:F_NOWR (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/stdio/
H A D__fdopen.c33 if (!strchr(mode, '+')) f->flags = (*mode == 'r') ? F_NOWR : F_NORD; in __fdopen()
65 if (!(f->flags & F_NOWR) && !__syscall(SYS_ioctl, fd, TIOCGWINSZ, &wsz)) in __fdopen()
67 if (!(f->flags & F_NOWR) && __isatty(fd)) in __fdopen()
H A Dext.c22 return (f->flags & F_NOWR) || f->rend; in __freading()
32 return !(f->flags & F_NOWR); in __fwritable()
H A D__towrite.c6 if (f->flags & F_NOWR) { in __towrite()
H A Dstdin.c10 .flags = F_PERM | F_NOWR,
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/stdio/
H A D__fdopen.c33 if (!strchr(mode, '+')) f->flags = (*mode == 'r') ? F_NOWR : F_NORD; in __fdopen()
65 if (!(f->flags & F_NOWR) && !__syscall(SYS_ioctl, fd, TIOCGWINSZ, &wsz)) in __fdopen()
67 if (!(f->flags & F_NOWR) && __isatty(fd)) in __fdopen()
H A Dext.c22 return (f->flags & F_NOWR) || f->rend; in __freading()
32 return !(f->flags & F_NOWR); in __fwritable()
H A Dstdin.c10 .flags = F_PERM | F_NOWR,
H A D__towrite.c6 if (f->flags & F_NOWR) { in __towrite()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/stdio/
H A D__fdopen.c33 if (!strchr(mode, '+')) f->flags = (*mode == 'r') ? F_NOWR : F_NORD; in __fdopen()
65 if (!(f->flags & F_NOWR) && !__syscall(SYS_ioctl, fd, TIOCGWINSZ, &wsz)) in __fdopen()
67 if (!(f->flags & F_NOWR) && __isatty(fd)) in __fdopen()
H A Dext.c22 return (f->flags & F_NOWR) || f->rend; in __freading()
32 return !(f->flags & F_NOWR); in __fwritable()
H A D__towrite.c6 if (f->flags & F_NOWR) { in __towrite()
H A Dstdin.c10 .flags = F_PERM | F_NOWR,
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/stdio/
H A D__fdopen.c33 if (!strchr(mode, '+')) f->flags = (*mode == 'r') ? F_NOWR : F_NORD; in __fdopen()
65 if (!(f->flags & F_NOWR) && !__syscall(SYS_ioctl, fd, TIOCGWINSZ, &wsz)) in __fdopen()
67 if (!(f->flags & F_NOWR) && __isatty(fd)) in __fdopen()
H A Dext.c22 return (f->flags & F_NOWR) || f->rend; in __freading()
32 return !(f->flags & F_NOWR); in __fwritable()
H A Dstdin.c10 .flags = F_PERM | F_NOWR,
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/stdio/
H A Dext.c22 return (f->flags & F_NOWR) || f->rend; in __freading()
32 return !(f->flags & F_NOWR); in __fwritable()
H A D__fdopen.c27 if (!strchr(mode, '+')) f->flags = (*mode == 'r') ? F_NOWR : F_NORD; in __fdopen()
46 if (!(f->flags & F_NOWR) && !__syscall(SYS_ioctl, fd, TIOCGWINSZ, &wsz)) in __fdopen()
H A Dstdin.c10 .flags = F_PERM | F_NOWR,
H A D__towrite.c6 if (f->flags & F_NOWR) { in __towrite()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/stdio/
H A Dext.c22 return (f->flags & F_NOWR) || f->rend; in __freading()
32 return !(f->flags & F_NOWR); in __fwritable()
H A D__fdopen.c27 if (!strchr(mode, '+')) f->flags = (*mode == 'r') ? F_NOWR : F_NORD; in __fdopen()
46 if (!(f->flags & F_NOWR) && !__syscall(SYS_ioctl, fd, TIOCGWINSZ, &wsz)) in __fdopen()
H A Dstdin.c10 .flags = F_PERM | F_NOWR,
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/stdio/
H A Dext.c22 return (f->flags & F_NOWR) || f->rend; in __freading()
32 return !(f->flags & F_NOWR); in __fwritable()
H A D__fdopen.c26 if (!strchr(mode, '+')) f->flags = (*mode == 'r') ? F_NOWR : F_NORD; in __fdopen()
47 if (!(f->flags & F_NOWR) && !__syscall(SYS_ioctl, fd, TIOCGWINSZ, &wsz)) in __fdopen()
H A Dstdin.c8 .flags = F_PERM | F_NOWR,

123