Home
last modified time | relevance | path

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

/third_party/musl/src/stdio/
Dfopen.c6 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/porting/liteos_m/kernel/src/stdio/
Dfopen.c8 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.py154 def test_ondoubleclick(self, fopen): argument
212 def test_ondoubleclick(self, fopen): argument
/third_party/boost/libs/nowide/src/
Dcstdio.cpp50 FILE* fopen(const char* file_name, const char* mode) in fopen() function
/third_party/curl/lib/
Dcurl_setup.h351 # define fopen(fname,mode) curlx_win32_fopen(fname, mode) macro
374 # define fopen(fname,mode) curlx_win32_fopen(fname, mode) macro
Dmemdebug.h151 #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.c252 PUBLIC FILE *fopen(const char *path, const char *mode) in fopen() function
/third_party/skia/third_party/externals/brotli/c/tools/
Dbrotli.c52 #define fopen ms_fopen macro
/third_party/pulseaudio/src/utils/
Dpadsp.c2660 FILE* fopen(const char *filename, const char *mode) { function
/third_party/boost/libs/smart_ptr/test/
Dshared_ptr_test.cpp3295 boost::shared_ptr<file> fopen(char const *, char const *) in fopen() function