Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dfopen.c8 FILE *fopen(const char *restrict filename, const char *restrict mode) in fopen() function
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dfopen.c8 FILE *fopen(const char *restrict filename, const char *restrict mode) in fopen() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dfopen.c8 FILE *fopen(const char *restrict filename, const char *restrict mode) in fopen() function
/third_party/musl/src/stdio/
Dfopen.c6 FILE *fopen(const char *restrict filename, const char *restrict mode) in fopen() function
/third_party/musl/porting/linux/user/src/stdio/
Dfopen.c6 FILE *fopen(const char *restrict filename, const char *restrict mode) in fopen() function
/third_party/python/Tools/scripts/
Dndiff.py61 def fopen(fname): function
/third_party/python/Lib/idlelib/idle_test/
Dtest_browser.py164 def test_ondoubleclick(self, fopen): argument
221 def test_ondoubleclick(self, fopen): argument
/third_party/curl/lib/
Dcurl_setup.h399 # define fopen(fname,mode) curlx_win32_fopen(fname, mode) macro
422 # define fopen(fname,mode) curlx_win32_fopen(fname, mode) macro
Dmemdebug.h176 #define fopen(file,mode) curl_dbg_fopen(file,mode,__LINE__,__FILE__) macro
/third_party/protobuf/src/google/protobuf/io/
Dio_win32.cc321 FILE* fopen(const char* path, const char* mode) { in fopen() function
/third_party/mesa3d/src/drm-shim/
Ddrm_shim.c255 PUBLIC FILE *fopen(const char *path, const char *mode) in fopen() function
/third_party/elfutils/libdwfl/
Dlinux-kernel-modules.c59 #define fopen fopen64 macro
/third_party/skia/third_party/externals/brotli/c/tools/
Dbrotli.c52 #define fopen ms_fopen macro
/third_party/elfutils/debuginfod/
Ddebuginfod-client.c101 #define fopen fopen64 macro
Ddebuginfod.cxx66 #define fopen fopen64 macro
/third_party/pulseaudio/src/utils/
Dpadsp.c2660 FILE* fopen(const char *filename, const char *mode) { function
/third_party/libabigail/tools/
Dabipkgdiff.cc67 #define fopen fopen64 macro
/third_party/rust/crates/libc/src/windows/
Dmod.rs305 pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE; in fopen() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs465 pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE; in fopen() function
/third_party/rust/crates/libc/src/
Dwasi.rs470 pub fn fopen(a: *const c_char, b: *const c_char) -> *mut FILE; in fopen() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs449 pub fn fopen(arg1: *const c_char, arg2: *const c_char) -> *mut FILE; in fopen() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1095 pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE; in fopen() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3378 pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE; in fopen() function