Home
last modified time | relevance | path

Searched refs:tempfname (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/sysdeps/pthread/
Dtst-cancel4-common.c127 if (tempfname != NULL) in do_test()
129 unlink (tempfname); in do_test()
130 free (tempfname); in do_test()
131 tempfname = NULL; in do_test()
229 if (tempfname != NULL) in do_test()
231 unlink (tempfname); in do_test()
232 free (tempfname); in do_test()
233 tempfname = NULL; in do_test()
Dtst-cancel4-common.h33 static char *tempfname; variable
Dtst-cancel4.c858 tempfname = strdup (sun.sun_path); in tf_recvfrom()
906 tempfname = strdup (sun.sun_path); in tf_recvmsg()
1342 tempfname = strdup (sun.sun_path); in tf_sendmsg()
1425 tempfname = strdup (sun.sun_path); in tf_connect()
/glibc-2.36/nptl/
Dtst-cancel4_1.c64 tempfname = strdup (sun.sun_path); in tf_sendmmsg()
Dtst-cancel4_2.c60 tempfname = strdup (sun.sun_path); in tf_recvmmsg()
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl8662 * tst-cancel4.c (do_test): Also unlink tempfname and remove