Searched refs:mkostemp (Results 1 – 5 of 5) sorted by relevance
27 return mkostemp(path, flags); in mkostemp64()
145 mkostemp(char *path, int flags) in mkostemp() function
64 extern int mkostemp(char*, int);
253 TEST(stdlib, mkostemp) { in TEST() argument254 TemporaryFile tf([](char* path) { return mkostemp(path, O_CLOEXEC); }); in TEST()
753 mkostemp;