HomeSort by relevance Sort by last modified time
    Searched refs:SHF_ALLOCB (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
shf.c 116 sflags |= SHF_ALLOCB;
179 shf->flags = (shf->flags & (SHF_ALLOCS | SHF_ALLOCB)) | sflags;
209 sflags |= SHF_ALLOCB;
238 else if (shf->flags & SHF_ALLOCB)
338 /* Note that we assume SHF_ALLOCS is not set if SHF_ALLOCB
342 !(shf->flags & SHF_ALLOCB))
sh.h 863 #define SHF_ALLOCB 0x0400 /* shf->buf was alloc()ed */
    [all...]

Completed in 90 milliseconds