Searched refs:_file (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libast/include/
H A Dsfio_s.h42 short _file; /* file descriptor */ member in struct:_sfio_s
H A Dsfio.h358 #define __sf_fileno(f) (_SF_(f)->_file)
/ast/src/lib/libpz/
H A Dsfdcpzip.c187 io->_file = -1;
205 if (!(pz->pz = pzopen(&pz->disc, (char*)io, flags)) || (sp->_file = open("/dev/null", 0)) < 0)
207 io->_file = -1;
225 close(sp->_file);
226 sp->_file = io->_file;
228 io->_file = -1;
/ast/src/cmd/tests/sfio/
H A Dtstack.c198 f1->_file = fd[1];
202 f1->_file = fd[0];
/ast/src/cmd/pax/
H A Dpaxlib.c196 part->sp->_file = fd;
/ast/src/cmd/paxlib/calib/
H A Dcalib.c723 wfp->_file = -1;
730 wfp->_file = -1;
/ast/src/lib/libast/sfio/
H A Dsfhdr.h38 #define _file file macro

Completed in 27 milliseconds