Searched refs:Fopen (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/usr.bin/mail/
H A Dquit.c103 fbuf = Fopen(mailname, "r");
129 if ((rbuf = Fopen(tempname, "r")) == NULL)
158 if ((readstat = Fopen(Tflag, "w")) == NULL)
210 if ((ibuf = Fopen(tempname, "r")) == NULL) {
218 if ((abuf = Fopen(mbox, "r")) != NULL) {
232 if ((obuf = Fopen(mbox, "r+")) == NULL) {
240 if ((obuf = Fopen(mbox, "a")) == NULL) {
306 abuf = Fopen(mailname, "r+");
342 if ((obuf = Fopen(mailname, "r+")) == NULL) {
400 if ((readstat = Fopen(Tfla
[all...]
H A Dcollect.c382 } else if ((fbuf = Fopen(cp, "r")) == NULL) {
433 if ((fbuf = Fopen(_PATH_TILDE, "r")) == NULL) {
513 if ((of = Fopen(name, "w")) == NULL) {
724 dbuf = Fopen(cp, "a");
H A Dlex.c79 if ((ibuf = Fopen(name, "r")) == NULL) {
173 ibuf = Fopen(mailname, "r");
688 if ((in = Fopen(name, "r")) == NULL)
H A Dedit.c206 if ((nf = Fopen(tempname, "a+")) == NULL) {
H A Dextern.h45 FILE *Fopen(const char *, const char *);
H A Dsend.c467 if ((nfi = Fopen(tempname, "r")) == NULL) {
570 if ((fo = Fopen(name, "a")) == NULL) {
H A Dcmd2.c183 if ((obuf = Fopen(file, "a")) == NULL) {
H A Dpopen.c67 Fopen(const char *path, const char *mode) function
H A Dutil.c271 if ((fi = Fopen(cp, "r")) == NULL) {
H A Dcmd3.c152 if ((f = Fopen(_PATH_HELP, "r")) == NULL) {
H A Dnames.c380 if ((fout = Fopen(fname, "a")) == NULL) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp78 void Fopen(CheckerContext &C, const CallExpr *CE) const;
142 Fopen(C, CE);
201 void StreamChecker::Fopen(CheckerContext &C, const CallExpr *CE) const { function in class:StreamChecker

Completed in 78 milliseconds