Searched refs:SHF_STRING (Results 1 – 3 of 3) sorted by relevance
214 shf->flags = sflags | SHF_STRING; in shf_sopen()286 if (shf->flags & SHF_STRING) in shf_flush()320 if (!(shf->flags & SHF_STRING) && shf->fd < 0) in shf_emptybuf()335 if (shf->flags & SHF_STRING) { in shf_emptybuf()403 if (shf->flags & SHF_STRING) in shf_fillbuf()550 if (shf->flags & SHF_STRING) { in shf_ungetc()648 if (shf->flags & SHF_STRING) { in shf_write()
440 if (shf->flags & SHF_STRING) { in vfptreef()
923 #define SHF_STRING 0x0100 /* a string, not a file */ macro