Home
last modified time | relevance | path

Searched refs:tempfile (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/stdlib/
Dtst-setcontext3.sh33 rm -f $tempfile
37 tempfile=$(mktemp "${objpfx}tst-setcontext3.XXXXXXXXXX")
43 $test_pre $test "$tempfile"
46 if [ -e "$tempfile" ]; then
47 echo "PASS: tst-setcontext3 an exit() and created $tempfile"
50 echo "FAIL: tst-setcontext3 did not create $tempfile"
/glibc-2.36/stdio-common/
Dtst-bz11319.c32 char *tempfile; in do_test() local
36 TEST_VERIFY_EXIT (create_temp_file ("tst-bz11319", &tempfile)); in do_test()
37 fd = xopen (tempfile, O_RDONLY, 0660); in do_test()
44 free (tempfile); in do_test()
/glibc-2.36/scripts/
Dglibcextract.py23 import tempfile
54 with tempfile.TemporaryDirectory() as temp_dir:
86 with tempfile.TemporaryDirectory() as temp_dir:
/glibc-2.36/conform/
Dglibcconform.py23 import tempfile
67 with tempfile.TemporaryDirectory() as temp_dir:
Dlinknamespace.py28 import tempfile
163 with tempfile.TemporaryDirectory() as temp_dir:
Dconformtest.py26 import tempfile
670 with tempfile.TemporaryDirectory() as self.temp_dir:
/glibc-2.36/sysdeps/ia64/fpu/
Dimport_check59 tmp=$(tempfile -p syms)
/glibc-2.36/ChangeLog.old/
DChangeLog.1910196 or tempfile. Import glibcexctract.
11982 (list_exported_functions): Use tempfile.TemporaryDirectory instead
24891 * stdlib/tst-setcontext3.sh (tempfile): Use ${objpfx}.