Searched refs:Fopen (Results 1 – 15 of 15) sorted by relevance
/freebsd/usr.bin/mail/ |
H A D | quit.c | 97 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 D | collect.c | 375 } 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 D | lex.c | 73 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 D | edit.c | 200 if ((nf = Fopen(tempname, "a+")) == NULL) { in run_editor()
|
H A D | send.c | 461 if ((nfi = Fopen(tempname, "r")) == NULL) { in infix() 566 fo = Fopen(name, "a"); in savemail()
|
H A D | extern.h | 43 FILE *Fopen(const char *, const char *);
|
H A D | cmd2.c | 180 if ((obuf = Fopen(file, "a")) == NULL) { in save1()
|
H A D | popen.c | 64 Fopen(const char *path, const char *mode) in Fopen() function
|
H A D | util.c | 268 if ((fi = Fopen(cp, "r")) == NULL) { in source()
|
H A D | names.c | 374 if ((fout = Fopen(fname, "a")) == NULL) { in outof()
|
H A D | cmd3.c | 146 if ((f = Fopen(_PATH_HELP, "r")) == NULL) { in help()
|
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | FileSystem.h | 62 FILE *Fopen(const char *path, const char *mode);
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Disassembler.cpp | 868 FILE *test_file = FileSystem::Instance().Fopen(file_name, "r"); in TestEmulation()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.td | 2975 def Fopen : LibBuiltin<"stdio.h"> {
|