Searched refs:__SCLOSE (Results 1 – 3 of 3) sorted by relevance
38 if ((f->flags & __SCLOSE) && cf->close) { in fclose()
103 cf->file.flags = __SCLOSE; in fdevopen()
89 #define __SCLOSE 0x0010 /* struct is __file_close */ macro109 .file = FDEV_SETUP_STREAM(put, get, flush, (rwflag) | __SCLOSE), \