Home | History | Annotate | Download | only in test

Lines Matching defs:tmpfilename

1124 	char *tmpfilename = NULL;
1206 fd = regress_make_tmpfile(data, datalen, &tmpfilename);
1311 if (tmpfilename) {
1312 unlink(tmpfilename);
1313 free(tmpfilename);
1333 char *tmpfilename = NULL;
1339 fd = regress_make_tmpfile("file_segment_test_file", 22, &tmpfilename);
1375 if (tmpfilename) {
1376 unlink(tmpfilename);
1377 free(tmpfilename);
2543 char *tmpfilename = NULL;
2594 fd = regress_make_tmpfile(tmpfilecontent, len, &tmpfilename);
2655 if (tmpfilename) {
2656 unlink(tmpfilename);
2657 free(tmpfilename);