Searched defs:fopen (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/lib/libc/stdio/ |
H A D | fopen.c | 56 fopen(const char *file, const char *mode) in fopen() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | stdio.d | 122 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 D | system.h | 41 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) macro
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
H A D | system.h | 41 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | system.h | 58 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) macro
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | system.h | 58 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) macro
|
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
H A D | fsif.h | 147 struct fsif_open_request fopen; member
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | collector_module.h | 54 FILE *(*fopen)(const char *filename, const char *mode); member
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | collector_module.h | 53 FILE *(*fopen)(const char *filename, const char *mode); member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | system.h | 68 #define fopen(PATH, MODE) fopen_unlocked (PATH, MODE) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | system.h | 68 #define fopen(PATH, MODE) fopen_unlocked (PATH, MODE) macro
|
/netbsd-src/usr.sbin/mountd/ |
H A D | mountd.c | 328 #define fopen(a, b) rumpfopen((a), (b)) macro
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | iotrace.c | 1558 DCL_FOPEN (fopen) in DCL_FOPEN() argument
|