Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dfopen.c48 fopen(const char * __restrict file, const char * __restrict mode) in fopen() function
/freebsd/stand/liblua/
H A Dlstd.c36 fopen(const char *filename, const char *mode) in fopen() function
/freebsd/sys/contrib/xen/io/
H A Dfsif.h147 struct fsif_open_request fopen; member
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors.cpp132 INTERCEPTOR(FILE *, fopen, const char *path, const char *mode) { in INTERCEPTOR() argument