| /src/external/gpl3/gcc/dist/libgomp/config/gcn/ |
| affinity-fmt.c | 45 /* The GCN newlib implementation does not support fwrite, but it does support 46 write. Map fwrite to write. */ 47 #undef fwrite macro 48 #define fwrite(ptr, size, nmemb, stream) write (1, (ptr), (nmemb) * (size)) macro
|
| /src/external/gpl3/gcc/dist/libgomp/config/nvptx/ |
| affinity-fmt.c | 45 /* The nvptx newlib implementation does not support fwrite, but it does support 46 write. Map fwrite to write. */ 47 #undef fwrite macro 48 #define fwrite(ptr, size, nmemb, stream) write (1, (ptr), (nmemb) * (size)) macro
|
| error.c | 46 #undef fwrite macro 48 # define fwrite(ptr, size, nmemb, stream) \ 52 # define fwrite(ptr, size, nmemb, stream) \ macro
|
| /src/external/gpl3/gcc/dist/libgomp/config/rtems/ |
| affinity-fmt.c | 45 /* Avoid the complex fwrite() in favour of the simple write(). */ 46 #undef fwrite macro 47 #define fwrite(ptr, size, nmemb, stream) write (1, (ptr), (nmemb) * (size)) macro
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/gcn/ |
| affinity-fmt.c | 45 /* The GCN newlib implementation does not support fwrite, but it does support 46 write. Map fwrite to write. */ 47 #undef fwrite macro 48 #define fwrite(ptr, size, nmemb, stream) write (1, (ptr), (nmemb) * (size)) macro
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/ |
| affinity-fmt.c | 45 /* The nvptx newlib implementation does not support fwrite, but it does support 46 write. Map fwrite to write. */ 47 #undef fwrite macro 48 #define fwrite(ptr, size, nmemb, stream) write (1, (ptr), (nmemb) * (size)) macro
|
| error.c | 46 #undef fwrite macro 48 # define fwrite(ptr, size, nmemb, stream) \ 52 # define fwrite(ptr, size, nmemb, stream) \ macro
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/rtems/ |
| affinity-fmt.c | 45 /* Avoid the complex fwrite() in favour of the simple write(). */ 46 #undef fwrite macro 47 #define fwrite(ptr, size, nmemb, stream) write (1, (ptr), (nmemb) * (size)) macro
|
| /src/lib/libc/stdio/ |
| fwrite.c | 1 /* $NetBSD: fwrite.c,v 1.19 2021/02/01 17:50:53 jdolecek Exp $ */ 38 static char sccsid[] = "@(#)fwrite.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: fwrite.c,v 1.19 2021/02/01 17:50:53 jdolecek Exp $"); 58 fwrite(const void *buf, size_t size, size_t count, FILE *fp) function
|
| /src/external/gpl2/diffutils/dist/lib/ |
| unlocked-io.h | 50 # undef fwrite macro 51 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) macro
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| stdio-write.c | 199 fwrite (const void *ptr, size_t s, size_t n, FILE *stream) function 200 #undef fwrite macro 202 CALL_WITH_SIGPIPE_EMULATION (size_t, fwrite (ptr, s, n, stream), ret < n)
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| stdio-write.c | 199 fwrite (const void *ptr, size_t s, size_t n, FILE *stream) function 200 #undef fwrite macro 202 CALL_WITH_SIGPIPE_EMULATION (size_t, fwrite (ptr, s, n, stream), ret < n)
|
| /src/external/gpl3/gcc/dist/fixincludes/ |
| system.h | 145 # undef fwrite macro 146 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream) macro 163 /* ??? Glibc's fwrite/fread_unlocked macros cause
|
| /src/external/gpl3/gcc.old/dist/fixincludes/ |
| system.h | 145 # undef fwrite macro 146 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream) macro 163 /* ??? Glibc's fwrite/fread_unlocked macros cause
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| unlocked-io.h | 94 # undef fwrite macro 95 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) macro 97 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z)
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| unlocked-io.h | 94 # undef fwrite macro 95 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) macro 97 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z)
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| unlocked-io.h | 94 # undef fwrite macro 95 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) macro 97 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z)
|
| /src/external/gpl2/xcvs/dist/lib/ |
| unlocked-io.h | 94 # undef fwrite macro 95 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) macro 97 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z)
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| system.h | 166 # undef fwrite macro 167 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream) macro 188 /* ??? Glibc's fwrite/fread_unlocked macros cause
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| system.h | 166 # undef fwrite macro 167 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream) macro 188 /* ??? Glibc's fwrite/fread_unlocked macros cause
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| fsif.h | 150 struct fsif_write_request fwrite; member in union:fsif_request::__anon6603
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| stdio.h | 1287 # undef fwrite 1288 # define fwrite rpl_fwrite 1290 _GL_FUNCDECL_RPL (fwrite, size_t, 1294 _GL_CXXALIAS_RPL (fwrite, size_t, 1298 _GL_CXXALIAS_SYS (fwrite, size_t, 1304 which sometimes causes an unwanted diagnostic for fwrite calls. 1311 # undef fwrite macro 1316 fwrite); 1321 # define fwrite rpl_fwrite macro 1326 _GL_CXXALIASWARN (fwrite); variable [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| stdio.h | 1287 # undef fwrite 1288 # define fwrite rpl_fwrite 1290 _GL_FUNCDECL_RPL (fwrite, size_t, 1294 _GL_CXXALIAS_RPL (fwrite, size_t, 1298 _GL_CXXALIAS_SYS (fwrite, size_t, 1304 which sometimes causes an unwanted diagnostic for fwrite calls. 1311 # undef fwrite macro 1316 fwrite); 1321 # define fwrite rpl_fwrite macro 1326 _GL_CXXALIASWARN (fwrite); variable [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| stdio.h | 1287 # undef fwrite 1288 # define fwrite rpl_fwrite 1290 _GL_FUNCDECL_RPL (fwrite, size_t, 1294 _GL_CXXALIAS_RPL (fwrite, size_t, 1298 _GL_CXXALIAS_SYS (fwrite, size_t, 1304 which sometimes causes an unwanted diagnostic for fwrite calls. 1311 # undef fwrite macro 1316 fwrite); 1321 # define fwrite rpl_fwrite macro 1326 _GL_CXXALIASWARN (fwrite); variable [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| stdio.h | 1287 # undef fwrite 1288 # define fwrite rpl_fwrite 1290 _GL_FUNCDECL_RPL (fwrite, size_t, 1294 _GL_CXXALIAS_RPL (fwrite, size_t, 1298 _GL_CXXALIAS_SYS (fwrite, size_t, 1304 which sometimes causes an unwanted diagnostic for fwrite calls. 1311 # undef fwrite macro 1316 fwrite); 1321 # define fwrite rpl_fwrite macro 1326 _GL_CXXALIASWARN (fwrite); variable [all...] |