Home | History | Annotate | Download | only in include

Lines Matching refs:fdopen

2675 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2689 inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); }