Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/mail/
H A Dquit.c105 fbuf = Fopen(mailname, "r"); in quit()
131 if ((rbuf = Fopen(tempname, "r")) == NULL) in quit()
160 if ((readstat = Fopen(Tflag, "w")) == NULL) in quit()
212 if ((ibuf = Fopen(tempname, "r")) == NULL) { in quit()
220 if ((abuf = Fopen(mbox, "r")) != NULL) { in quit()
235 if ((obuf = Fopen(mbox, "r+")) == NULL) { in quit()
243 if ((obuf = Fopen(mbox, "a")) == NULL) { in quit()
309 abuf = Fopen(mailname, "r+"); in quit()
345 if ((obuf = Fopen(mailname, "r+")) == NULL) { in writeback()
403 if ((readstat = Fopen(Tflag, "w")) == NULL) in edstop()
[all …]
H A Dcollect.c383 } else if ((fbuf = Fopen(cp, "r")) == NULL) { in collect()
434 if ((fbuf = Fopen(_PATH_TILDE, "r")) == NULL) { in collect()
514 if ((of = Fopen(name, "w")) == NULL) { in exwrite()
725 dbuf = Fopen(cp, "a"); in savedeadletter()
H A Dlex.c81 if ((ibuf = Fopen(name, "r")) == NULL) { in setfile()
175 ibuf = Fopen(mailname, "r"); in incfile()
690 if ((in = Fopen(name, "r")) == NULL) in load()
H A Dedit.c208 if ((nf = Fopen(tempname, "a+")) == NULL) { in run_editor()
H A Dsend.c469 if ((nfi = Fopen(tempname, "r")) == NULL) { in infix()
574 fo = Fopen(name, "a"); in savemail()
H A Dextern.h47 FILE *Fopen(const char *, const char *);
H A Dcmd2.c188 if ((obuf = Fopen(file, "a")) == NULL) { in save1()
H A Dpopen.c72 Fopen(const char *path, const char *mode) in Fopen() function
H A Dutil.c275 if ((fi = Fopen(cp, "r")) == NULL) { in source()
H A Dnames.c382 if ((fout = Fopen(fname, "a")) == NULL) { in outof()
H A Dcmd3.c154 if ((f = Fopen(_PATH_HELP, "r")) == NULL) { in help()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DFileSystemPosix.cpp74 FILE *FileSystem::Fopen(const char *path, const char *mode) { in Fopen() function in FileSystem
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h62 FILE *Fopen(const char *path, const char *mode);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp830 FILE *test_file = FileSystem::Instance().Fopen(file_name, "r"); in TestEmulation()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp361 FILE *fh = nextfile ? FileSystem::Instance().Fopen(nextfile->c_str(), "r") in SetInputFile()