Searched refs:SHF_ALLOCB (Results 1 – 2 of 2) sorted by relevance
137 sflags |= SHF_ALLOCB; in shf_fdopen()179 shf->flags = (shf->flags & (SHF_ALLOCS | SHF_ALLOCB)) | sflags; in shf_reopen()210 sflags |= SHF_ALLOCB; in shf_sopen()239 else if (shf->flags & SHF_ALLOCB) in shf_close()349 !(shf->flags & SHF_ALLOCB)) in shf_emptybuf()
1073 #define SHF_ALLOCB 0x0400 /* shf->buf was alloc()ed */ macro