Searched refs:SHF_ALLOCS (Results 1 – 2 of 2) sorted by relevance
62 shf->flags = SHF_ALLOCS; in shf_open()143 sflags |= SHF_ALLOCS; in shf_fdopen()179 shf->flags = (shf->flags & (SHF_ALLOCS | SHF_ALLOCB)) | sflags; in shf_reopen()204 sflags |= SHF_ALLOCS; in shf_sopen()237 if (shf->flags & SHF_ALLOCS) in shf_close()279 if (shf->flags & SHF_ALLOCS) in shf_sclose()
1124 #define SHF_ALLOCS 0x0200 /* shf and shf->buf were alloc()ed */ macro