Searched refs:tempnam (Results 1 – 25 of 25) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | tempnam.c | 29 char *result = tempnam(dir, pte); in tempnam_0100() 47 char *result = tempnam(dir, pte); in tempnam_0200() 62 char *result = tempnam(dir, pte); in tempnam_0300() 80 char *result = tempnam(dir, pte); in tempnam_0400() 98 char *result = tempnam(dir, pte); in tempnam_0500()
|
D | test_src_functionalext_supplement_stdio.gni | 34 "tempnam",
|
/third_party/ffmpeg/libavutil/ |
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/ |
D | tempnam.c | 13 char *tempnam(const char *dir, const char *pfx) in tempnam() function
|
/third_party/boost/libs/serialization/test/ |
D | test_tools.hpp | 122 #define tmpnam(X) tempnam(NULL,X)
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check_msg.c | 241 char *tmp_file = tempnam (tmp, "check_"); in open_tmp_file()
|
/third_party/musl/include/ |
D | stdio.h | 163 char *tempnam(const char *, const char *);
|
/third_party/musl/libc-test/src/api/ |
D | stdio.c | 89 {char*(*p)(const char*,const char*) = tempnam;} in f()
|
/third_party/musl/ndk_musl_include/ |
D | stdio.h | 163 char *tempnam(const char *, const char *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdio.h | 163 char *tempnam(const char *, const char *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdio.h | 163 char *tempnam(const char *, const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdio.h | 163 char *tempnam(const char *, const char *);
|
/third_party/musl/porting/linux/user/include/ |
D | stdio.h | 163 char *tempnam(const char *, const char *);
|
/third_party/musl/ |
D | libc.map.txt | 1769 tempnam;
|
D | WHATSNEW | 100 strangthened tmpnam/tempnam/tmpfile filename generation and made the 1575 - possible failure of tempnam due to missing null termination
|
D | musl_src.gni | 1158 "src/stdio/tempnam.c",
|
/third_party/libxml2/ |
D | xmlIO.c | 2039 dump_name = tempnam( NULL, "lxml" ); in xmlIOHTTPCloseWrite()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xmlIO.c | 2043 dump_name = tempnam( NULL, "lxml" ); in xmlIOHTTPCloseWrite()
|
/third_party/python/ |
D | pyconfig.h.in | 1250 /* Define to 1 if you have the `tempnam' function. */
|
D | configure.ac | 3731 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
|
D | configure | 11975 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
|
/third_party/python/Doc/whatsnew/ |
D | 3.0.rst | 653 * The functions :func:`os.tmpnam`, :func:`os.tempnam` and
|
/third_party/python/Misc/ |
D | HISTORY | 17144 - The methods `os.tmpnam()`, `os.tempnam()` and `os.tmpfile()` have 24536 - Calling os.tempnam() or os.tmpnam() generate RuntimeWarnings.
|
/third_party/NuttX/ |
D | ReleaseNotes | 7538 - Add mktemp(), mkstemp(), tmpnam() and tempnam().
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 31623 check: Use mkstemp instead of tempnam if possible 31624 Using tempnam() is deprecated, this gives warning and fails the build
|