Searched refs:tempnam (Results 1 - 11 of 11) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | tempnam.c | 22 * @tc.desc : Call the tempnam method to generate a temporary file 29 char *result = tempnam(dir, pte); in tempnam_0100() 31 t_error("%s tempnam error cannot create temp file\n", __func__); in tempnam_0100() 34 t_error("%s tempnam get result not contain %s\n", __func__, pte); in tempnam_0100() 40 * @tc.desc : test tempnam is the result when pfx is empty 47 char *result = tempnam(dir, pte); in tempnam_0200() 49 t_error("%s tempnam error cannot create temp file\n", __func__); in tempnam_0200() 55 * @tc.desc : Test tempnam results when the dir path does not exist 62 char *result = tempnam(dir, pte); in tempnam_0300() 64 t_error("%s tempnam erro in tempnam_0300() [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | file_open.c | 115 void *ptr= tempnam(NULL, prefix); in avpriv_tempfile() 117 ptr= tempnam(".", prefix); in avpriv_tempfile()
|
/third_party/musl/src/stdio/ |
H A D | tempnam.c | 12 char *tempnam(const char *dir, const char *pfx) in tempnam() function
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdio.h | 163 char *tempnam(const char *, const char *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 165 char *tempnam(const char *, const char *);
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 170 char *tempnam(const char *, const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 163 char *tempnam(const char *, const char *);
|
/third_party/musl/include/ |
H A D | stdio.h | 170 char *tempnam(const char *, const char *);
|
/third_party/musl/libc-test/src/api/ |
H A D | stdio.c | 89 {char*(*p)(const char*,const char*) = tempnam;} in f()
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 524 pub fn tempnam(arg1: *const c_char, arg2: *const c_char) -> *mut c_char; in tempnam() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 2219 extern char *tempnam (const char *__dir, const char *__pfx) [all...] |
Completed in 30 milliseconds