Searched refs:SHF_ALLOCS (Results 1 – 2 of 2) sorted by relevance
64 shf->flags = SHF_ALLOCS; in shf_open()145 sflags |= SHF_ALLOCS; in shf_fdopen()181 shf->flags = (shf->flags & (SHF_ALLOCS | SHF_ALLOCB)) | sflags; in shf_reopen()207 sflags |= SHF_ALLOCS; in shf_sopen()240 if (shf->flags & SHF_ALLOCS) in shf_close()282 if (shf->flags & SHF_ALLOCS) in shf_sclose()
1721 #define SHF_ALLOCS 0x0200 /* shf and shf->buf were alloc()ed */ macro