Home
last modified time | relevance | path

Searched defs:mkstemp (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/src/temp/
H A Dmkstemp.c3 int mkstemp(char *template) in mkstemp() function
/third_party/python/Lib/distutils/
H A Dutil.py383 from tempfile import mkstemp namespace
/third_party/python/Lib/
H A Dtempfile.py321 def mkstemp(suffix=None, prefix=None, dir=None, text=False): function
[all...]
/third_party/rust/crates/nix/src/
H A Dunistd.rs1907 pub fn mkstemp<P: ?Sized + NixPath>(template: &P) -> Result<(RawFd, PathBuf)> { in mkstemp() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs596 pub fn mkstemp(arg1: *mut c_char) -> c_int; in mkstemp() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1383 pub fn mkstemp(template: *mut ::c_char) -> ::c_int; in mkstemp() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1270 pub fn mkstemp(template: *mut ::c_char) -> ::c_int; in mkstemp() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3845 pub fn mkstemp(template: *mut ::c_char) -> ::c_int; in mkstemp() functions

Completed in 30 milliseconds