Searched defs:mkstemp (Results 1 – 4 of 4) sorted by relevance
63 __weak_alias(mkstemp,_mkstemp) in __weak_alias() argument
27 mkstemp = tempfile.mkstemp variable30 def mkstemp(): function
187 mkstemp(char *path) in mkstemp() function
259 def mkstemp(suffix="", prefix=template, dir=None, text=False): function