Home
last modified time | relevance | path

Searched refs:fwrite_unlocked (Results 101 – 125 of 1054) sorted by relevance

12345678910>>...43

/dports/textproc/apertium/apertium-3.6.1/utf8/
H A Dutf8_fwrap.h85 if (fwrite_unlocked(buf, 1, e-buf, out) != static_cast<size_t>(e-buf)) { in fputwc_u8()
97 if (fwrite_unlocked(&buf[0], 1, buf.size(), out) != buf.size()) { in fputws_u8()
/dports/lang/gcc6-aux/gcc-6-20180516/libcpp/
H A Dsystem.h163 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
165 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
187 #undef fwrite_unlocked
/dports/lang/gcc8/gcc-8.5.0/libcpp/
H A Dsystem.h163 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
165 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
187 #undef fwrite_unlocked
/dports/lang/gcc10/gcc-10.3.0/libcpp/
H A Dsystem.h167 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
169 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
191 #undef fwrite_unlocked
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libcpp/
H A Dsystem.h163 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
165 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
187 #undef fwrite_unlocked
/dports/lang/gcc11-devel/gcc-11-20211009/libcpp/
H A Dsystem.h167 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
169 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
191 #undef fwrite_unlocked
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libcpp/
H A Dsystem.h163 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
165 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
187 #undef fwrite_unlocked
/dports/devel/avr-gcc/gcc-10.2.0/libcpp/
H A Dsystem.h167 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
169 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
191 #undef fwrite_unlocked
/dports/lang/gcc9-devel/gcc-9-20211007/libcpp/
H A Dsystem.h167 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
169 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
191 #undef fwrite_unlocked
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libcpp/
H A Dsystem.h163 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
165 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
187 #undef fwrite_unlocked
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libcpp/
H A Dsystem.h163 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
165 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
187 #undef fwrite_unlocked
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libcpp/
H A Dsystem.h167 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
169 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
191 #undef fwrite_unlocked
/dports/lang/gnat_util/gcc-6-20180516/libcpp/
H A Dsystem.h163 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
165 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
187 #undef fwrite_unlocked
/dports/devel/riscv64-gcc/gcc-8.3.0/libcpp/
H A Dsystem.h163 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
165 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
187 #undef fwrite_unlocked
/dports/lang/gcc11/gcc-11.2.0/libcpp/
H A Dsystem.h167 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
169 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
191 #undef fwrite_unlocked
/dports/lang/gcc10-devel/gcc-10-20211008/libcpp/
H A Dsystem.h167 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
169 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
191 #undef fwrite_unlocked
/dports/lang/gcc9/gcc-9.4.0/libcpp/
H A Dsystem.h167 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
169 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
191 #undef fwrite_unlocked
/dports/lang/gcc9-aux/gcc-9.1.0/libcpp/
H A Dsystem.h167 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
169 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
191 #undef fwrite_unlocked
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dstdio.h171 # define fwrite_unlocked(ptr, size, n, stream) \ macro
189 : fwrite_unlocked (ptr, size, n, stream))))
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dstdio.h171 # define fwrite_unlocked(ptr, size, n, stream) \ macro
189 : fwrite_unlocked (ptr, size, n, stream))))
/dports/lang/gcc12-devel/gcc-12-20211205/libcpp/
H A Dsystem.h167 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
169 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
191 #undef fwrite_unlocked
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/lib/
H A Dargp-namefrob.h131 && !defined fwrite_unlocked)
132 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) macro
H A Dargp-fmtstream.c105 fwrite_unlocked (fs->buf, 1, fs->p - fs->buf, fs->stream); in __argp_fmtstream_free()
297 fwrite_unlocked (fs->buf, 1, nl - fs->buf, fs->stream); in __argp_fmtstream_update()
363 wrote = fwrite_unlocked (fs->buf, 1, fs->p - fs->buf, fs->stream); in __argp_fmtstream_ensure()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dargp-namefrob.h131 && !defined fwrite_unlocked)
132 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z)
/dports/net/gnu-radius/radius-1.6.1/gnu/
H A Dargp-fmtstream.c107 fwrite_unlocked (fs->buf, 1, fs->p - fs->buf, fs->stream); in __argp_fmtstream_free()
299 fwrite_unlocked (fs->buf, 1, nl - fs->buf, fs->stream); in __argp_fmtstream_update()
365 wrote = fwrite_unlocked (fs->buf, 1, fs->p - fs->buf, fs->stream); in __argp_fmtstream_ensure()

12345678910>>...43