Searched refs:_flags (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libast/disc/
H A Dsfstrtmp.c50 if (!(f->_flags & SF_STRING))
52 if (f->_flags & SF_MALLOC)
54 f->_flags &= ~(SF_ERROR|SF_MALLOC);
/ast/src/lib/libast/include/
H A Dsfio_s.h41 unsigned short _flags; /* type of stream */ member in struct:_sfio_s
H A Dsfio.h359 #define __sf_eof(f) (_SF_(f)->_flags&SF_EOF)
360 #define __sf_error(f) (_SF_(f)->_flags&SF_ERROR)
361 #define __sf_clrerr(f) (_SF_(f)->_flags &= ~(SF_ERROR|SF_EOF))
451 (sfsetbuf((f),(b),(n)), ((f)->_flags |= (m) ? SF_MALLOC : 0), \
/ast/src/lib/libast/sfio/
H A Dsfwalk.c54 if(type != 0 && (f->_flags&type) != type )
H A Dsfhdr.h37 #define _flags flags macro
372 { if((ff)->_flags&SF_MTSAFE) \
382 { if((ff)->_flags&SF_MTSAFE) \
/ast/src/cmd/pax/
H A Dpaxlib.c189 part->sp->_flags &= ~(SF_READ|SF_WRITE|SF_STRING);
191 part->sp->_flags |= SF_READ;
193 part->sp->_flags |= SF_WRITE;
/ast/src/lib/libz/
H A Dsfdcgzip.c117 sp->_flags |= SF_ERROR;
135 sp->_flags |= SF_ERROR;
/ast/src/lib/libcodex/
H A Dcodex.c87 sp->_flags |= SF_ERROR;
129 sp->_flags |= SF_ERROR;
584 sfprintf(sfstderr, "codex: %d: %s: open(\"%s\",%s,%s)\n", code ? code->index : 0, meth->name, arg[0], (sp->_flags & SF_READ) ? "READ" : "WRITE", (deen & CODEX_DECODE) ? "DECODE" : "ENCODE");
660 if (!(sp->_flags & SF_READ))

Completed in 18 milliseconds