Home
last modified time | relevance | path

Searched refs:tempnam (Results 1 – 25 of 25) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dtempnam.c29 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()
Dtest_src_functionalext_supplement_stdio.gni34 "tempnam",
/third_party/ffmpeg/libavutil/
Dfile_open.c115 void *ptr= tempnam(NULL, prefix); in avpriv_tempfile()
117 ptr= tempnam(".", prefix); in avpriv_tempfile()
/third_party/musl/src/stdio/
Dtempnam.c13 char *tempnam(const char *dir, const char *pfx) in tempnam() function
/third_party/boost/libs/serialization/test/
Dtest_tools.hpp122 #define tmpnam(X) tempnam(NULL,X)
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_msg.c241 char *tmp_file = tempnam (tmp, "check_"); in open_tmp_file()
/third_party/musl/include/
Dstdio.h163 char *tempnam(const char *, const char *);
/third_party/musl/libc-test/src/api/
Dstdio.c89 {char*(*p)(const char*,const char*) = tempnam;} in f()
/third_party/musl/ndk_musl_include/
Dstdio.h163 char *tempnam(const char *, const char *);
/third_party/musl/porting/liteos_a/kernel/include/
Dstdio.h163 char *tempnam(const char *, const char *);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdio.h163 char *tempnam(const char *, const char *);
/third_party/musl/porting/uniproton/kernel/include/
Dstdio.h163 char *tempnam(const char *, const char *);
/third_party/musl/porting/linux/user/include/
Dstdio.h163 char *tempnam(const char *, const char *);
/third_party/musl/
Dlibc.map.txt1769 tempnam;
DWHATSNEW100 strangthened tmpnam/tempnam/tmpfile filename generation and made the
1575 - possible failure of tempnam due to missing null termination
Dmusl_src.gni1158 "src/stdio/tempnam.c",
/third_party/libxml2/
DxmlIO.c2039 dump_name = tempnam( NULL, "lxml" ); in xmlIOHTTPCloseWrite()
/third_party/gettext/gnulib-local/lib/libxml/
DxmlIO.c2043 dump_name = tempnam( NULL, "lxml" ); in xmlIOHTTPCloseWrite()
/third_party/python/
Dpyconfig.h.in1250 /* Define to 1 if you have the `tempnam' function. */
Dconfigure.ac3731 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
Dconfigure11975 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
/third_party/python/Doc/whatsnew/
D3.0.rst653 * The functions :func:`os.tmpnam`, :func:`os.tempnam` and
/third_party/python/Misc/
DHISTORY17144 - The methods `os.tmpnam()`, `os.tempnam()` and `os.tmpfile()` have
24536 - Calling os.tempnam() or os.tmpnam() generate RuntimeWarnings.
/third_party/NuttX/
DReleaseNotes7538 - Add mktemp(), mkstemp(), tmpnam() and tempnam().
/third_party/gstreamer/gstreamer/
DChangeLog31623 check: Use mkstemp instead of tempnam if possible
31624 Using tempnam() is deprecated, this gives warning and fails the build