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