Searched refs:mkostemp64 (Results 1 – 5 of 5) sorted by relevance
26 int mkostemp64(char* path, int flags) { in mkostemp64() function
62 int mkostemp64(char* _Nonnull __template, int __flags) __INTRODUCED_IN(23);
460 MyTemporaryFile tf([](char* path) { return mkostemp64(path, O_CLOEXEC); }); in TEST()
655 mkostemp64; # introduced=23