Home
last modified time | relevance | path

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

/third_party/musl/src/temp/
Dmkstemp.c3 int mkstemp(char *template) in mkstemp() function
/third_party/python/Lib/
Dtempfile.py305 def mkstemp(suffix=None, prefix=None, dir=None, text=False): function
/third_party/rust/crates/libc/src/unix/
Dmod.rs1383 pub fn mkstemp(template: *mut ::c_char) -> ::c_int; in mkstemp() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs596 pub fn mkstemp(arg1: *mut c_char) -> c_int; in mkstemp() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1270 pub fn mkstemp(template: *mut ::c_char) -> ::c_int; in mkstemp() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3845 pub fn mkstemp(template: *mut ::c_char) -> ::c_int; in mkstemp() function