Home
last modified time | relevance | path

Searched refs:CloseFunc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/File/
H A Dfile.h52 using CloseFunc = int(File *); variable
88 CloseFunc *platform_close;
156 constexpr File(WriteFunc *wf, ReadFunc *rf, SeekFunc *sf, CloseFunc *cf, in File()