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()
63 int mkostemp(char* _Nonnull __template, int __flags) __INTRODUCED_IN(23);
464 TEST(stdlib, mkostemp) { in TEST() argument465 MyTemporaryFile tf([](char* path) { return mkostemp(path, O_CLOEXEC); }); in TEST()
220 * <stdlib.h> `mkostemp`/`mkostemps`, `lcong48`.
654 mkostemp; # introduced=23