Home
last modified time | relevance | path

Searched defs:mkstemp (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Analysis/
Dsecurity-syntax-checks.m186 int mkstemp(char *template); function
/external/libmtp/src/
Dplaylist-spl.c101 # define mkstemp(_pattern) _open(_mktemp(_pattern), _O_CREAT | _O_SHORT_LIVED | _O_EXCL) macro
/external/valgrind/main/coregrind/
Dm_libcfile.c735 Int VG_(mkstemp) ( HChar* part_of_name, /*OUT*/HChar* fullname ) in VG_() argument