Home
last modified time | relevance | path

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

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

Completed in 54 milliseconds