Searched defs:mkstemp (Results 1 – 3 of 3) sorted by relevance
186 int mkstemp(char *template); function
101 # define mkstemp(_pattern) _open(_mktemp(_pattern), _O_CREAT | _O_SHORT_LIVED | _O_EXCL) macro
735 Int VG_(mkstemp) ( HChar* part_of_name, /*OUT*/HChar* fullname ) in VG_() argument