Home
last modified time | relevance | path

Searched refs:tmpnam (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dtmpnam.c28 char *p = tmpnam(buffer); in tmpnam_0100()
30 t_error("%s tmpnam failed", __func__); in tmpnam_0100()
44 char *p = tmpnam(NULL); in tmpnam_0200()
46 t_error("%s tmpnam failed", __func__); in tmpnam_0200()
/third_party/musl/porting/liteos_a/user/src/stdio/
H A Dtmpnam.c14 char *tmpnam(char *buf) in tmpnam() function
/third_party/musl/src/stdio/
H A Dtmpnam.c12 char *tmpnam(char *buf) in tmpnam() function
/third_party/libsnd/Octave/
H A Dsndfile_play.m45 filename = tmpnam () ;
/third_party/protobuf/src/google/protobuf/testing/
H A Dgoogletest.cc118 // tmpnam() is generally not considered safe but we're only using it for in GetTemporaryDirectoryName()
124 string result = tmpnam(b); in GetTemporaryDirectoryName()
145 // On Win32, tmpnam() returns a file prefixed with '\', but which is supposed in GetTemporaryDirectoryName()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h129 char *tmpnam(char *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h131 char *tmpnam(char *);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h132 char *tmpnam(char *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h129 char *tmpnam(char *);
/third_party/musl/include/
H A Dstdio.h132 char *tmpnam(char *);
/third_party/musl/libc-test/src/api/
H A Dstdio.c91 {char*(*p)(char*) = tmpnam;} in f()
/third_party/backends/sanei/
H A Dsanei_DomainOS.c182 tmpnam(com->open_path); in DomainSCSIOpen()
H A Dsanei_scsi.c1008 CommonAreaPath = tmpnam (NULL); in sanei_scsi_open_extended()
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs478 pub fn tmpnam(arg1: *const c_char) -> *mut c_char; in tmpnam() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1272 pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; in tmpnam() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1386 pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; in tmpnam() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3848 pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; in tmpnam() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2211 extern char *tmpnam (char *__s) throw () ;
22926 using ::tmpnam;
[all...]

Completed in 55 milliseconds