/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | mkstemp.c | 63 __weak_alias(mkstemp,_mkstemp) in __weak_alias() argument 67 mkstemp(char *path) in __weak_alias()
|
D | tmpfile.c | 74 fd = mkstemp(buf); in tmpfile()
|
D | Stdio.inf | 112 mkstemp.c #
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_csv.py | 121 fd, name = tempfile.mkstemp() 198 fd, name = tempfile.mkstemp() 290 fd, name = tempfile.mkstemp() 352 fd, name = tempfile.mkstemp() 374 fd, name = tempfile.mkstemp() 385 fd, name = tempfile.mkstemp() 396 fd, name = tempfile.mkstemp() 407 fd, name = tempfile.mkstemp() 418 fd, name = tempfile.mkstemp() 442 fd, name = tempfile.mkstemp() [all …]
|
D | test_subprocess.py | 27 mkstemp = tempfile.mkstemp variable 30 def mkstemp(): function 583 ifhandle, ifname = mkstemp() 584 ofhandle, ofname = mkstemp() 585 efhandle, efname = mkstemp() 689 f, fname = mkstemp() 733 f, fname = mkstemp() 1003 f, fname = mkstemp(".py", "te st")
|
D | test_urllib.py | 236 newFd, newFilePath = tempfile.mkstemp()
|
D | test_tempfile.py | 388 (fd, name) = tempfile.mkstemp(dir=dir, prefix=pre, suffix=suf)
|
D | test_shutil.py | 136 handle, path = tempfile.mkstemp()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | toaiff.py | 81 (fd, fname) = tempfile.mkstemp() 104 (fd, temp) = tempfile.mkstemp()
|
D | pipes.py | 227 (fd, temp) = tempfile.mkstemp()
|
D | mimetools.py | 230 (fd, tempname) = tempfile.mkstemp()
|
D | cgitb.py | 297 (fd, path) = tempfile.mkstemp(suffix=suffix, dir=self.logdir)
|
D | tempfile.py | 259 def mkstemp(suffix="", prefix=template, dir=None, text=False): function
|
D | urllib.py | 249 (fd, filename) = tempfile.mkstemp(suffix)
|
D | pydoc.py | 1341 (fd, filename) = tempfile.mkstemp()
|
/device/generic/goldfish/tools/ |
D | mk_combined_img.py | 5 from tempfile import mkstemp 79 partition["fd"], temp_file = mkstemp()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | util.py | 472 from tempfile import mkstemp 473 (script_fd, script_name) = mkstemp(".py")
|
D | ccompiler.py | 795 fd, fname = tempfile.mkstemp(".c", funcname, text=True)
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/ |
D | stdlib.h | 174 int mkstemp(char *);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | loslib.c | 50 e = mkstemp(b); \
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | stdio.h | 1496 int mkstemp(char *);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/ |
D | VolInfo.c | 1935 fd1 = mkstemp(tmp1); in ParseSection() 1936 fd2 = mkstemp(tmp2); in ParseSection()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | compat.c | 187 mkstemp(char *path) in mkstemp() function
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
D | namespace.h | 419 #define mkstemp _mkstemp
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | pydoc.py | 1417 (fd, filename) = tempfile.mkstemp()
|