Home
last modified time | relevance | path

Searched refs:Fopen (Results 1 – 15 of 15) sorted by relevance

/freebsd/usr.bin/mail/
H A Dquit.c97 fbuf = Fopen(mailname, "r"); in quit()
123 if ((rbuf = Fopen(tempname, "r")) == NULL) in quit()
152 if ((readstat = Fopen(Tflag, "w")) == NULL) in quit()
204 if ((ibuf = Fopen(tempname, "r")) == NULL) { in quit()
212 if ((abuf = Fopen(mbox, "r")) != NULL) { in quit()
227 if ((obuf = Fopen(mbox, "r+")) == NULL) { in quit()
235 if ((obuf = Fopen(mbox, "a")) == NULL) { in quit()
301 abuf = Fopen(mailname, "r+"); in quit()
337 if ((obuf = Fopen(mailname, "r+")) == NULL) { in writeback()
395 if ((readstat = Fopen(Tflag, "w")) == NULL) in edstop()
[all …]
H A Dcollect.c375 } else if ((fbuf = Fopen(cp, "r")) == NULL) { in collect()
426 if ((fbuf = Fopen(_PATH_TILDE, "r")) == NULL) { in collect()
506 if ((of = Fopen(name, "w")) == NULL) { in exwrite()
717 dbuf = Fopen(cp, "a"); in savedeadletter()
H A Dlex.c73 if ((ibuf = Fopen(name, "r")) == NULL) { in setfile()
167 ibuf = Fopen(mailname, "r"); in incfile()
682 if ((in = Fopen(name, "r")) == NULL) in load()
H A Dedit.c200 if ((nf = Fopen(tempname, "a+")) == NULL) { in run_editor()
H A Dsend.c461 if ((nfi = Fopen(tempname, "r")) == NULL) { in infix()
566 fo = Fopen(name, "a"); in savemail()
H A Dextern.h43 FILE *Fopen(const char *, const char *);
H A Dcmd2.c180 if ((obuf = Fopen(file, "a")) == NULL) { in save1()
H A Dpopen.c64 Fopen(const char *path, const char *mode) in Fopen() function
H A Dutil.c268 if ((fi = Fopen(cp, "r")) == NULL) { in source()
H A Dnames.c374 if ((fout = Fopen(fname, "a")) == NULL) { in outof()
H A Dcmd3.c146 if ((f = Fopen(_PATH_HELP, "r")) == NULL) { in help()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DFileSystemPosix.cpp75 FILE *FileSystem::Fopen(const char *path, const char *mode) { in Fopen() function in FileSystem
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h62 FILE *Fopen(const char *path, const char *mode);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp868 FILE *test_file = FileSystem::Instance().Fopen(file_name, "r"); in TestEmulation()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td2975 def Fopen : LibBuiltin<"stdio.h"> {