fdopen 127 3rdparty/zlib/zutil.h # ifndef fdopen fdopen 2937 modules/ts/include/opencv2/ts/ts_gtest.h inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); }