Home
last modified time | relevance | path

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

/freebsd-head/usr.bin/mail/
HDquit.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 …]
HDcollect.c379 } else if ((fbuf = Fopen(cp, "r")) == NULL) { in collect()
430 if ((fbuf = Fopen(_PATH_TILDE, "r")) == NULL) { in collect()
512 if ((of = Fopen(name, "w")) == NULL) { in exwrite()
723 dbuf = Fopen(cp, "a"); in savedeadletter()
HDlex.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()
HDedit.c200 if ((nf = Fopen(tempname, "a+")) == NULL) { in run_editor()
HDsend.c463 if ((nfi = Fopen(tempname, "r")) == NULL) { in infix()
568 fo = Fopen(name, "a"); in savemail()
HDextern.h43 FILE *Fopen(const char *, const char *);
HDcmd2.c180 if ((obuf = Fopen(file, "a")) == NULL) { in save1()
HDpopen.c64 Fopen(const char *path, const char *mode) in Fopen() function
HDutil.c268 if ((fi = Fopen(cp, "r")) == NULL) { in source()
HDnames.c374 if ((fout = Fopen(fname, "a")) == NULL) { in outof()
HDcmd3.c146 if ((f = Fopen(_PATH_HELP, "r")) == NULL) { in help()
/freebsd-head/contrib/llvm-project/lldb/source/Host/posix/
HDFileSystemPosix.cpp75 FILE *FileSystem::Fopen(const char *path, const char *mode) { in Fopen() function in FileSystem
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Host/
HDFileSystem.h62 FILE *Fopen(const char *path, const char *mode);
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDDisassembler.cpp868 FILE *test_file = FileSystem::Instance().Fopen(file_name, "r"); in TestEmulation()
/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDBuiltins.td2975 def Fopen : LibBuiltin<"stdio.h"> {