Searched refs:mkostemp (Results 1 – 7 of 7) sorted by relevance
144 mkostemp(char *path, int flags) in mkostemp() function148 DEF_WEAK(mkostemp);
27 return mkostemp(path, flags); in mkostemp64()
67 int mkostemp(char* __template, int __flags) __INTRODUCED_IN(23);
462 TEST(stdlib, mkostemp) { in TEST() argument463 MyTemporaryFile tf([](char* path) { return mkostemp(path, O_CLOEXEC); }); in TEST()
163 * <stdlib.h> `mkostemp`/`mkostemps`, `lcong48`.
654 mkostemp; # introduced=23