Home | History | Annotate | Download | only in test

Lines Matching defs:tmpfilename

1122 	char *tmpfilename = NULL;
1204 fd = regress_make_tmpfile(data, datalen, &tmpfilename);
1309 if (tmpfilename) {
1310 unlink(tmpfilename);
1311 free(tmpfilename);
1331 char *tmpfilename = NULL;
1337 fd = regress_make_tmpfile("file_segment_test_file", 22, &tmpfilename);
1373 if (tmpfilename) {
1374 unlink(tmpfilename);
1375 free(tmpfilename);
2541 char *tmpfilename = NULL;
2592 fd = regress_make_tmpfile(tmpfilecontent, len, &tmpfilename);
2653 if (tmpfilename) {
2654 unlink(tmpfilename);
2655 free(tmpfilename);