Searched refs:sfclose (Results 1 - 25 of 232) sorted by relevance

12345678910

/ast/src/lib/libast/stdio/
H A Dfclose.c31 return sfclose(f);
H A Dpclose.c31 return sfclose(f);
H A Dfcloseall.c49 if(sfclose(p->sf[n]) >= 0)
H A Dvsnprintf.c49 sfclose(f);
/ast/src/cmd/tests/sfio/
H A Dtopen.c31 sfclose(sfstdin);
35 sfclose(f);
42 if(!sfclose(&sf) || errno != EBADF)
43 terror("sfclose(sf) should fail with EBADF");
H A Dttmpfile.c34 if(sfclose(f) < 0)
46 if(sfclose(f) < 0)
61 if(sfclose(f) < 0)
H A Dtstatus.c47 if(sfclose(ip))
48 terror("sfclose(ip)");
49 if(sfclose(op))
50 terror("sfclose(op)");
H A Dtresize.c41 if(sfclose(f) < 0)
60 sfclose(f);
69 sfclose(f);
H A Dtswap.c33 sfclose(sfstdin);
H A Dtmode.c54 if(sfclose(f) < 0)
55 terror("sfclose");
73 if(sfclose(f) < 0)
74 terror("sfclose");
H A Dtwhole.c62 sfclose(f);
78 sfclose(f);
H A Dttmp.c78 sfclose(f);
109 sfclose(f);
116 sfclose(f);
127 sfclose(f);
138 sfclose(f);
H A Dtclose.c82 if(sfclose(r) < 0)
83 terror("sfclose failed closing read stream");
91 if(sfclose(w) >= 0)
92 terror("sfclose should have failed closing write stream");
132 if(sfclose(w))
133 terror("sfclose should not have returned error status");
H A Dtnotify.c64 if(sfclose(f) < 0 || Type != SF_CLOSING)
H A Dtpipemove.c48 sfclose(sfstdout);
H A Dtpopen.c46 sfclose(f);
/ast/src/lib/libast/astsa/
H A Dsfstr.h34 #undef sfclose macro
47 extern int sfclose(Sfio_t*);
/ast/src/cmd/cs/vcs_src/
H A Dvcs_rscs.c61 sfclose(rf.fd);
74 sfclose(rf.fd);
80 sfclose(rf.fd); sfclose(vs.fd);
85 sfclose(rf.fd); sfclose(vs.fd);
115 sfclose(fd);
121 sfclose(fd);
125 sfclose(fd);
H A Dvcs_checkout.c87 sfclose(fsrc);
129 sfclose(fdel); sfclose(rtar); sfclose(fsrc);
140 if (fdel) sfclose(fdel);
141 if (rtar) sfclose(rtar);
142 if (fsrc) sfclose(fsrc);
/ast/src/lib/libpp/
H A Dppprintf.c43 sfclose(sp);
/ast/src/lib/librecsort/
H A Drstemp.c58 sfclose(sp);
111 return sfclose(sp);
/ast/src/lib/libjcl/
H A Dopen.c151 sfclose(jcl->cp);
153 sfclose(jcl->dp);
155 sfclose(jcl->rp);
157 sfclose(jcl->tp);
159 sfclose(jcl->vp);
161 sfclose(jcl->xp);
211 sfclose(jcl->sp);
/ast/src/lib/libast/sfio/
H A Dsftell.c48 (void)sfclose((*_Sfstack)(f,NIL(Sfio_t*)));
/ast/src/lib/libexpr/
H A Dexerror.c54 sfclose(sp);
/ast/src/cmd/pax/
H A Dnocom.c90 sfclose(sp);

Completed in 42 milliseconds

12345678910