Searched refs:mkstemp (Results 1 – 9 of 9) sorted by relevance
24 return mkstemp(path); in mkstemp64()
53 fd = mkstemp(path); in __tmpfile_dir()
137 mkstemp(char *path) in mkstemp() function141 DEF_WEAK(mkstemp);
107 FUNCTION(mkstemp, int (*f)(char*)); in stdlib_h()
71 int mkstemp(char* __template);
42 explicit GenericTemporaryFile(T mk_fn = mkstemp) : mk_fn_(mk_fn) { in GenericTemporaryFile()419 TEST(stdlib, mkstemp) { in TEST() argument420 MyTemporaryFile tf(mkstemp); in TEST()
562 mkstemp
658 mkstemp;