Home
last modified time | relevance | path

Searched defs:fopen (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/lib/libc/stdio/
H A Dfopen.c56 fopen(const char *file, const char *mode) in fopen() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dstdio.d122 alias fopen64 fopen; in version() local
161 alias fopen64 fopen; in version() local
192 alias fopen64 fopen; in version() local
223 alias fopen = fopen64; in version() local
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dsystem.h41 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) macro
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dsystem.h41 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) macro
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dsystem.h58 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) macro
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h58 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) macro
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dfsif.h147 struct fsif_open_request fopen; member
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dcollector_module.h54 FILE *(*fopen)(const char *filename, const char *mode); member
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollector_module.h53 FILE *(*fopen)(const char *filename, const char *mode); member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsystem.h68 #define fopen(PATH, MODE) fopen_unlocked (PATH, MODE) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h68 #define fopen(PATH, MODE) fopen_unlocked (PATH, MODE) macro
/netbsd-src/usr.sbin/mountd/
H A Dmountd.c328 #define fopen(a, b) rumpfopen((a), (b)) macro
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Diotrace.c1558 DCL_FOPEN (fopen) in DCL_FOPEN() argument