Searched refs:Fopen (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/usr.bin/mail/ |
| H A D | quit.c | 105 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 D | collect.c | 383 } 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 D | lex.c | 81 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 D | edit.c | 208 if ((nf = Fopen(tempname, "a+")) == NULL) { in run_editor()
|
| H A D | send.c | 469 if ((nfi = Fopen(tempname, "r")) == NULL) { in infix() 574 fo = Fopen(name, "a"); in savemail()
|
| H A D | extern.h | 47 FILE *Fopen(const char *, const char *);
|
| H A D | cmd2.c | 188 if ((obuf = Fopen(file, "a")) == NULL) { in save1()
|
| H A D | popen.c | 72 Fopen(const char *path, const char *mode) in Fopen() function
|
| H A D | util.c | 275 if ((fi = Fopen(cp, "r")) == NULL) { in source()
|
| H A D | names.c | 382 if ((fout = Fopen(fname, "a")) == NULL) { in outof()
|
| H A D | cmd3.c | 154 if ((f = Fopen(_PATH_HELP, "r")) == NULL) { in help()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | FileSystemPosix.cpp | 74 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 D | FileSystem.h | 62 FILE *Fopen(const char *path, const char *mode);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 830 FILE *test_file = FileSystem::Instance().Fopen(file_name, "r"); in TestEmulation()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 361 FILE *fh = nextfile ? FileSystem::Instance().Fopen(nextfile->c_str(), "r") in SetInputFile()
|