Searched refs:Fopen (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/usr.bin/mail/ |
| H A D | quit.c | 103 fbuf = Fopen(mailname, "r"); in quit() 129 if ((rbuf = Fopen(tempname, "r")) == NULL) in quit() 158 if ((readstat = Fopen(Tflag, "w")) == NULL) in quit() 210 if ((ibuf = Fopen(tempname, "r")) == NULL) { in quit() 218 if ((abuf = Fopen(mbox, "r")) != NULL) { in quit() 233 if ((obuf = Fopen(mbox, "r+")) == NULL) { in quit() 241 if ((obuf = Fopen(mbox, "a")) == NULL) { in quit() 307 abuf = Fopen(mailname, "r+"); in quit() 343 if ((obuf = Fopen(mailname, "r+")) == NULL) { in writeback() 401 if ((readstat = Fopen(Tflag, "w")) == NULL) in edstop() [all …]
|
| H A D | collect.c | 381 } else if ((fbuf = Fopen(cp, "r")) == NULL) { in collect() 432 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()
|
| H A D | lex.c | 79 if ((ibuf = Fopen(name, "r")) == NULL) { in setfile() 173 ibuf = Fopen(mailname, "r"); in incfile() 688 if ((in = Fopen(name, "r")) == NULL) in load()
|
| H A D | edit.c | 206 if ((nf = Fopen(tempname, "a+")) == NULL) { in run_editor()
|
| H A D | send.c | 467 if ((nfi = Fopen(tempname, "r")) == NULL) { in infix() 572 fo = Fopen(name, "a"); in savemail()
|
| H A D | extern.h | 45 FILE *Fopen(const char *, const char *);
|
| H A D | cmd2.c | 186 if ((obuf = Fopen(file, "a")) == NULL) { in save1()
|
| H A D | popen.c | 70 Fopen(const char *path, const char *mode) in Fopen() function
|
| H A D | util.c | 274 if ((fi = Fopen(cp, "r")) == NULL) { in source()
|
| H A D | names.c | 380 if ((fout = Fopen(fname, "a")) == NULL) { in outof()
|
| H A D | cmd3.c | 152 if ((f = Fopen(_PATH_HELP, "r")) == NULL) { in help()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | FileSystemPosix.cpp | 75 FILE *FileSystem::Fopen(const char *path, const char *mode) { in Fopen() function in FileSystem
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | FileSystem.h | 62 FILE *Fopen(const char *path, const char *mode);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 868 FILE *test_file = FileSystem::Instance().Fopen(file_name, "r"); in TestEmulation()
|